/**********  DEFAULTS  **********/

body	{
	font-size: 76%;
	font-family: arial;
	background: #fcfcfc;	
}

ul	{
	margin: 0px;
	padding: 0px;	
}

li	{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a,a:active,a:link	{
	color: #369;	
}

a:hover	{
	color: #306;	
}

/**********  HEADINGS  **********/

h2	{
	color: #306;
	font-family: verdana;
	font-weight: normal;
	margin: 0px;
	font-size: 1.7em;
}	

h3	{
	color: #306;
	font-family: verdana;
	font-weight: bold;
	margin: 0px;
	font-size: 1.2em;
}

/**********  STRUCTURE  **********/

#wrapper	{
	width: 80em;
	margin: 0px auto 0px auto;
}

#content	{
	background: #eee;	
}

#inner_content	{
	width: 92%;	
	overflow: hidden;
	padding: 1% 4%;
}

#products div#inner_content,#brands div#inner_content	{
	padding: 0px;
	width: 100%;	
}

#left_col	{
	float: left;
	width: 20%;
	overflow: hidden;
}

#right_col	{
	width: 75%;
	margin-left: 2.5%;
	padding-left: 2%;
	border-left: 1px solid #ccc;
	float: left;
}

/**********  HEADER **********/

#header	{
	background: #dad9e8;	
	width: 98%;
	overflow: hidden;
	padding: 1%;
}

#header h1	{
	display: none;	
}

#header img	{
	float: left;
	margin-right: 60px;	
}

#header ul	{
	padding-top: 20px;	
}

#header ul li	{
	display: inline;	
	margin: 0px 10px;
}

/**********  BREADCRUMBS  **********/

#footer	{
	background: #dad9e8;	
	margin: 0px;
	padding: 1px 10px;
}

#footer p#copyright	{
	float: left;	
}

#footer p#designed_link	{
	float: right;	
}

#footer p#designed_link strong	{
	margin-left: 10px;	
}

/**********  BREADCRUMBS  **********/

#breadcrumbs	{
	padding: 10px 0px 10px 10px;	
}

#breadcrumbs a	{
	margin-right: 5px;	
}

#breadcrumbs span	{
	color: #306;	
	font-weight: bold;
	margin-left: 5px;	
}

/**********  MAIN NAV  **********/

ul#main_nav li	{
	font-size: 1.1em;	
}

ul#main_nav li a	{
	text-decoration: none;	
	color: #777;
	font-weight: bold;
}

ul#main_nav li a:hover	{
	text-decoration: underline;	
	font-weight: bold;
	color: #306;
}
ul#main_nav li#current_tab	{
	color: #306;	
	font-weight: bold;	
}

/*********  NAV BAR	 **********/

#left_col ul#nav_bar li	{
	color: #666;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0px 5px 10px;
}	

#left_col ul#nav_bar li a	{
	text-decoration: none;	
	color: #777;
	font-weight: bold;
}

#left_col ul#nav_bar li a:hover	{
	text-decoration: underline;	
	font-weight: bold;
	color: #306;
}

#left_col ul#nav_bar li#current_nav_item	{
	color: #306;	
	font-weight: bold;
}

/**********  CONTENT  **********/

p.statement	{
	color: #666;
	font-size: 1.2em;
	font-style: italic;	
}

#blinds dl	{
	float: left;
	margin: 10px 0px;	
}

#blinds dl dt	{
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
	font-family: verdana;
		
	width: 100%;
	margin-bottom: 1em;
	clear: both;
}

#blinds dl dd	{
	margin: 0px;
	padding: 0px;
}

#blinds dl dd.img img	{
	float: left;
	padding: 0.75em;
	border: 1px solid #999;	
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin-right: 3em;
}

#blinds dl dd.text	{
	width: 35em;	
	line-height: 1.3em;
	font-size: 1.1em;
	text-align: justify;
}

.measuring_section	{
	margin: 25px 0px 25px 0px;	
	clear: both;
	overflow: hidden;
}

.measuring_section h3	{
	margin-bottom: 15px;	
}

