html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {

}

body {font-family:Arial, Helvetica, sans-serif;}
a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0066FF;
	font-size: 12px;
}
a:hover {
	text-decoration:underline;
}

#wrapper { width: 960px; margin: auto; position: relative; 
}
#header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	height: 80px;
	padding-top: 30px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 14px;
	display: block;
	float:left;
	margin-left: 3px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
#navcontainer {
	float: right;
	width: 680px;


}
#navcontainer li {display:inline;}
#search .searchfield {
	background-image:url(images/seachfield.png);
	background-repeat:no-repeat;
	padding: 5px 0 0 5px;
}
.fieldtip {
	font-size:11px;
	color: #666666;
}
.searchfield input {
	background-color:#EEF7F4;
	border: 0px solid #EEF7F4;
	width: 390px;
}
#search .searchfield {
	float:left;
	width:410px;
	height:50px;
}
.fieldtip {
	display:block;
	padding-top:9px;
}
#searchResults {
	width: 410px;
	padding-left: 270px;
	margin-bottom: 15px;
}
.searches li a {
	display:block;
	font-size:13px;
	padding:10px 0;
	border-bottom:1px dashed #999999;
	background-image: url(images/details.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.searches li a:hover {
	background-color:#EEF7F4;
	background-image: url(images/details2.png);
}
#enterCode {
	width:400px;
	margin:auto;
}
.fields {
	border:1px solid #999999;
	background-color:#EEF7F4;
	width: 250px;
	height: 20px;
}
table.mytable {
	width: 100%;
	padding: 0px;
	border: none;
	border: 1px solid #789DB3;
	font-size: 12px;
}
table.mytable td {
	font-size: 12px;
	border: none;
	background-color: #F4F4F4;
	vertical-align: top;
	padding: 5px;
	line-height: 1.4;
}
table.mytable tr.special td {
	border-bottom: 1px solid #ff0000;
	background-color: #DBE6E6;
	color: #FF0000;
}
table.mytable tr.tablehead td {
	border-bottom: 1px solid #ff0000;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #009999;
}
.red {color: #CC0000}#customer {
	height: 30px;
}
#foter {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 100px;
	padding: 20px;
	text-align: center;
	color: #666666;
}
#foter a {font-size:12px; color:#0066CC;}
.butons a {

	padding:2px;
	background-color:#DFDFDF;
	border:1px solid #333333;
	color: #003366;
}
.butons a:hover {background-color:#666666; color:#FFFFFF;}
#cart { position: absolute; height: 200px; width: 200px; left: 750px; font-size: 12px; }
