body  {
	background: #666666;
	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: #2C2C2C;
	background-color: #7f7f7f;
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #cb7502;
	text-decoration: none;
}
#container {
	width: 840px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-color: #dadada;
	position: relative;
	background-image: url(../images/header_bg.gif);
	height: 100px;
} 
#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: 217px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 19px;
}
#mainContent {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 571px;
	margin-bottom: 19px;
	padding-top: 10px;
} 
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #7F7F7F;
	color: #858585;
	font-size: 11px;
	text-align: center;
	height: 145px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#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 */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	
}
.CopyRightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b4b4b4;
	text-decoration: none;
}
.FooterLink {
	color: #858585;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#headerImage {
}
#mainNav {
	background-image: url(../images/main_nav_bg.gif);
	background-repeat: repeat-x;
	height: 63px;
}
#Search {
	width: 192px;
	float: left;
	padding-top: 22px;
	height: 41px;
	padding-left: 9px;
}
#mainNavDivider {
	float: left;
	width: 2px;
}
#mainNavLink {
	float: left;
	text-align: center;
	padding-top: 9px;
	background-image: url(../images/main_nav_divider.gif);
	background-repeat: no-repeat;
	width: 79px;
	height: 63px;
	
}
.WhiteText_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}
.mainNavSearchField {
	background-image: url(../images/main_nav_search_filed.jpg);
	height: 17px;
	width: 122px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a4a4a4;
	margin: 0px;
	border: 1px none #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
#SearchButton {
	height: 19px;
	width: 23px;
	float: left;
	text-align: right;
}
#LeftNavContents {
	margin-top: 10px;
}
.BlackText_11px {
	font-size: 11px;
	color: #2c2c2c;
}
.OrangeText_11px {
	color: #e68200;
}
.GreyText_11px {
	color: #767676;
	text-decoration: none;
}
#MailingListContents {
	height: 87px;
	width: 178px;
	padding-top: 13px;
	float: left;
	background-image: url(../images/mailing_list_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #929292;
	text-align: center;
}
.EmailingListTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	text-decoration: none;
	background-color: #000000;
	height: 17px;
	width: 130px;
	border: 1px solid #434343;
}
#MailingListBtn {
	height: 19px;
	width: 19px;
	float: left;
}
#MailingListTextFile {
	height: 19px;
	width: 132px;
	float: left;
	padding-left: 11px;
}
.OrangeText_18px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #eb8500;
	text-decoration: none;
}
#GreyBar {
	background-color: #e5e5e5;
	width: 564px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #373737;
	text-decoration: none;
	font-size: 14px;
}
.GreyBar {
	background-color: #e5e5e5;
	width: 564px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #373737;
	text-decoration: none;
	font-size: 14px;
}


#RoundedBox {
	font-size: 11px;
	color: #737373;
	background-image: url(../images/white_box.gif);
	background-repeat: no-repeat;
	height: 112px;
	width: 257px;
	float: left;
	margin-top: 12px;
	padding: 10px;
}
.RoundedBox {
	font-size: 11px;
	color: #737373;
	background-image: url(../images/white_box.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 257px;
	margin-top: 12px;
	padding: 10px;
}

#RoundedBox1 {
	font-size: 11px;
	color: #737373;
	background-image: url(../images/white_box.gif);
	background-repeat: no-repeat;
	height: 112px;
	width: 257px;
	float: left;
	margin-top: 12px;
	padding: 10px;
}
.BlackTextBold_12px {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#GreyBarText {
}
.BlackText_12px {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.OrangeText_12px {
	color: #e68200;
	font-size: 12px;
	font-weight: bold;
}
#ProductName {
	height: 18px;
	width: 172px;
	margin-top: 2px;
	padding-top: 2px;
}
#ProductNameAct {
	height: 18px;
	width: 172px;
	margin-top: 2px;
	padding-top: 2px;
	background-color: #FFFFFF;
}
#subnav {
	background-color: #e2e2e2;
	background-image: url(../images/subnav-bg.gif);
	background-repeat: no-repeat;
	width: 188px;
}
#menu_1 {
	width: 172px;
	padding-right: 8px;
	padding-left: 8px;
}
#menu_1 a:link{
	color: #474747;
	display: block;
	width: 164px;
	padding: 1px 4px 0px 4px;
	text-decoration: none;
}
#menu_1 a:visited{
	color: #474747;
	display: block;
	width: 164px;
	padding: 1px 4px 0px 4px;
	text-decoration: none;
}
#menu_1 a:hover{
	color: #474747;
	display: block;
	width: 164px;
	background-color: #f7f7f7;
	padding: 1px 4px 0px 4px;
	text-decoration: none;
}
#DottedHr {
	background-image: url(../images/solid_grey_box_hr.gif);
	background-repeat: repeat-x;
	width: 172px;
	height: 1px;
}
.DarkGreyText_12px {
	font-size: 12px;
	color: #464646;
	text-decoration: none;
}
/*  MENU 1, level 1, normal state (NO) */
.menu1-level1-no {
	border-bottom: 1px dotted #999999;
	height: 18px;
	width: 172px;
	margin-top: 2px;
	padding-top: 2px;
	text-decoration: none;
}
/*  MENU 1, level 1, active state (ACT) */
.menu1-level1-act {
	height: 18px;
	width: 172px;
	margin-top: 2px;
	padding-top: 2px;
 background:#e2e2e2;
   border-bottom: 1px dotted #999999;
}
#ProductNamechild {
	height: 18px;
	width: 172px;
	margin-top: 2px;
	padding-top: 2px;
	text-decoration: none;
	text-indent:10px;
}
a:link {
}
#Headline {
	width: 571px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #eb8500;
	text-decoration: none;
}