.measuring_section img	{	
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.measuring_section ul	{
	margin: 0px 0px 0px 0px;	
}

.measuring_section ul li	{
	list-style: disc;
	margin: 20px 0px;
	font-size: 1.1em;	
}

.measuring_section p	{	
	margin: 0px;
	text-align: justify;
	line-height: 20px;
	font-size: 1.1em;
}

form#enquiries_form	{
	margin: 20px 0px;
	width: 60% 	
}

.form_row	{
	margin: 10px 0px;	
}

.form_row label	{
	font-weight: bold;
	color: #444;	
}

.form_row input	{
	width: 100%;	
}

.form_row textarea	{
	width: 100%;
	height: 7em;
}	

#send_enquiry	{
	text-align: right;	
	padding-top: 10px;
}

#send_enquiry input	{
	width: 7em;
	background: #eeca6d url('../images/orange_button.gif') repeat-x;
	border: 1px solid #666;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}

.confirm	{
	background: #afdebe;
	border: 1px solid #336633;	
	margin: 10px 0px;
	width: 60%;
}

.error	{
	background: #e7cfcf;
	border: 1px solid #993333;	
	margin: 10px 0px;
	width: 60%;
}

.confirm p,.error p	{
	font-weight: bold;
	font-family: tahoma;	
	padding: 15px;
	color: #333;
	margin: 0px;
}

.contact_section	{
	padding: 10px 0px 10px 0px;	
}

.contact_section h3	{
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;	
}

.contact_section p	{
	margin: 0px;	
}

.links_list	{
	margin: 0px 0px 25px 0px;	
}

.links_list li	{
	margin: 10px 0px;	
}

#first_section	{
	margin-top: 10px;	
}

#first_section div.left_section	{
	float: left;	
	width: 50%;
}

#first_section div.left_section_alt	{
	float: left;	
	margin-right: 20px;
}

#first_section div.left_section p,#first_section div.right_section_alt p,#first_section div.left_section_vertical_alt p	{
	margin: 0px 0px 15px 0px;
	padding: 0px;	
	font-size: 1.1em;
	font-weight: bold;
	text-align: justify;
}

#first_section div.left_section ul,#first_section div.right_section_alt ul	{
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 10px;	
}

#first_section div.left_section li,#first_section div.right_section_alt li	{
	font-size: 1.1em;
	font-weight: bold;
	list-style: disc;
	margin-bottom: 5px; 	
	margin-left: 15px;
}

#first_section div.right_section	{
	float: right;	
}

#first_section div.right_section_alt	{
	margin: 0px 15px 0px 0px;	
}

#first_section div.left_section_vertical_alt	{
	float: left;
	width: 65%;
}

#first_section div.right_section_vertical_alt	{
	float: right;
}

.three_pictures	{
	clear: both;	
	padding: 10px 0px;
}	

.three_pictures div#picture_1	{
	float: left;	
	margin-right: 19px;
}

.three_pictures div#picture_2	{
	float: left;	
	margin-right: 19px;
}

.three_pictures div#picture_3	{
	float: left;	
}

.two_pictures	{
	clear: both;	
	padding: 15px 0px;
}	

.two_pictures div#picture_1	{
	float: left;	
	margin-right: 37px;
}

.two_pictures div#picture_2	{
	float: left;	
}	

#products_main_left	{
	float: left;
	width: 49%;
	padding-right: 10%;
}

#products_main_left p	{
	font-size: 1.1em;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 25px;
}

#products_main_right	{
	float: left;
	width: 38%;	
	text-align: right;
	padding-right: 2%
}

#main_page_text	{
	font-size: 1.1em;
	font-weight: bold;
	text-align: justify;
	line-height: 20px;
	padding-right: 5px;
}

#left_main_image	{
	float: left;
	margin-right: 15px;
	margin-top: 5%;
}

.brands_section	{
	margin: 20px 0px;	
}

.brands_section ul	{
	margin: 10px 0px 0px 0px;	
}

table#blinds_brands	{
	text-align: center;
	border-collapse: collapse;	
	margin-top: 10px;
}

table#blinds_brands th	{
	border: 1px solid #999;
	padding: 10px;
}

table#blinds_brands td	{
	border: 1px solid #999;
	font-weight: bold;
}
