/*

Floorite

MWISMedia New Media Design & Development

Author: Mike Stephens

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

a, p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input, form, select {
	font: normal 11px "Trebuchet MS", "Century Gothic", Verdana;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	color: #AC5E1D;
	line-height: 20px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #662100;
	color: #AC5E1D;
	font: normal 11px "Trebuchet MS", "Century Gothic", Verdana;
	background: #662100 repeat-x url(../images/bg.jpg);
}

/* ---------------------------------------------------------------*/

/* Div Containers*/

#main_container {
 width: 830px;
 margin: auto;
 padding: 0 0 0 0;
 background:  #662100 repeat-y url(../images/main_container_bg.jpg);
}

/* Header */

#header {
 width: 830px;
 height: 142px;
 background:  no-repeat url(../images/header_bg.jpg);
 margin: 0 0 0 21px;
}

#header_content {
 width: 500px;
 float: right;
 margin: 40px 60px 0 0;
}

/* Navigation */

#main_nav {
 width: 788px;
 height: 33px;
 float: left;
 background-color: #662100;
 margin: 0 0 0 21px !important;
 margin: 0 0 0 10px;
}

#main_nav ul {
 list-style: none;
 float: left;
 margin: 5px 0 0 20px !important;
 margin: 5px 0 0 10px;
 }

#main_nav li, #main_nav li.last {
 display: inline;
 padding: 0 5px 0 5px;
 background: no-repeat top right url(../images/nav_spacer.jpg);
}

#main_nav li.last {
 background: none;
}

#main_nav li a {
 font: normal 12px Georgia, "Times New Roman", Times, serif;
 color: #E0E0C7;
 text-decoration: none;
}

#main_nav li a:hover {
 border-bottom: 1px dashed #E0E0C7;
}

.maincat li a {
 font-weight: bold;
}

/* Main Content */

#main_content {
 width: 788px;
 min-height: 640px;
 background: no-repeat #F3F3EB url(../images/main_content_bg.jpg);
 margin: 0 0 0 21px !important;
 margin: 0 0 0 10px;
 float: left;
}

#main_content_two {
 margin: 25px 0 0 0;
 background: repeat-y #F3F3EB url(../images/main_content_bg2.jpg);
 width: 788px;
}

/* Col One */

#col_one {
 margin: 0 0 10px 0;
 padding: 0 5px 0 0;
 width: 178px;
 float: left;
}

.col_one_content {
 margin: 0 0 10px 0;
 padding: 0 0 10px 10px;
 text-align: left;
 background: no-repeat bottom center url(../images/col_one_divider.jpg);
}

.col_one_content ul, .col_three_content ul {
 margin: 5px 0 0 5px;
 list-style: none;
}

.col_one_content li, .col_three_content li{
 background: no-repeat url(../images/bullet.jpg) 5px 7px;
}

.col_one_content li a, .col_three_content li a, .col_three_content li p {
 margin: 0 0 0 20px;
 color: #AC5E1D;
 text-decoration: none;
}

.col_one_content li a:hover, .col_three_content li a:hover {
 text-decoration: underline;
}

/* Col Two */

#col_two {
 margin: 0 0 0 0;
 text-align: left;
 width: 385px;
 float: left;
}

/* Colum Products Layouts */

 #col_two .price {
 font:bold 16px Georgia, "Times New Roman", Times, serif;
 color: #AC5E1D;
 }
 #col_two .price_grey {
 color:#CC9900;
 }
 #col_two .size_header {
 font: bold 11px Georgia, "Times New Roman", Times, serif;
 color:#999;
 margin: 0px 0 0 10px;
 }
 #col_two .size_colour {
 font: normal 10px Georgia, "Times New Roman", Times, serif;
 color:#FE8C15;
 }

#col_two .product_box {
 margin: 10px 0 0 0;
 width: 380px;
 }
 #col_two .left, #col_two .left_tb {
 width: 35%;
 float:left;
 margin: 0 0 10px 0;
 }
 #col_two .left_tb {
 width: 33s%;
 }

 .brd {
  margin: 2px;
  padding: 2px;
  border: 1px solid #AC5E1D;
 }
 #col_two .right {
 width: 65%;
 float:left;
 }
 #col_two .prod_img {
 border: 1px solid #CCCCCC;
 margin: 5px;
 }
 #col_two .links {
 text-align:center;
 color:#FF7B00;
 margin: 10px 0 0 0;
 }
 #col_two .links a {
 color:#FF7B00;
 text-decoration:underline;
 font-weight:normal;
 } 

#col_two a {
 text-decoration: none;
 font-weight: bold;
 color: #AC5E1D;
}
 
 #col_two a:hover {
 text-decoration:underline;
 }
 
