/* CSS Reset */
@media print {
   input { display:none; }
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-size: 81.3%;
    color: #4E411C;
    background: #57463C url(/img/bg.jpg) repeat-x top;
    font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
 /* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #4E411C;
}

h1 {
    font-size: 1.5em;
    line-height: 1;
}



h2 {
    font-size: 1.2em;
	font-weight: bold;
	clear:both;
}

h2 img{
	margin-top:4px;
}


h3 {
    font-size: 1.3em;
    line-height: 1;
}

a{
	color:#4E411C;
	text-decoration:underline;
}

a:hover{
	color:#035D81;
}
br{
	margin-bottom:5px;
}
 /* Text elements */
p {
    margin-bottom:10px;
}


blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    margin: 1.5em 0;
    white-space: pre;
}

img{
	display:block;
}

table{
	width:100%;
}


td{
	border:1px #A01C1A solid;
	padding:5px;
	color:#000000;
}

th{
	background-color:#D7574C;
	border:1px #A01C1A solid;
	padding:5px;
	color:#ffffff;
	text-align:center;
}

 /* Misc classes */ 
 .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
} 
.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
} 
.hide {
    display: none;
} 
.message{
	color: #D51920;
	font-size: 1.2em;
	text-align:center;
	margin: 10px auto -10px auto;
	font-weight:bold;
}
.CenteredText{
	margin:10px auto;
}
/* Header styles */ 
#header {
    margin: 0px auto;
	width:960px;
	min-height:394px;
	height:391px;
	background-color:#ffffff;
} 


/* Footer styles */ 
#footer {
    clear: both;
    width: 960px;
    margin: 0px auto;
	background-color: #DBD6C3;
	height:43px;
	text-align: center;
	font-size: 0.8em;
}

#footer br{
    clear: both;
 	margin-bottom:0px;
}

#footer a{
	text-decoration:none;
}

#Product{
	margin-top:20px;
	clear:both;
	float:left;
}

#Product h2{
	background-color:#FCC6C4;
	padding:4px 0px 4px 15px;
 	width:552px;
	font-size:1.5em;
	text-align:left;
	color:#4E411C;
}

.ProductInner{
	background-color:#EDE7CD;
	float:left;
	padding:0px;
	margin-left:10px;
	width:550px;
	height:135px;	
}



.ProductInner #Left{
	border-right:1px solid #5b665b;
	float:left;
	padding:10px;
	width:140px;
	height:100px;
}

.ProductInner img{
	float:left;
}

.ProductInner #Center{
	float:left;
	padding:10px;
	width:200px;
	height:105px;
	overflow:hidden;
}

.ProductInner #Right{
	border-left:1px solid #5b665b;
	float:right;
	padding:10px;
	text-align:left;
	background-color:#ead487;
	width:128px;
	height:115px;
}

.ProductInner #Right br{
	margin-bottom: 0px;
}

.ProductInner #Price{
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
	border-bottom:1px solid #5B665B;
	margin: -10px 0px -5px -10px;
	padding:10px;
	text-align:center;
	width:128px;
	background-color:#DBD6C3;
}


.ProductInner .bullet{
	float:left;
}

.ProductInner a{
	font-size:0.9em;
	color:#A82C1D;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

#photos{
	text-align:center;
	margin: 5px auto;
	display:none;
	clear:both;
	
}

#WhiteLine{
	background-color:#FFFFFF;
	height: 6px;
	width: 960px;
	margin: 0px auto;	
	display:block;
	clear:both;
}

#BreadCrumbs{
	clear:both;
	margin-bottom:20px;
	color:#035D81;
}

#BreadCrumbs a{
	color:#035D81;
	text-decoration:none;
	font-size:0.9em;
	border-bottom:dotted;
}

#BreadCrumbs a:hover{
	color:#4E411C;
}

.InfoText{
	float:left;
	margin:10px;
	width:550px;
}

.InfoText ul{
	margin-left:20px
}

.InfoText ul li{
	text-align: left;
}

.slider{
	position: relative; 
	overflow:hidden;
	height:145px;	
	width:182px; 
	float:left;
}

.sliderb{
	position: relative; 
	overflow:hidden;
	height:145px;	
	width:192px; 
	float:left;
}

#FlashBut{
	float:right;
	height:79px;
	width:314px;
	margin:2px 4px;
}
