/* ------------------------------ CSS Document */



/*---------------------------------------------------------------------

	Basic Elements

---------------------------------------------------------------------*/



body {

	background-color:#dde4d5;

	color:#5e5033;

	font-family:"trebuchet ms", arial, verdana, sans-serif;

	font-size:76%;

	}

	

a {

	text-decoration:underline;

	font-weight:bold;

}



a:link {

	color:#999;

	text-decoration:none;

}



a:visited {

	color:#999;

	text-decoration:none;

}



a:active {

	color:#999;

	text-decoration:none;

}



a:hover	{

	color:#5e5033;

	text-decoration:none;

}

	

h1 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:220%;

	font-weight:normal;

	}

	

h2 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:120%;

	}

	

h2.sub {

	margin-top:-10px;

	}

	

/*---------------------------------------------------------------------

	Images

---------------------------------------------------------------------*/



a:link img, a:visited img, a:hover ing, a:active img {

	border:0;

	}



/*---------------------------------------------------------------------

	General Layout

---------------------------------------------------------------------*/



#container {

	width:780px;

	margin:0 auto;

	padding:3px;

	text-align:left;

	background-color:#fff;

	border:1px solid #ccc;

	}

	

#header {

	width:730px;

	margin:10px auto;

	}

	

#header span {

	display:none;

	}

	

.text1 {

	margin:50px;

	}

	

/*---------------------------------------------------------------------

	Main Navigation

---------------------------------------------------------------------*/



ul#nav_main {

	list-style-type:none;

	background-color:#fff;

	margin:10px 2px 5px 2px;

	padding:5px;

	text-align:right;

	border-top:1px solid #ccc;

	border-bottom:1px solid #ccc;

	}

	

ul#nav_main li {

	display:inline;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:120%;

	padding:2px 5px;

	text-align:center;

	vertical-align:middle;

	}



/*---------------------------------------------------------------------

	About Us Page

---------------------------------------------------------------------*/



div.about {

	float:left;

	width:300px;

	margin:30px;

	}

	





/*---------------------------------------------------------------------

	Home

---------------------------------------------------------------------*/



p.home_txt1 {

	font-size:200%;

	font-family:Georgia, "Times New Roman", Times, serif;

	}

	

p.home_txt2 {

	font-size:100%;

	}

	

p.home_txt3 {

	font-size:200%;

	color:#7e833f;

	padding:20px 0 0 130px;

	text-align:left;

	font-family:Georgia, "Times New Roman", Times, serif;

	}

	

p.home_txt4 {

	font-size:100%;

	color:#7e833f;

	padding:0 0 0 130px;

	text-align:left;

	}



#home_txtSA {

	margin:50px;

	background:url(gfx/SALogo.jpg) left no-repeat #fff;

	}

	

/*---------------------------------------------------------------------

	Wardrobe

---------------------------------------------------------------------*/





#left_navigation {

	float:left;

	width:auto;

	padding:10px;

	margin:30px 30px 30px 0;

	border-right:1px solid #ccc;

	}



	

#product {

	float:left;

	width:auto;

	margin-bottom:30px;

	}

	

#product img {

	float:left;

	margin-right:20px;

	}

	

#product_info {

	float:left;

	}



/*---------------------------------------------------------------------

	Footer Navigation

---------------------------------------------------------------------*/



#footer {

	clear:both;

	margin:10px 0 10px 0;

}



ul#nav_foot {

	list-style-type:none;

	background-color:#fff;

	margin:30px 2px 5px 2px;

	padding:2px;

	text-align:center;

	border:1px solid #ccc;

	}

	

ul#nav_foot li {

	display:inline;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:120%;

	padding:2px 5px;

	text-align:center;

	}

	

/*---------------------------------------------------------------------

	Tables

---------------------------------------------------------------------*/



table {

	border-collapse:collapse;

	margin-bottom:30px;

	}

	

table td, table th {

	padding:5px 10px;

	border:1px solid #ccc;

	}