#col_two ul {
 margin: 5px 0 0 10px;
 list-style: none;
}

#col_two li {
 background: no-repeat url(../images/bullet.jpg) 5px 7px;
 padding: 0 0 0 20px;
}


/* Col Three */

#col_three {
 margin: 0 0 0 0;
 padding: 0 5px 0 0;
 width: 210px;
 float: right;
}

.col_three_content {
 padding: 5px 0 5px 10px;
 text-align: left;
}

.col_three_content p {
 padding: 0 0 4px 0;
 color: #642000;
 font: normal 11px Georgia, "Times New Roman", Times, serif;
 line-height: 20px;
}

#col_three_cart {
 padding: 5px;
}

/* Footer */

#footer_img {
 float: left;
 background: no-repeat top left url(../images/footer_bg.jpg);
 width: 830px;
 height: 17px;
 margin: 0 0 0 11px !important;
 margin: 0 0 0 5px;
}

#footer {
width: 770px;
margin: 0 auto 0 auto;
text-align: center;
}

#footer_content {
text-align: center; 
}

#footer a {
 color: #A48757;
 text-decoration: none;
 text-align: center;
}

#footer a:hover {
 text-decoration: underline;
}

#sub_footer {
 float: right;
 margin: 0 10px 0 0;
}

/* Text */

h1 {
 color: #5F1F00;
 font: bold 14px Georgia, "Times New Roman", Times, serif;
 line-height: 24px;
}


h2 {
 color: #5F1F00;
 font: bold 14px Georgia, "Times New Roman", Times, serif;
 line-height: 24px;
}


h4.right {
 font-size: 11px;
 padding: 0 0 5px 0;
}

h3 {
 color: #AC5E1D;
 font: bold 11px Georgia, "Times New Roman", Times, serif;
 padding: 5px 0 0 0;
}

h4 {
 color: #5F1F00;
 font: bold 12px Georgia, "Times New Roman", Times, serif;
 line-height: 20px;
}

/* Misc */

.img_padding {
 padding: 5px 0 5px 0;
}

#clear {clear: both; margin: 0px}

underline {
 text-decoration: underline;
}

.baskethead td {
 color: #5F1F00;
}


/* Add To Cart & View More Buttons */
.cat_title {
background-color:#CC9900;
text-align:center;
font: bold 10px Georgia, "Times New Roman", Times, serif ;
width: 120px;
margin: 2px 0 2px 0;
text-transform:uppercase;
}


.cat_title_header {
background-color:#591E00;
text-align:center;
font: bold 10px Georgia, "Times New Roman", Times, serif ;
width: 120px;
margin: 2px 0 2px 0;
text-transform:uppercase;
}


#col_two .cat_title a {
font: bold 10px;
color:#fff;
text-decoration:none;
display:block;
line-height: 20px;
}
#col_two .cat_title_header a {
font: bold 10px;
color:#fff;
text-decoration:none;
display:block;
line-height: 20px;
}


#col_two .cat_title_header a:hover {
color:#fff;
text-decoration:underline;
display:block;
background-color:#000;
}

#col_two .cat_title a:hover {
color:#fff;
text-decoration:underline;
display:block;
background-color:#000;
}

.subcat {
 padding: 0 0 0 4px;
}

.subcat li {
 background: no-repeat url(../images/bullet2.jpg) 0px 6px;
}

.subcat li a {
 color: #9F7000;
 font-weight: normal;
}

.basket {
padding: 2px;
border: 1px solid #763309;
}

.basket th {
 color: #ffffff;
}


/* Search */
.product_row {
 float: left;
 margin: 3px 0 0 5px;
 padding: 5px 0 0 0;
 width: 90%;
}

.product_row  .img {
	float: left;
	width: 60px;
	height: 50px;
	margin: 0 0 0 0;
}

.product_row .des {
	font-size:12px;
	font-weight:bold;
		color: #FE8C15;
		margin: 0 0 0 5px;
		padding:0;
		width: 250px;
}

.product_row .wasprice {
text-decoration: line-through;
		margin: 0 0 0 5px;
}

.product_row .prices {
 float: left;
 margin: 0 0 0 5px;
 padding:0;
}


#col_two .prod_but {
background-color:#CC9900;
text-align:center;
font: bold 10px Georgia, "Times New Roman", Times, serif ;
text-transform:uppercase;
width: 80px;
float:right;
line-height: 20px;
text-transform:uppercase;
margin: 0 20px 0 0;
}

#col_two .prod_but a {
font: bold 10px;
color:#fff;
text-decoration:none;
display:block;
line-height: 20px;
}

#col_two .prod_but a:hover {
line-height: 20px;
color:#fff;
text-decoration:underline;
display:block;
background-color:#000;
}