/* CSS Document */

/*--Colours:-------------------
-------------------------------
----Aubergine-----#303---------
----Shade lighter #636---------
----Pink-----#f9f--------------
-------------------------------
-------------------------------*/

* {margin: 0; padding: 0;}
	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 225px;
	position: relative;
}

#header #tel {
	position: absolute;
	top: 80px;
	left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-align: center;
	font-size: 1.3em;
}

#header #tel p.large {
	font-size: 1.6em;
}

#header #email {
	position: absolute;
	top: 80px;
	right: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-align: center;
	font-size: 1.3em;
}



img {border: 0;}
img.hiddenpic {display: none;}


h2 {color: #CCC;
	padding: 2px 0;
}

#inner_right #frame #address p {
	font-size: 1.3em;
	padding-bottom: 10px;
}

#body_con #inner_right #frame {
	float: right;
	width: 510px;
	height: 430px;
	background: url(images/pic-frame.png) no-repeat;
	padding: 35px 35px 0 45px;
	margin: 20px 30px 0 0;
}



/*------------Hyperlinks pink, bold-----------------------------------------*/
a {color: #f9f; text-decoration: none;}
a:hover {color: #f9f; text-decoration: underline;}
a.top {float: right; font-size: 0.8em;}


/*------------Standard list style------------------------------------------*/
ul.standard {margin: 0 0 10px 30px; line-height: 1.5;}

/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
------------------------------------------------------------------------------------*/
#nav {
	width: 950px;
	height: 30px;
	position: relative;
	background: url(images/menu2.png);
	list-style-type: none;
}

#nav li {float: left;}

#nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	background: url(images/menu2.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
/*----------Original States---------------------------------------------------------*/
li#nav_hom a {left: 0; width: 100px; background-position: 0 0;}
li#nav_cur a {left: 100px; width: 135px; background-position: -100px 0;}
li#nav_fab a {left: 235px; width: 125px; background-position: -235px 0;}
li#nav_bli a {left: 360px; width: 113px; background-position: -360px 0;}
li#nav_acc a {left: 473px; width: 166px; background-position: -473px 0;}
li#nav_abo a {left: 639px; width: 173px; background-position: -639px 0;}
li#nav_fee a {left: 812px; width: 138px; background-position: -812px 0;}
/*----------Hover States------------------------------------------------------------*/
li#nav_hom a:hover {background-position: 0 -30px;}
li#nav_cur a:hover {left: 100px; width: 135px; background-position: -100px -30px;}
li#nav_fab a:hover {left: 235px; width: 125px; background-position: -235px -30px;}
li#nav_bli a:hover {left: 360px; width: 113px; background-position: -360px -30px;}
li#nav_acc a:hover {left: 473px; width: 166px; background-position: -473px -30px;}
li#nav_abo a:hover {left: 639px; width: 173px; background-position: -639px -30px;}
li#nav_fee a:hover {left: 812px; width: 138px; background-position: -812px -30px;}
/*----------You Are Here States-----------------------------------------------------*/
#body_hom li#nav_hom a {background-position: 0 -60px;}
#body_cur li#nav_cur a {left: 100px; width: 135px; background-position: -100px -60px;}
#body_fab li#nav_fab a {left: 235px; width: 125px; background-position: -235px -60px;}
#body_bli li#nav_bli a {left: 360px; width: 113px; background-position: -360px -60px;}
#body_acc li#nav_acc a {left: 473px; width: 166px; background-position: -473px -60px;}
#body_con li#nav_abo a {left: 639px; width: 173px; background-position: -639px -60px;}
#body_fee li#nav_fee a {left: 812px; width: 138px; background-position: -812px -60px;}
/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
-------------------END--------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------
--------------Layout Styles--------------------------------------------------------------
-----------------------------------------------------------------------------------------*/
#content {float: left; width: 950px; height: 450px; background-color: #303;}

#content #inner_left {width: 300px; height: 325px; float: left; padding: 0px 0px 0px 0px;} /*border: 1px solid white;*/
#content #inner_right  {width: 650px; padding: 0; height: 450px; float: right;}

table.main_img {height: 350px; width: 350px; border: 0;}
table.acc_main_img {height: 300px; width: 350px; border: 0;}


/*----------------------------------------------------------------------------*/
/*------------Home------------------------------------------------------------*/
#inner_left img.float_r {float: right; margin: 0 0px 10px 40px;}
#inner_left img.float_l {float: left; margin: 0px 20px 0px 0;}

#content #inner_left div.home_text {
	width: 240px; 
	height: 300px;
	padding: 80px 30px 0 20px;
	background: url(images/home_text_bottom.png) no-repeat	right bottom;
}