h1 {
	width: 571px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #eb8500;
	text-decoration: none;
	
}


#BodyArea {
	text-align: left;
	width: 571px;
}
#MainContentArea {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
.DarkGreyText_11px {

	font-size: 11px;
	color: #464646;
	text-decoration: none;
}
#prd_text {
	float: left;
}
#sami_main {
	float:left;
}
#prds_parent {
	float: left;
	width: 100%;
}
.prdprice {
	width: 10px;
	float: left;
	font: 12;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 5px;
}
.prdpricehd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #e68200;
	float: left;
}
.prddesc {
	float: left;
	width: 1px;
}
.mainbody {
	float: left;
	height: 100%;
	width: 100%;
}
.shortcutmenu {
	padding-left:20px;
	padding-right:20px;
	margin-top: 10px;
	float: left;
	width: 800px;
}
.copyrightbar {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
}
ul{
	padding:0px;
	margin:0px;
}



.navigation li
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	DISPLAY: inline;  
	VISIBILITY: visible; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN:middle; 
	PADDING-TOP: 0px; 
	color: #858585; 
 
	font-size:9px; 
}

.navigation LI A {
	color: #858585;
	font-size: 11px;
	font-weight: normal;
	padding-left:1px;
}
.topmenu{
	float:left;
	width:578px;
	height: 63px;
	color: #FFFFFF;
	
}

.topNavLink {
	
	padding-left:16px;
	padding-right:16px;
	
}

.topNavLink A {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

	
}
.topNavLink A:hover {

	color: #eb8500;
	text-decoration: online;

	
}


.orangetopNavLink {
	
	padding-left:16px;
	padding-right:16px;
	
}

.orangetopNavLink A {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #eb8500;
	text-decoration: none;

	
}
.orangetopNavLink A:hover {

	color: #eb8500;
	text-decoration: online;

	
}


#CamRight {
	position: absolute;
	left: 778px;
	top: 0px;
}

/*New CSS also present in index_qc.html in header tag*/
#Logo {
	width: 333px;
	float: left;
}
 #TopNavArea {
	float: left;
	padding-top: 43px;
	padding-left: 27px;
}

/*added by mark@2bscene.net*/
.specialofferstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
	background-image: url(/fileadmin/images/homeoffers/title.gif);
	width: 564px;
	height: 23px;
	margin-bottom: 12px;
}
.specialofferstitle p {
	margin: 0px;
	padding: 0px;
}
.specialofferstitle td {
	text-align: right;
	padding-right: 13px;
}
.offerscontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
	text-align: left;
	background-image: url(/fileadmin/images/homeoffers/box-bg.gif);
	width: 538px;
}
.offerscontainer p {
	margin: 0px;
	padding: 0px;
}
.offerscontent {
	margin: 13px;
}
.offer1img {
	width: 113px;
	vertical-align: top;
}
.offer2img {
	width: 113px;
	vertical-align: top;
}
.offer1text {
	width: 138px;
	vertical-align: top;
}
.offer2text {
	width: 138px;
	vertical-align: top;
}
.offerspace {
	width: 37px;
	vertical-align: top;
}
.off_12_black {
	font-size: 12px;
	color: #000000;
}
.off_12_black_bold {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.orange_bold {
	color: #e48301;
	font-weight: bold;
}