/***************************************************************************************/
/* Page
/***************************************************************************************/

body
{
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #e1e1e1;
}

div#container
{
	border: solid 1px #000000;
	width: 750px;
}




/***************************************************************************************/
/* Page: Standard Element Styles
/***************************************************************************************/

input, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
}

select
{
	background: #CCC;
}

input
{
	background: #fff;
	border: 1px solid #430102;
	padding: 2px;
}




/***************************************************************************************/
/* Header
/***************************************************************************************/

div#header
{
	width: 750px;
	height: 138px;
	background: url(assets/images/header1.jpg) no-repeat #000 top left;
	text-align: left;
}

#header h1
{
	display: none;
}



/***************************************************************************************/
/* Horizontal Navigation
/***************************************************************************************/

div#nav_h
{
	width: 750px;
	text-align: right;
	background: #E50000;
	font-size: 14px;
	overflow: auto;
}

#nav_h a
{
	color: #EFEFEF;
	text-decoration: none;
	float: right;
	padding: 7px;
	background: #E50000;
	font-size: 14px;
}

#nav_h a:hover
{
	color: #FAFAFA;
	text-decoration: underline;
	font-size: 14px;
}

#nav_h a.t1
{
	margin-left: 10px;
}

#nav_h a.t2
{
	margin-left: 10px;
}

#nav_h a.t3
{
	margin-left: 10px;
}

#nav_h a.t4
{
	margin-left: 10px;
}



/***************************************************************************************/
/* Middle
/***************************************************************************************/

div#middle
{
	width: 750px;
}





/***************************************************************************************/
/* Main
/***************************************************************************************/

div#main
{
	background: #fff;
	width: 750px;
	text-align: left;
	background: url(assets/images/maincontentbg.jpg) repeat-y;
}

div#content
{
	padding-left: 220px;
	padding-right: 6px;
	padding-top: 12px;
	background: url(assets/images/contentbg.jpg) repeat-x;;
}

#content h2
{
	font-size: 11px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}

#content h3
{
	font-size: 13px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
}

#content ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#content a
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#content a:hover
{
	text-decoration: none;
}


/***************************************************************************************/
/* Left menu
/***************************************************************************************/

div#nav_v
{
	float: left; 
	background: #DDEAF4; 
	width: 211px;
	border-right: solid 1px #000;
}

#nav_v h2
{
	background: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 4px;
	padding-left: 14px;
	padding-bottom: 3px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#nav_v h2.cart
{
	background: #CC0000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#nav_v ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
}

#nav_v li a
{
	display: block;
	color: #000;
	text-decoration: none;
	background: #DDEAF4;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 12px;
}

#nav_v li a.top
{
	background: #DDEAF4;
	font-weight: bold;
}

#nav_v li a:hover
{
	color: #000;
}


/***************************************************************************************/
/* Font formatting & paragraphs
/***************************************************************************************/

p
{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

.small
{
	font-size: 10px;
}


/***************************************************************************************/
/* Shopping Cart Overview
/***************************************************************************************/

#nav_v .cart_preview
{
	height: 200px;	
}

#cart_preview_div
{
	font-size: 12px;
	color: #000;
	margin: 14px;
	margin-top: 9px;
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom: 1px solid #222;
	overflow: auto;
}

#nav_v .cart_preview span
{
	float: right;
}

#nav_v .cart_preview .view
{
	margin-top: 15px;
	border: none;
	font-size: 12px;
	padding-left: 15px;
	text-decoration: underline;
}

#nav_v .cart_preview .view a
{
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#nav_v .cart_preview .view a:hover
{
	color: #000;
}


/***************************************************************************************/
/* Rounded Corners
/***************************************************************************************/

.roundcont
{
	width: 515px;
	margin-bottom: 10px;
}

.roundcont .padding
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.roundtop
{ 
}

.roundbottom
{
}

img.corner
{
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}


/***************************************************************************************/
/* Footer 
/***************************************************************************************/

div#footer
{
	background: #DA0000;
	width: 750px;
	height: 35px;
	padding-top: 20px;
	font-size: 14px;
	color: #fff;
	border-top: solid 1px #000;
}

#footer .text
{
	text-align: right;
	padding-right: 25px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
#footer .text a
{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
#footer_bottom {
	width: 750px;
	background: #8B471A;
}


/***************************************************************************************/
/* Cart overview
/***************************************************************************************/

table#cart_view
{
	margin-top: 10px;
	width: 99%;
	font-size: 11px;
	border: 1px solid #660303;
	border-collapse: collapse;
}

#cart_view td
{
	border: 1px solid #660303;
	padding: 15px;
	color: #000;
}

#cart_view th
{
	background: url('assets/images/cartview_bg.gif') repeat-x #990000;
	text-align: left;
	padding: 5px;
	border: 1px solid #660303;
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

#cart_view .price
{
	text-align: center;
}

#cart_view input
{
	color: #000;
	text-align: center;
}









/***************************************************************************************/
/* Page: Wood Venetians
/***************************************************************************************/

#wood_venetian_materials td
{
	padding: 10px;
	text-align: center;
}

#wood_venetian_materials td div
{
	margin-top: 5px;
}



/***************************************************************************************/
/* Page: Rollers
/***************************************************************************************/

#roller_fabrics
{
	margin-top: -10px;
	width: 490px;
}

#roller_fabrics td
{
	padding: 10px;
	text-align: center;
}

#roller_fabrics td div
{
	margin-top: 5px;
}



/***************************************************************************************/
/* Page: Rollers Detailed
/***************************************************************************************/

table#roller_nav
{
	float: right;
	margin-top: -34px;
}



/***************************************************************************************/
/* Page: Wood Venetians
/***************************************************************************************/

table#wood_venetian_materials
{
	margin-top: -10px;
	width: 490px;
}

table#wood_venetian_customise
{
	width: 490px;

}






/***************************************************************************************/
/* Form - Fieldset
/***************************************************************************************/

fieldset
{
	border: none;
	margin: 0px;
	padding: 0px;
}

fieldset div
{
	margin-bottom: 5px;
}

fieldset label
{
	float: left;
	width: 120px;
	color: #000;
}




textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	border: 1px solid #430102;
	padding: 3px;
}