/*  
Theme Name: Monitor Products
Theme URI: http://DigiSquid.com/
Description: Developed in January 2008 by <a href="http://DigiSquid.com/">DigiSquid</a>.
Version: 1.0
Author: Joey Angrisano
Author URI: http://DigiSquid.com/

	Based in part on Kubrick v1.5
	http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #fcef7f url(images/bkg.jpg) no-repeat 0 bottom;
}


.liquid #container {
	width: 700px;  /* this will create a container 80% of the browser width */
	min-width: 700px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

.liquid #shadowleft {
	padding-left: 7px;
	background: url(images/shadow.png) repeat-y left;
}

.liquid #shadowright {
	padding-right: 7px;
	background: url(images/shadow.png) repeat-y right;
}

.liquid #header { 
	padding: 0;
	background: #DDDDDD url(images/masthead.png) repeat-x;
	height: 136px;
}
.liquid #header h1 {
	margin: 0;
	width: 284px;
	height: 136px;
	background: url(images/logo.png) no-repeat;
	padding: 0;
}

.liquid #navigation {
	left: 0;
	height: 58px;
	background: url(images/navigator.png) repeat-x;
}

.liquid #photo {
	background: url(images/photobacker.png) repeat-x;
	height: 246px;
	width: 100%;
	text-align: center;
}

.liquid #content {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.liquid #footer {
	background: url(images/footer.png) repeat-x 0 bottom;
	height: 80px;
	width: 100%;
	padding: 0;
} 

.liquid #footer p {
	color: #675d4f;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding-top: 18px;
}

.product {
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 25px;
}

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #520114;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom:10px;
	border-bottom: 1px solid #520114;
}

h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #520114;
	padding: 25px 30px 10px 0;
}

h3 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #ce2a21;
	padding: 25px 0 0;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 25px;
}

strong {
	font-weight: bold;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

p a:link {
	color: #f91a19;
	text-decoration: none;
}

p a:visited {
	color: #f91a19;
	text-decoration: none;
}

p a:hover {
	color: #fa921f;
	text-decoration: none;
}

p a:active {
	color: #fa921f;
	text-decoration: none;
}


p.more {
	margin: 0 0 0 175px;
}

p.more a {
	display: block;
	width: 100px;
	height: 25px;
	background-color: #520114;
	color: white;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #000;
	text-align: center;
	padding: 7px;
}

p.more a:visited {
	color: white;
}

p.more a:hover, a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a10327;
}


p.pdf {
	width: 96%;

}

p.pdf a {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	text-align: left;
}

p.pdf a:visited {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	text-align: left;

}

p.pdf a:active {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	text-align: left;

}

p.pdf a:hover {
	text-decoration: none;

}

.border {
	border: solid 1px black
}

.photoleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
}

.photoright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

/* Data Table */


.DataTable {
	width: 100%;
	border: 5px solid #bebebe;
	background:#CCC
}

.DataRowTop {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 21px;
	background-color: #79051a;
	color: #fff;
	font-weight: bold;
}

.DataRowA {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 17px;
	background-color: #efefef;
	color: #000;
}

.DataRowB {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 17px;
	background-color: #fff;
	color: #000;
}

.DataRowC {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 17px;
	background-color: #7f7f7f;
	color: white;
}


/* Map */

#map {
	float: right;
}

#css_map {
	background-image: url(images/navigation.jpg);
	height: 136px;
	width: 381px;
	position:relative;
}


#css_map #shapes a {
	position:absolute;
	text-decoration:none;
}


#css_map #shapes a span {
	visibility:hidden;
}


#shapes a#dealerlocator{
	top: -4px;
	left: 79px;
	width: 148px;
	height: 46px;
	background-image: none;
}


#shapes a#dealerlocator:hover{
	border: 1px solid #FF8000;
	background-image: none;
}


#shapes a#dealerlocator:active{
	background-image: none;
}


#shapes a#contactus{
	top: -23px;
	left: 236px;
	width: 126px;
	height: 67px;
	background-image: none;
}


#shapes a#contactus:hover{
	border: 1px solid #FF8000;
	background-image: none;
}


#shapes a#contactus:active{
	background-image: none;
}

#promo {
	padding-left: 0;
	padding-bottom: 0px;
	padding-right: 35px;
	padding-top: 25px;
	width: 180px;
	float: left;
	clear: both;
}

.style1 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ce2a21;
}
