
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
}

p {
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
}

form {
	display: inline;
}

a:link {
	text-decoration: underline;
	color: #3111BB;
}
a:visited {
	text-decoration: underline;
	color: #3111BB;
}
a:hover {
	text-decoration: underline;
	color: #003;
}

a:active {
	text-decoration: none;
}
.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}

.dim {
	color: #999;
}
a.dim, a.dim:visited {
	color: #888;
}
a.dim:hover {
	color: #33c;
}

th {
	text-align: left;
}
	

#container {
	margin: 10px;
	margin-left: 10px;
	margin-top: 0;
	padding-top: 80px;/* override this for MSIE*/
	/*text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	width: 780px;
}


.clearer {
	clear: both;
}

#pageHeader {
	border-bottom: 1px solid #D9000B;
	height: 69px;
	padding-left: 250px;
	width: 100%;
	z-index: 10;
	background: #000;
	position: fixed;/* override this for MSIE*/
}

#pageHeader a {
	text-decoration: none;
	color: #fff;
}

#pageHeader img, #pageHeader #msiepng {
	position: absolute;
	top: 8px;
	left: 30px;
	border: 0;
}

#pageHeader h1 {
	color: #fff;
	font-family: 'Gill Sans';
	font-weight: normal;
	font-size: 20px;
	margin-top: 30px;
}


#contentContainer {
	margin-right: 0;
	margin-left: 220px;
	margin-bottom: 10px;
}

#productlist th {
	background: #DDDEC7;
	vertical-align: top;
}
#productlist th.right {
	text-align: right;
}
#sidebarContainer {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
	font-weight: bold;
}

#footer { 

}

#footer p {
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	

#navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}

#navcontainer #current {
	/*text-decoration: underline;*/
}

#navcontainer #current:hover {
}


#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	line-height: 16px;
}

#navcontainer ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}

#navcontainer a {
	display: block;
	padding-left: 16px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #333;
}

#navcontainer a:hover {
	text-decoration: underline;
}

#navcontainer a:active {
	text-decoration: none;
}

#navcontainer a.current {
	background: #DDDEC7;
	/*background: #f99;*/
}


#navcontainer ul ul {
	margin-top: -4px;

}

#navcontainer ul ul li {
	margin-top: 0;
	margin-bottom: 0;
}

#navcontainer ul ul a {
	background: none;
	padding-left: 32px;
}


#navcontainer ul ul #current{
	/*background: no-repeat 16px 3px  url(/images/button_down.png);*/
}

#pagefooter {
	position: relative;
	background: #fff;
	border-top: 1px solid #777;
	clear: both;
	height: 40px;
}

#pagefooter p#right{
	float:left;
	width: 340px;
	margin:4px 0 0 0;
	color:#5d5d5d;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#pagefooter p#left{
	float:left;
	width: 400px;
	margin:4px 0 0 20px;
	color:#777;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
}
 
#pagefooter .adressfoot, #pagefooter .adressfoot a{
	/*float: none;
	text-align: center;*/
	text-decoration: none;
	color:#777;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}

#pagefooter .adressfoot a:link {
	text-decoration: none;
	color: #777;
	}
	
#pagefooter .adressfoot a:visited {
	text-decoration: none;
	color: #777;
	}

#pagefooter .adressfoot a:hover {
	color: #666;
	text-decoration: underline;
	}

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}




.infobox {
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	width: 500px;
	padding: 8px;
	padding-left: 20px;
	margin: 0;
	margin-top: 10px;
}
.price {
	font-size: 1.2em;
	font-weight: bold;
}
.yourprice {
	font-size: 1.2em;
	font-weight: bold;
	color: green;
}
.optionprice {
	
}
.youroptionprice {
	color: green;
	
}




.required-text {
	color: #3f89d4;
} 
	
	#cart td, #cart th {
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}

	#cart th {
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		background: #f0eee8;
		padding: 0;
	}
	#cart .right {
		text-align: right;
 		padding-right: 5px;
	}
	
	#cart a {
	text-decoration: none;
	color: #000;
	}
	#cart a:hover {
	text-decoration: underline;
	}
	#cart a:active {
		text-decoration: none;
	}
	#checkout td, #checkout th, #customerinfo th {
		padding-left: 8px;
		padding-right: 8px;
		vertical-align: top;
		font-weight: normal;
	}
	.right {
		text-align: right;
	}
	.highlight {
		background: #ff6;
	}
	.formbox {
		background-color: #f6f6f6;
		border: 1px solid #e0e0e0;
		padding-left: 8px;
		padding-right: 8px;
	}
	.bordertop {
		border-top: 1px solid #aaa
	}
	.borderbottom {
		border-bottom: 1px solid #aaa
	}
	#customerinfo {
	}

	.customerinfosidebar {
		margin-top: 20px;
		padding-left: 2px;
		color: #666;
		border: 1px solid #e0e0e0;
		cursor: pointer;
	}

