@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #faf9f9;
}

ul{
	list-style:none;
	margin-left: 5px;
	padding-left: 5px;
} 
li{
	background-image:url(../images/bullet.jpg);
padding-left:?px; 
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
} 
a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 52px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
}




#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 210px;
} 
#header #menu {
	position: absolute;
	left: 0px;
	top: 180px;
}


#header #menu a {
	padding-right: 10px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF0033;
	padding-left: 10px;
	font-size: 12px;
	margin-top: 10px;
}


#header #tel {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	font-style: italic;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sidebar1 h2 {
	font-size: 12px;
	padding-top: 0px;
	display: inline;
}
#sidebar1 a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #FF0000;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar2 h2 {
	font-size: 12px;
	display: inline;
}
#sidebar2 a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #FF0000;
}



#mainContent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.75em;
	line-height: 1.5em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
} 
#mainContent h1 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0033;
	padding-bottom: 2px;
	padding-top: 25px;
}

#mainContent h3 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0033;
	padding-bottom: 2px;
	
}

#footer {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
} 
#footer #links {
	padding-top: 20px;
}
#footer #links a {
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.prodBack {
	height: 220px;
	width: 140px;
	cursor: pointer;
	text-decoration: none;
}
.prodBack h2 {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 1.1em;
	padding-top: 8px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
#basket_info {
	border: 1px solid #474389;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
#basket_info #head {
	font-size: 0.7em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#basket_info #body {
	font-size: 0.5em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.prodHead {
	color: #FFFFFF;
	background-color: #C81920;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.prodImg {
	float: right;
}
.prodBody {
	font-size: 12px;
}
.prodForm {
	margin-bottom: 20px;
	padding-top: 5px;
	background-color: #EEEEEE;
	padding-bottom: 5px;
	margin-top: 20px;
}
.basket_head {
	color: #FFFFFF;
	background-color: #C81920;
	font-weight: bold;
	text-align: center;
	font-size: 0.75em;
}
.basket_sub {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.basket_total {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
.content p{
	line-height: 150%;
	font-size: 0.90em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content li {
	font-size: 0.9em;
	line-height: 1.5em;
}

.content table {
	font-size: 0.8em;
	line-height: 1.1em;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 10px;
}
.errorheader {
	color: #FF0000;
}
