@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	height: 100px;
	width: 773px;
	margin:auto;
	background-color:#2f4367;
}
#navbar {
	height: 29px;
	width: 763px;
	margin:auto;
	background-color:#2f4367;
	padding-left: 10px;
}
#navbar img {margin-right:2px;}
#logo {
margin-left:28px;
margin-top:10px;
}
#checkout {
	float: right;
	height: 38px;
	width: 243px;
	margin-right: 16px;
}
#inset {
	background-color: #FFFFFF;
	margin: auto;
	height: 94px;
	width: 773px;
	text-align:center;
	overflow:hidden;
	font-size: 1.2em;
}
#insetdetail {float:right;}
#seperator {	background-color: #FFFFFF;
background-image:url(images/dividerbg.png);
background-repeat:repeat-x;
	margin: auto;
	height: 24px;
	width: 773px;}
#content {	background-color: #FFFFFF;
	margin: auto;
	width: 763px;
	font-size:1.3em;
	padding:5px;}
#footer {	background-color: #FFFFFF;
background-image:url(images/Untitled-2_30.png);
background-repeat:repeat-x;
	margin: auto;
	height: 35px;
	width: 768px;
	padding-top:37px;
	padding-left:5px;
	color:#FFFFFF;}
#footer a {color:#FFFFFF;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:62.5%;
}

.onepointfour {font-size:1.4em;}
.onepointthree {font-size:1.3em;}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: underline;
}

.productwrapper {width:220px;height:400px; background-color:#f7f7f7; border:solid 2px #2f4367;float:left;overflow:hidden;margin:10px;padding:5px;}
.productwrapper img {border:#333333 solid 1px;}
.productwrappersmall {width:220px;height:250px; background-color:#f7f7f7; border:solid 2px #2f4367;float:left;overflow:hidden;margin:10px;padding:5px;}
.productwrappersmall img {border:#333333 solid 1px;}
.clear {clear:both;}
.buybox {width:220px;height:150px; background-color:#f7f7f7; border:solid 2px #2f4367;float:right;margin:25px;text-align:center;padding:5px;}
.buybox img {border:#333333 solid 1px;}