/*---GLOBAL---*/
* {

	}

body {
	margin: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333333;
	}

a:link {
    color: #5dade0;
	}
a:visited {
    color: #5dade0;
	}
a:hover {
	color: #f6c156;
	}
a:active{
    color: #f6c156;
	}


/*---HEADER STRUCTURE---*/
#top-bar {
	height: 41px;
	background: #87b7d6;
	border-bottom: /*1px solid #e1eff0;*/ background-color:#FFFFFF;
	background: url(../images/blue-gradient.jpg) left repeat-y;
	}
	
#logo {
	widows: 230px;
	height: 80px;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	
	}
	
#nav {
	padding: 13px 0px 10px 300px; background-color:#87b7d6 ;
	}

.nav {
	color: #f6c156;
	font-weight: bold;
	text-decoration: none;
	
	}
.nav a:link {
    color: #000000;
	text-decoration: none;
	}
.nav a:visited {
    color: #000000;
	text-decoration: none;
	}
.nav a:hover {
	color: #ffffff;
	text-decoration: none;
	}
.nav a:active{
    color: #ffffff;
	text-decoration: none;
	}


/*---BODY STRUCTURE---*/
#wrapper {
	vertical-align: bottom;
	margin-top:5px;
	}

#content {
	width: 890px;
	padding: 20px 0px 0px 10px;
	background: url(../images/blue-gradient.jpg) left repeat-y;
	display: block;
	}

#brands {
	width: 620px;
	height: 35px;
	margin: 20px 0px 0px 0px;
	}
	
#woman {
	width: 225px;
	height: 500px;
	float: right;
	vertical-align: top; 
	}

#tagline {
	font-size: 10px; width:890px;
	}


/*---BODY ELEMENTS---*/
h1 {
	color: #5dade0;
	font-size: 20px;
	margin: 30px 0px 0px 0px;
	}
	
#content p {
	line-height: 19px;
	}

#feature-set {
	width:890px;
	padding: 15px 0px 0px 0px;
	margin-top:0px;
	background-color:#FFFFFF;
	}

#feature1 {
	width: 210px;
	height: 115px;
	padding: 0px 11px 0px 55px;
	float: left;
	}

#feature2 {
	width: 185px;
	height: 115px;
	margin: 0px 55px 0px 55px;
	float: left;
	}

#feature3 {
	width: 185px;
	height: 115px;
	margin: 0px 0px 0px 11px;
	float: left;
	}


/*---FOOTER STRUCTURE---*/
#footer {
	padding: 20px 0px 0px 30px;
	display: block;
	}

.footer {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	width: 100%;
	border-top: #000000 solid 1px;
	}
.footer a:link {
    color: #000000;
	text-decoration: none;
	}
.footer a:visited {
    color: #000000;
	text-decoration: none;
	}
.footer a:hover {
	color: #f6c156;
	text-decoration: none;
	}
.footer a:active{
    color: #000000;
	text-decoration: none;
	}

