/*** basic ***/

#Content {
	position:relative;
	width:785px;
	padding:0px;
	margin-top:0px;
 	 margin-left:auto;
 	 margin-right:auto;
     background-color:#540054;
	 color:#FFFFFF;
	 
	 }

 #col_one {
 padding-bottom: 0px;
 margin-bottom: 0px;
}
 


/*** basic ***/

body{
	margin:20px 0;
	padding:0px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family: "Book Antiqua";
	font-size:14px;
		}
	
strong{
	color:#000000;
	}

h1{
	font-size: 130%;
    font-weight: bold;
    color:#9DD234;
	margin:0px;
	padding:0px;
    text-align:left;
	}
	
h2{
	color:#9DD234;
	margin: 0px;
	padding: 0px;
	font-size:115%;
}	

h3{
	 color:#9DD234;
	margin: 0px;
	padding: 0px;
	font-size:100%;
}


a {
text-decoration: underline;
color: #FFFFFF;
}



.contactus h1{
	background:none;
	border:none;
	padding-left:0px;
	margin-bottom:5px;
	}

P{

}

#pagination{
  clear:both;
}

#logo{
	width:318px;
	height:55px;
	position:absolute;
	top:20px;
	right:250px;
		
}

/*** DIVS ***/
#website_branding{
  width:785px;
   height:55px;
  background-image: url(../images/logo.gif);
  background-position: right;
  background-repeat: no-repeat;
  text-align:right;
  padding-top:0px;
  margin-bottom:20px; /*this gives space for the absolute positioning of the nav bar*/
  }

#website_branding a{
  color:#ffffff;
}

#website_container{
	position:relative; /*added for exquisite*/
	top:50px; /*added for exquisite*/
  padding-left:0px;
  margin:0px;
  width:785px;
min-height:300px;
 }

.Home #website_container{
	top:30px; /* need less for homepage */
	background-image: url(../images/home_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
   width:785px;
  height:428px; /* add pixels from 'top'*/
}

.exquisite_cashmere #website_container{
	top:30px; /* same style as homepage */
	background-image: url(../images/home_bg_cashmere.jpg);
  background-position: center;
  background-repeat: no-repeat;
   width:785px;
  height:428px; /* add pixels from 'top'*/
}

#mainpage{
	}


#content{

}

.layout1_1col_txt #col_one{
  margin:0px 20px;
  padding:10px;
}

.layout2_1col_txt #col_one{
  margin:5px 20px;
  padding: 0px 10px;
}

.Home .layout2_1col_txt #col_one{
	margin-left:300px;
	text-align:justify;
}

.Home EM{
	float:right;
	width:230px;
	font-style:normal;
}

.exquisite_cashmere .layout2_1col_txt #col_one{
	margin-left:230px;
	width:260px;
	text-align:justify;
}
	
.layout5_1col_txt #col_two{
  width:150px;
  float:left;
  margin-left:20px;
  padding-left:10px;
  padding-right:5px;
  border-right:1px solid #9DD234;
 }	

.layout5_1col_txt #col_one{
	float:right;	
	margin-right:20px;
	padding-right:10px;
		}
	
.layout5_1col_txt #col_one #content{
	text-align:justify;
	border-top:none;
	}	
	
.layout5_1col_txt #col_one h1{
	padding-left:10px;
	margin-top:5px;
	}

#image{
float:right;
padding:5px 5px 5px 15px;
}
	

#website_footer{
 width:785px;
margin-top:50px;
font-size:0.75em;
color:#999999;
text-align:center; 
   }
 

#website_footer a{
}

#global_footer{
	 width:785px;
 	padding:20px 0px 20px 0px;
	text-align:center;
	font-size: 0.85em;
	color: #CCCCCC;
}

#global_footer a{
color:#CCCCCC;
}

/*** contact us ***/
#submit{
  text-align:right;
  padding-left:356px;
}


.submit
{
    border:solid 1px #000000;
}

/*#content{
  padding-top:0px;
  padding-bottom:0px;
}*/

/*** news page ***/

.Get_The_Look #content{
	margin-bottom:30px;
	}
	

	
.news_article{
	
	}	


/*** gallery page ***/

.gallery_page #mainpage{


}


.gallery #col_one{
  margin:0px 20px;
  padding:10px;
  width:190px;
  float:left;

}

.gallery #col_two{
	float:right;
	margin-right:20px;

}

.gallery #gallerytext{

}

.gallery img{
	padding:5px;

}

.imagecaption{
  width:150px;
  color:#00A3F0;
  text-align:center;
}
.image{

}
/*** home ***/
.headline{
  /*display:none;*/
  margin:0px;
}

.date, .time {
  display:none;
}




/*** MENU ***/
#extra{
position:absolute;
top:60px;
font-size:110%;
left:775px;
color:#ffffff;
}

#extra a{
color:#ffffff;
}

.submit{
  border:solid 1px #000000;
  color:#000000;
  font-weight:bold;
}

#website_menu{
	padding: 0px;
	text-align: left;
	margin: 0px;
	position:absolute;
	left:0px;
	top:60px;
	width:785px;
}

.website_top_menu ul{
	padding: 10px;
	font-size:13px;
	margin:0px;
	border:solid 1px #FFFFFF;
}
	

.website_top_menu li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

.website_top_menu a {
	margin: 5px;
	padding: 5px;
	text-decoration:none;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	font-size:1.3em;
	text-transform:lowercase;
	text-align:center;
	
}

.website_top_menu a:hover {
	background-color:#9DD234;
}

.website_top_menu a.current{
background-color:#9E009E;
color:#FFFFFF;
}

.website_top_menu a.first{

}

#phone {
	color:#9DD234;
	font-size:12px;
	font-weight:bold;
	padding:9px 0px 0px 0px;
	margin-right:90px;
	}
	

	
.headline{
	font-size:110%;
	font-weight:bold;
	color:#9DD234;
	}	
	
/*** TABLE ***/
TABLE{
	background-color:#E9EDF3;
	}
	
TD{
	text-align:center;
	padding:5px;
	}	
	
	
INPUT{
	margin:3px 0;
	}
	
