@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #9E0D0D;
	text-decoration: none;
}
a:hover {
	color: #000;
}

h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	height: 2px;
}

#top_login {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 44px;
	padding-top: 6px;
	font-size: 10px;
}
#top_login a {
	color: #A31919;
	font-size: 9px;
}

#top_login form table tr td input {
	font-size: 12px;
}
#top_login form table tr td #submit {
	width: 45px;
	color: #FFF;
	background-color: #ACACAC;
	font-weight: bold;
}


#container  {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#logo {
	height: 75px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#logo #logo_link {
	height: 74px;
	float: left;
	width: 200px;
	cursor: pointer;
}

#logo #welcome {
	float: right;
	color: #909090;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	width: 400px;
}

#logo #top_links {
	float: right;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B2B2B2;
	padding-top: 5px;
	clear: right;
	width: 445px;
}
#logo #top_links .link {
	float: left;
	height: 18px;
}
#logo #top_links .link a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #818181;
	display: block;
	height: 30px;
}
#logo #top_links .link a:hover {
	color: #000;
}

#logo #top_links .link a img {
	float: left;
}
#logo #top_links .link a .link_word {
	float: left;
	margin-top: 2px;
}



#header  {
	padding: 0;  /* 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-image: url(../images/banner.jpg);
	height: 149px;
} 
#header #new_product {
	margin-left: 310px;
	font-size: 10px;
	color: #FFF;
	padding-top: 25px;
}
#header #price_list {
	float: right;
	width: 65px;
	padding: 0px;
	margin-right: 260px;
	margin-top: 16px;
	height: 16px;
	cursor: pointer;
}


.divider {
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	margin-bottom: 5px;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	color: #737373;
}
.label1 {
	font-weight: bold;
	color: #A31919;
}
#sidebar1 #services {
	background-image: url(../images/sidebar1_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	background-position: left top;
	margin-bottom: 3px;
}
#sidebar1 #services ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar1 #services ul li {
	background-image: url(../images/li_1.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}


#mainContent  {
	font-size: 10px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 0px;
} 
#mainContent .product {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	margin: 0px;
	height: 130px;
}

#mainContent .product .product_image {
	height: 104px;
	width: 76px;
	float: left;
}
#mainContent .product .product_descr {
	float: right;
	width: 412px;
}
#mainContent .product .product_descr .des {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B2B2B2;
}
#mainContent .product .product_descr .price {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
}
#mainContent .product .product_descr .price .sp_price {
	color: #979797;
	font-weight: bold;
}
#mainContent .product .product_descr .price .sp_price2 {
	color: #737373;
	font-weight: bold;
	font-size: 12px;
}

#mainContent .product .product_descr .links {
	padding-top: 5px;
}
#mainContent .product .product_descr .links ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainContent .product .product_descr .links ul li{
	float: left;
	background-image: url(../images/li_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-right: 12px;
	list-style-type: none;
}
#mainContent .product .product_descr .links ul li a {
	color: #9E0D0D;
	font-weight: bold;
	text-decoration: none;
}
#mainContent .product .product_descr .links ul li a:hover {
	color: #000;
}
#product_top {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	padding-bottom: 10px;
	height: 170px;
}

#product_top #product_top_image {
	float: left;
	width: 200px;
	text-align: center;
}
#product_top #product_top_descr {
	float: right;
	width: 290px;
}







.divider2 {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	margin-top: 10px;
}

#footer  {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	color: #909090;
	margin-bottom: 10px;
} 
#footer a {
	color: #9E0D0D;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}

.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;
}
.split {
	background-image: url(../images/link_splitter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 10px;
	height: 18px;
}

.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:0px;
	font-size: 1px;
	line-height: 0px;
}

