/* ALEXANDRA PARK INTERNAL LAYOUT

/* table of contents
 			1. GLOBAL STYLES
			2. LAYER STYLES
			3. TEXT STYLES
			4. FORM STYLES
			5. FOOTER STICK STYLES

/* //////////////////////////// 
        GLOBAL STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@import url("nav.css");		
* {
	margin:0px;
	padding:0px;
	}	
html {
	text-align:center;
	background:url(../media/html_bkg_internal.gif) top left repeat-x;
	}	
body {
	margin:8px auto 0px auto;
	width:955px;
	font-size:100%;
	text-align:left;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	}	
p {
	font-size:0.75em;
	color:#7F7F7F;
	margin-bottom:12px;
	text-align:justify
	}
h1 {	
	font-size:1.3em;
	color:#463427;
	font-weight:normal;
	}
h2 {	
	font-weight:normal;
	color:#463427;
	font-size:1.2em;
	}	
h3 {	
	font-weight:normal;
	color:#463427;
	font-size:1.1em;
	}
h4 {	
	font-weight:normal;
	color:#463427;
	font-size:1em;
	}				
h1.main_header {
	background:#A6BE00 url(../media/headers/main_header.gif) top left no-repeat;
	height:39px;
	text-indent:-5000px;
	overflow:hidden;
	background-position:0px 7px;
	}
h1.main_header#layout_one {
	background-position:0px 7px;
	}	
		
h3.logo {
	background:url(../media/logo_small.gif) top left no-repeat;
	height:40px;
	overflow:hidden;
	text-indent:-5000px;
	margin: 10px 0 0 15px;
	}		
/* //////////////////////////// 
        LAYER STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	

#nav {
	float:left;
	width:234px;
	height:100%;
	overflow:auto;
	}	
#content {
	float:left;
	width:480px;
	overflow:auto;
	height:100%;
	background-color:#FFFFFF;
	}
#righthand_column {
	float:right;
	height:100%;
	overflow:auto;
	width:234px;
	}				
#product_container {
	height:294px;
	background-color:#473427;
	text-align:center;
	width:955px;
	}
#product_container img {	
	padding: 0 14px;
	}	
#image_container {
	height:294px;
	background-color:#473427;
	text-align:center;
	width:955px;
	}
#image_container img {	
	background:url(../media/stripes.gif) top left;
	padding: 0 14px;
	}
#image_container div {	
	background:url(../media/stripes.gif) top left;
	padding: 0 14px;
	width:454px;
	margin:0 auto;
	}	
#threecolumn_container {
	float:left;
	display:block;
	clear:both;
	width:955px;
	padding-bottom:2em;
	overflow:auto;
	height:100%;
	background:url(../media/container_bkg.gif) top center repeat-y;
	}		
/* //////////////////////////// 
        TEXT STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	
.curtain_brands {
	background:url(../media/curtains_brands.gif) bottom center no-repeat;
	height:61px;
	overflow:hidden;
	text-indent:-5000px;
	border-top:1px solid #e6e6e6;
	}
.blinds_brands {
	background:url(../media/blinds_brands.gif) bottom center no-repeat;
	height:61px;
	overflow:hidden;
	text-indent:-5000px;
	border-top:1px solid #e6e6e6;
	}
.wallpaper_brands {
	background:url(../media/wallpapers_brands.gif) bottom center no-repeat;
	height:61px;
	overflow:hidden;
	text-indent:-5000px;
	border-top:1px solid #e6e6e6;
	}
.furniture_brands {
	background:url(../media/furniture_brands.gif) bottom center no-repeat;
	height:61px;
	overflow:hidden;
	text-indent:-5000px;
	border-top:1px solid #e6e6e6;
	}
.lighting_brands {
	background:url(../media/lighting_brands.gif) bottom center no-repeat;
	height:61px;
	overflow:hidden;
	text-indent:-5000px;
	border-top:1px solid #e6e6e6;
	}					
#product_container p, #product_container a {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	}
.copy_header {
	border-bottom:1px solid #B8CE3C;
	width:400px;
	padding-bottom:5px;
	margin-bottom:10px;
	}
#content h1, #content h2, #content h3 {
	margin:10px 0 10px 10px;
	}	
#content p {
	margin:0 10px 10px 10px;
	}	
#righthand_column p {
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	width:131px;
	padding:10px;
	margin:0 0 0 23px;
	}	
#foot p {
	color:#594435;
	margin:5px 0;
	text-align:center;
	}		
#foot ul { 
	width:955px;
	list-style:none;
	font-size:0.85em;	
	}	
#foot li { 
	display:inline;
	color:#907A68;
	margin:0 3px;
	}	
#foot a:link, #foot a:visited {
	color:#907A68;
	text-decoration:none;
	}
#foot a:hover, #foot a.active {
	color:#594435;
	text-decoration:none;
	}
#content a:link, #content a:visited {
	color:#A3BD0B;
	text-decoration:none;
	}
#content a:hover, #content a.active {
	color:#A3BD0B;
	text-decoration:underline;
	}		
#righthand_column a:link, #righthand_column a:visited {
	color:#A3BD0B;
	text-decoration:none;
	}
#righthand_column a:hover, #righthand_column a.active {
	color:#A3BD0B;
	text-decoration:underline;
	}		
#foot a:link, #foot a:visited {
	color:#907A68;
	text-decoration:none;
	}
#foot a:hover, #foot a.active {
	color:#594435;
	text-decoration:none;
	}	
/* //////////////////////////// 
        FORM STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	
#contact_form {
	margin-top:30px;
	margin-bottom:20px;	
	color:#7F7F7F;
	}
#contact_form label, #contact_form input, #contact_form textarea {
	display: block;
	width: 194px;
	float: left;
	margin-bottom: 10px;
	}
#contact_form input, #contact_form textarea {	
	border: 1px solid #CCC;
	}
#contact_form label {
	font-size: 0.80em;
	width: 100px;
	padding-left:10px;
	}
#contact_form br {
	clear: left;
	}		
#contact_form .submit {
	width: 50px;
	border:none;
	}				
/* //////////////////////////// 
        FOOTER STICK STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#container-page {
	position:relative;
	background:url(../media/container_bkg.gif) top center repeat-y;
	}
#container-content {
  padding: 0 0em 0px 0em;
	}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
	}
#foot {
	font-size:0.75em;
	padding:5px 0;
	display:block !important;
	position:relative;
	margin-top:0em;
	height:50px;
	background:url(../media/foot_bkg.gif) top left repeat;
  	text-align:center;
	}

