@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(images/gray_bg.png);
	background-size: cover;
	font-family: 'Lato', sans-serif;
	/*---background-color: #F3F3F3;---*/
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1.5px dotted #E9E511;
	border-right: 1.5px dotted #E9E511;
	}
#banner {
	background-image: url(images/sunbanner960x200.jpg);
	height: 123px;
	padding-top: 28px;
} 
#banner a {
	padding-top: 50px;
	padding-left: 447px;
}

#nav {
	width: 800px;
	border-bottom: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav ul, #footer ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;	
}
#nav a, #footer a {
    color: #5C5C5C;
    text-decoration: none;
}
#nav a:hover, #footer a:hover {
    color: #f50068;
	text-decoration: blink; 
	font-weight: 400;
}
#nav a:active { 
    color: #E9E511;
}
/*---#nav a:visited, #footer a:visited {
    color: #E9E511; 
}---*/
#footer  {
	width: 800px;
	border-top: 1px solid #C8C8C8;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 300px;
	padding-top: 30px;
	padding-bottom: 45px;
	color: #5C5C5C;
}
#footer {
	clear: both;
	font-size: 14px;
}
.indent {
	margin-left: 9px;
}
#footer4 {
	float: right;
	width: 230px;
	margin: auto;
}
#footer3, #footer2, #footer1 {
	float: right;
 	width: 190px;
	margin: auto;
	text-align: left;
}
#maintop, #maintop1, #maintop2, #sidebottom1 {
	width: 800px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #5C5C5C;
}
#maintop h2, #maintop1 h2, #maintop2 h2 {
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#5C5C5C;
	font-weight: lighter;
}
#sidebottom h2 {
	width: 760px;
	border-bottom: 1px solid #E9E511;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-left:20px;
	color:#5C5C5C;
	font-weight: lighter;
}

#maintop1 p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #5C5C5C;
}
#leggings {
	float: right;
}
#usasign {
	margin-left: 40px;
    margin-right: 40px;
}
#tops {
	float: left;
}
.collection {
	display: inline-block;
	margin: 20px;
	width: 220px;
    height: 340px;
	background-color: #FFFFFF;
	color: #5C5C5C;
}
h4 {
	padding-top: 15px;
}
.money {
	padding-top: 7px;
	font-style: normal;
	font-weight: lighter;
	font-size: 12.5px;
}
.ourbrand {
	display: inline-block;
	margin: 20px;
	width: 220px;
    height: 340px;
	background-color: #FFFFFF;
	color: #5C5C5C;
}
.ourbrand p {
	padding-left: 30px;	
	padding-right: 30px;	
}
.ourbrand img {
	border-radius: 1000px; 
	box-shadow: .6px .6px 14px #5C5C5C;
}