ul#slideshow {
	list-style: none;
}

#frame {
	float: right;
	width: 490px;
	height: 400px;
	background: url(images/pic-frame.png) no-repeat;
	padding: 50px;
	margin: 30px 30px 0 0;
}




/*----------------------------------------------------------------------------*/
/*------------Curtains--------------------------------------------------------*/
#content #inner_left div.curtains_text {
	width: 250px; height: 350px;
	padding: 55px 30px 0 20px;
	background: url(images/home_text_bottom.png) no-repeat right bottom;
}

#content #middle_img {
	width: 350px; height: 350px;
	padding: 30px;
	background: url(images/img_border.png) no-repeat;
	float: left;
	text-align: center;
	margin-top: 15px;
}

#content #curtain_thumbs {
	width: 220px; height: 420px;
	padding: 30px 0px 0 20px;
	float: right;
}

#curtain_thumbs img {padding: 10px;}


/*----------------------------------------------------------------------------*/
/*------------Fabrics--------------------------------------------------------*/
#fabric_text {
	width: 950px; height: 20px; 
	background: #636; 
	margin: 30px 0 40px 0; 
	padding: 5px 0 3px 0;
}

#fabric_text img.fabflower { vertical-align: text-top;}

#content #fabric_text p {vertical-align: middle; margin: 0; padding: 0; text-align: center;}

#fabric_logos {padding: 10px 0 0 0;}
#content #fabric_logos img {padding: 5px; vertical-align: middle;} 


/*--------------------------------------------------------------------------*/
/*------------Blinds--------------------------------------------------------*/
#content #inner_left div.blinds_text {
	width: 230px; height: 320px;
	padding: 40px 30px 0 40px;
	background: url(images/home_text_bottom.png) no-repeat right bottom;
}

#content #inner_left div.blinds_text img.flower {
	margin: 0 0 0 -30px;
	float: left;
}

#content #blind_thumbs {
	width: 220px; height: 410px;
	padding: 40px 0px 0 10px;
	float: right;
}

#blind_thumbs img {padding: 8px;}


/*----------------------------------------------------------------------------*/
/*------------Accessories-----------------------------------------------------*/
#content #inner_left div.acc_text {
	width: 260px; height: 410px;
	padding: 30px 20px 0 20px;
	background: url(images/home_text_bottom.png) no-repeat right bottom;
}


#body_acc #content #middle_img {
	width: 350px; height: 300px;
	padding: 30px;
	background: url(images/img_border2.png) no-repeat;
	float: left;
	text-align: center;
	margin-top: 20px;
}

#content #acc_thumbs {
	width: 210px; height: 355px;
	padding: 30px 0px 0 10px;
	float: right;
}
#acc_thumbs img {padding: 5px;}

#content #acc_logos {width: 650px; height: 65px; clear: both; margin-left: 10px;}
#content #acc_logos img {padding: 0 15px; vertical-align: middle;}

/*----------------------------------------------------------------------------*/
/*------------Feedback-----------------------------------------------------*/
#body_fee #content {height: auto; min-height: 450px; background: #303 url(images/feedback_sideflowers.png) repeat-y;}

#feedback_text {
	width: 950px; height: 20px; 
	background: #636; 
	margin: 30px 0 30px 0; 
	padding: 5px 0 3px 0;
}

#content #feedback_text p {vertical-align: middle; margin: 0; padding: 0; text-align: center;}
#feedback_text img.fabflower { vertical-align: text-top;}

#feedback {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#body_fee #content #feedback p {text-align: center;}
#body_fee #content #feedback img.feedback_img {margin-bottom: 10px;}


/*----------------------------------------------------------------------------*/
/*------------About-----------------------------------------------------*/
img.temp1 {margin-top: 30px; margin-left: 40px;}
img.temp2 {margin-top: -210px; margin-left: 250px;}



/*--------------------------------------------------------------------------------
--------------Layout Styles-------------------------------------------------------
-------------------END------------------------------------------------------------*/





/*------------Text styles------------------------------------------------*/
#content p {
	color: #CCC;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0px 15px 0;
	text-align: left;
	line-height: 1.2;
}




/*---------------Footer----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/

#footer {
	background-image: url(images/footer2.png); background-repeat: no-repeat;
	clear: both;
	font-size: 1.1em;
	color: white;
	height: 25px;
	padding: 10px 15px 5px 15px;
	text-align: center;
}

div.dsdp {padding: 2px;}


/*----------------------END-----------------------------------------------------------------*/


