/* CSS Document */

/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height:1.2em; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-family: Verdana, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }
.vlT {vertical-align:top;}
.vlB {vertical-align:bottom;}

.hide { display: none; }
.clear { clear: both; height:1px; line-height:1px; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
#page .cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*-------
// Globals
//-----*/
body{ font-family:Arial, Helvetica, sans-serif; background-color:#FFFFFF; }
h1,h2,h3,h4{line-height:1.2em;}
p{line-height:1.2em;}
.gray { background-color:#A5A699; }
.golden { background-color:#BFC185; }

/*-------
// Page Layout
//-----*/

/*-----container-----*/
div#container { margin:0px auto; width:1004px; }

/*-----header-----*/

div#header { }

/*-----navigation-----*/

div#navigation { background:#F0F0EC; padding:5px; margin-bottom:10px; text-align:center; }

/*-----content-----*/

div#content{overflow:hidden; width:100%;}

/*-----footer-----*/
#footer{ width:850px; clear:both; text-align:center; }



/*-------
// common page content
//-------*/


/*---header---*/
div.logo h1 a { background:url(../images/header/logo2.jpg) left top no-repeat; width:1004px; height:111px; display:block; }
div.punchline p { color:#EF4839; font-size:160%; font-weight:bold; letter-spacing:7px; line-height:32px;   } 

/*--- navigation ---*/
div#navigation ul li{display:inline;  font-size:120%; }
div#navigation ul li a { color:#7D7F5B; padding:0 5px; text-transform:uppercase; line-height:18px;  }
div#navigation ul li.last a { color:#C82127; font-weight:bold; }


/*--- sidebar ---*/
div#sidebar { width:150px; }
div#sidebar h3 { color:#FFFFFF; font-size:120%; text-transform:uppercase; font-weight:normal; line-height:16px; padding:0 5px; } 
div#sidebar ul { border:1px solid #A5A699; margin-bottom:20px; }
div#sidebar ul li { font-size:110%; padding:2px 8px; line-height:16px;  }
div#sidebar ul li.even { background-color:#F1F1EF; }
div#sidebar ul li a { color:#2A3990; }

/*-----footer----*/

#footer h6{ margin:0px; padding:20px 0px 10px 0px; font-size:0px; }
#footer p{ margin:0px; padding:0px 0px 10px 0px; font-size:110%; color:#58595B; }
#footer p.disc{ margin:0px; padding:10px 20px; text-align:center; color:#58595B; }
#footer p span{padding:0px 10px 0px 10px; }


/*-------
// Index page content
//-----*/

/*-----main---*/
div#main { width:830px; overflow:hidden; }

div#main div#top_section { margin-right:25px; }

div#main div#top_section div.top_section_left { width:586px; }
div#main div#top_section div.top_section_left h2 { font-size:170%; color:#D42027; line-height:22px; font-weight:bold; margin-bottom:15px; } 
div#main div#top_section div.top_section_left p { color:#737373; font-size:120%; line-height:16px; margin-bottom:20px;  }

div#main div#top_section div.top_section_right ul li.first { margin-bottom:20px; }

div#main div.product_gallery table.products { width:100%; margin:10px 0px; border:none; }
div#main div.product_gallery table.products tr td { width:25%; text-align:center; vertical-align:bottom; padding:10px 0px; border:1px solid #D42027; margin-right:5px;  }
div#main div.product_gallery table.products tr td p a{ color:#5C5D60; font-size:14px; line-height:16px; font-weight:bold; }
div#main div.product_gallery table.products tr td p.price a{ font-weight:normal; }
div#main div.product_gallery table.products tr td p.price a span { color:#ED1C24; }



div#main div#bottom_section div.bottom_section_left div.placeholder { width:368px; height:256px;  }
div#main div#bottom_section div.bottom_section_right { width:440px; }
div#main div#bottom_section div.bottom_section_right h2 { background:url(../images/content/ridderheims.gif) no-repeat center center; width:147px; height:23px; margin-right:30px; }
div#main div#bottom_section div.bottom_section_right h3 { font-size:170%; color:#D42027; line-height:22px; font-weight:bold; margin-bottom:15px; clear:both; } 
div#main div#bottom_section div.bottom_section_right h4 { font-size:130%; color:#D42027; line-height:17px; font-weight:bold; margin-bottom:15px; } 
div#main div#bottom_section div.bottom_section_right p { color:#737373; font-size:120%; line-height:16px; margin-bottom:20px;  }
div#main div#bottom_section div.bottom_section_right table { border:#A5A699 1px solid; margin-bottom:5px; }
div#main div#bottom_section div.bottom_section_right table tr.heading th { padding:3px 15px; color:#FFFFFF; font-size:120%; font-weight:normal; line-height:12px; background:#999999;  }
div#main div#bottom_section div.bottom_section_right table tr.odd td { padding:3px 15px; text-decoration:line-through; font-size:130%; line-height:14px;  }
div#main div#bottom_section div.bottom_section_right table tr.odd td.first { text-decoration:none; color:#666666; font-size:110%; }
div#main div#bottom_section div.bottom_section_right table tr.even td { background:#F1F1EF; padding:3px 15px;  font-size:140%; color:#BF1E2D; font-weight:bold; line-height:14px; }
div#main div#bottom_section div.bottom_section_right p.fontsize10 { font-size:100%; }

div#main div.small_banners  { margin-bottom:20px; }
div#main div.small_banners ul li { display:inline; }

div#main div.pagination ul li { display:inline; }
div#main div.pagination ul li a { line-height:14px; } 
div#main div.pagination ul li.paging a{ margin:0 10px; font-size:130%; color:#979696; } 







