@charset "utf-8";
body {
	background-image: url(images/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 20px;
	background-repeat: repeat-x;
}
#wrap {
	margin: auto;
	width: 1020px;
}
form {
	margin-bottom: 20px;
	margin-top: 20px;
}

#wrap #logo {
	float: left;
}
#wrap #quote {
	float: right;
	width: 420px;
	color: #F3F2F8;
	letter-spacing: -1px;
	text-align: right;
	font-size: 13px;
}
#wrap #navbar {
	clear: both;
	float: left;
	width: 740px;
	height: 45px;
}
#wrap #navbar ul {
	margin: 0px;
	padding: 0px;
}
#wrap #navbar li {
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F3F3F;
	padding-top: 14px;
	padding-bottom: 14px;
}

#wrap #navbar li a {
	display: block;
	width: auto;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: -1px;
}
#wrap #navbar div {
	position: absolute;
	visibility: hidden;
	margin-top: 14px;
	background-color: #2B2B2B;
}
#wrap #navbar div a {
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F3F3F;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
#wrap #navbar div a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#wrap #content {
	clear: both;
	height: 300px;
	width: 1020px;
}
#wrap #productdisplay {
	width: 1020px;
	clear: both;
	background-color: #FFF;
}
#wrap #content #productdisplay #education p {
	line-height: 18px;
}
#wrap #content #productdisplay #productspecifications li {
	padding: 4px;
	list-style-type: square;
	font-size: 14px;
}
#wrap #content #productdisplay #productspecifications li a {
	color: #FF6600;
	text-decoration: none;
}
#wrap  #content  #productdisplay  #productspecifications  li:hover {
	background-color: #FFFFCC;
}



#wrap #productdisplay #education {
	float: left;
	width: 430px;
	padding: 20px;
}
#wrap #content #largepic {
	width: 1020px;
	height: 300px;
}

#wrap #productdisplay #education h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	margin: 0px;
}
#wrap #productdisplay #education h2 {
	margin: 0px;
	padding-left: 14px;
	font-size: 14px;
	color: #0C4F72;
}
#wrap #productdisplay #education h3 {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 4px;
	font-size: 16px;
}
#wrap #productdisplay #productspecifications {
	width: 500px;
	float: right;
	padding: 20px;
}
#wrap #productdisplay #productspecifications h1 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 4px;
	color: #1C1C1C;
}
#wrap #productdisplay #productspecifications h2 {
	font-size: 16px;
	color: #0C4F72;
	margin: 0px;
	padding-left: 10px;
}
#wrap #productdisplay #education li a {
	color: #0C4F72;
	text-decoration: none;
}
#wrap #productdisplay #education li {
	list-style-type: square;
	padding: 4px;
	font-size: 14px;
}
#wrap #productdisplay #education li:hover {
	background-color: #FFFFCC;
}
#wrap  #productdisplay  #footer {
	clear: both;
	background-image: url(images/footer_bg.gif);
	height: 120px;
}
#wrap #productdisplay #footer #contact {
	padding: 12px;
	float: left;
	width: 500px;
}
#wrap #productdisplay #footer #advert {
	float: right;
	width: 400px;
	padding: 20px;
	text-align: right;
}
#wrap #productdisplay #footer #contact a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#wrap #productdisplay #footer #contact p {
	color: #FFFFFF;
}


.yellowback {
	background-color: #FFFFCC;
	border: 1px dotted #0C4F72;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.blueback {
	border: 1px dotted #0C4F72;
	background-color: #D1ECFA;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}
.grayback {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F4F4F4;
	border: 1px dotted #0C4F72;
	margin-bottom: 20px;
}
.smalltext {
	font-size: 11px;
	padding: 6px;
}
.productpicture {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.productpicture:hover {
	border: 1px solid #0C4F72;
}
#floatingdiv {
	position: absolute;
	background-color: #2B2B2B;
	border: 1px solid #0C4F72;
	width: auto;
	padding: 8px;
	font-size: 11px;
}
#floatingdiv a {
	color: #FFF;
	text-decoration: none;
}

