
/* CSS Document */
h1, h2, h3, h4, h5, h6, html, p, body, ul, li, dl , dd, dt, label, input, select, form, img, fieldset, legend {margin:0; padding:0; line-height:1.3em; }
body {
	font-size:.8em;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	color:#FFFFFF;
	margin-top:20px;
	background-color:#F3F3F4;

	}
#wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	}
#header {
	width:780px;
	height:116px;
	background-color:#00A4E4;
	}
.logo {
	float:right;
	width:266px;
	}
a {
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h1 {
	color:#ffea00;
	font-size:1em;
	}
#header p, #header h1 {
	padding-left:30px;
	}
#header h1 {
	padding-top:25px;
	}
#mainmenu {
	height:30px;
	width:780px;
	background-color:#ffea00;
	color:#00A4E4;
	}
#maincontent {
	width:780px;
	background-color:#00A4E4;
	}
#maincontent ul {
	padding-left:1em;
	padding-top:1em;
	}
.yellow {
	color:#ffea00;
	}
#maincontent h1 {
	font-weight:normal;
	font-size:1.3em;
	}
#maincontent h2 {
	font-weight:normal;
	font-size:1.3em;
	padding-bottom:.5em;
	}
#homepage #maincontent {
	background-image:url(images/homepage.jpg);
	}
.intro {
	width:500px;
	color:#0074a1;
	font-size:1.8em;
	padding-left:30px;
	padding-top:10px;
	height:445px;
	}
	
#thumbset {
	position:absolute;
	left:30px;
	top:460px;
	}	
dl.thumbs {
	width:105px;   
	float:left;
	}
dd {
	width:90px;
	text-align:center;
	}
#col1 {
	margin-top:30px;
	margin-left:30px;
	float:left;
	top:20px;
	width:210px;
	}	
#col2 {
	margin-top:30px;
	margin-left:30px;
	float:left;
	top:0px;
	width:210px;
	}	
#col3 {
	margin-top:30px;
	margin-left:30px;
	float:left;
	top:0px;
	width:210px;
	}	
#productsgrid {
	padding-top:30px;
	margin-left:30px;
	}
.product {
	float:left;
	width:245px;
	margin-bottom:20px;
	}
#col1wide {
	margin-top:30px;
	padding-left:30px;
	float:left;
	top:20px;
	width:220px;
	}	
#col2wide {
	margin-top:30px;
	margin-left:20px;
	float:left;
	top:0px;
	width:480px;
	}
#product #col2wide h2, #product #col3 h2 {
	font-weight:normal;
	font-size:1.2em;
	color:#ffea00;
	font-weight:bold;
	padding-bottom:0;
	}
#product p {
	padding-bottom:.5em;
	}

#fullpage {
	margin-top:30px;
	margin-left:30px;
	float:left;
	top:20px;
	width:710px;
	}		
h3 {
	font-size:1em;
	color:#ffea00;
	padding-bottom:.5em;
	}
#product h3 {
	padding-bottom:0em;
	}	
	
#maincontentfooter {
	padding-top:20px;
	clear:both;

	}	
th { color:#ffea00; }
table {
	margin-bottom:.5em;
	}
#footer {

	margin-top:5px;
	margin-bottom:15px;
	font-size:.8em;
	color:#00A4E4;
	}
#footer a {
	color:#00A4E4;
	}
#footer ul {
	list-style-type: none;
	}
#footer li {
	display:inline;
	padding-right:1em;
	}

.smap ul, .smap dl{

	width: 90%;
	margin-left: 1em;
	text-align: left;
	padding-left: 0.5em;
	list-style-type: disc;
}	
.smap ul li, .smap dl dt, .smap dl dd {

	width: 99%;
	display: list-item;
	text-align: left;
	margin-left: 1em;
	padding-left: 0.5em;
	list-style-type: disc;
}

.smap dl dd {
	margin-left: 2em;
	list-style-type: circle;
}