body {
	margin: 20px 0;
	padding: 0;
	background: #ffffff;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7F7E77;
	background: url('../images/blue_gradient.png') repeat-x left top;
}

/* Header */

#header {
	width: 960px;
	height: 65px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 65px;
	padding: 0 0px;
	width: 400px;
	background: #ffffff url('../images/sheexpress_logo_round.png') no-repeat right top;
}

/* toplinks */

#toplinks {
	float: right;
	padding-right: 30px;
	font-family: "Trebuchet MS";
}

#toplinks ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#toplinks li {
	display: inline;
}

#toplinks a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

#toplinks a:hover {
	border-bottom: 3px #999999 solid;
    text-decoration: none;
}

#toplinks .active a {
    border-bottom : 3px #999999 solid;
}

#toppadding {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	background: #ffffff;	
	background: #ffffff url('../images/sidebar_image_top.png') no-repeat right bottom;
}

hr {
	display: none;
}

/* topheading */

#topheading {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	background: #ffffff;	
	font-family: Tahoma, "Trebuchet MS";
}

#topheading a{
	
	/*color: #D2BA29;*/
	color: #999898;
}

#topheading a:hover {
	color: #D2BA29;
	padding: 15px 0 0 0px;
	
}

.pageheading
{
    padding: 10px 0 0 30px;
    color: #999898;
    font-family: Tahoma, "Trebuchet MS";
    font-size: 1.3em;
}

.pageheading .pageheadingbold
{
    font-weight: bold;
	color: #2D2D2B;
}

/* Page Selections */

#page2cols {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}

#pagewithform {
	width: 960px;
	margin: 0 auto;
	background: url('../images/sidebar_image.png') repeat-y;
}


/* Content */

#content {
	float: left;
	width: 700px;
}

#contenttop {
	float: left;
	width: 920px;
}

#contentmiddle {
	float: left;
	width: 920px;
}

#contentbottom {
	float: left;
	width: 920px;
}

/* main content middle */

#maincontenttop 
{
    float: left;
	width: 800px;
	padding-top: 36px;

}

#maincontentleftmiddle 
{
    float: left;
	width: 400px;
	padding-top: 36px;

}

#maincontentrightmiddle
{
    float: right;
	width: 400px;
	padding-top: 36px;

} 


/* main content bottom */

#maincontentleftbottom 
{
    float: left;
	width: 400px;
	padding-top: 36px;

}

#maincontentrightbottom
{
    float: right;
	width: 400px;
	padding-top: 36px;

} 

.defaultImage
{
    width: 900px; 
    height: 350px; 
    float: left; 
    margin-top: 15px; 
    margin-left: 30px; 
    margin-bottom: 15px; 

}

/* Post */

.post {
	padding: 25px;
}

.post .title {
	margin: 0;
	border-bottom: 2px solid #F2EAB8;
	font-size: 1.3em;
}

.post .titlenounderline {
	margin: 0;
	/*border-bottom: 2px solid #F2EAB8;*/
	font-size: 1.2em;
}

/* privacy */

.privacy {
	padding: 25px;
	
}

.privacy .para
{
    font-size: 0.7em;
}

.privacy .title {
	margin: 0;
	border-bottom: 2px solid #F2EAB8;
	font-size: 1.3em;
}

.privacy .titlenounderline {
	margin: 0;
	/*border-bottom: 2px solid #F2EAB8;*/
	font-size: 1.1em;
}


/* Posts */

.posts {
	padding: 20px;
}

.posts .title {
	margin: 30px 0 0 0;
	border-bottom: 2px solid #F2EAB8;
	font-size: 1.3em;
}



/* different paragraph stles */
.product 
{
    margin-bottom: 0em;
	line-height: 150%;
}

.product .producttitle
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D2D2B;
}


form {
	margin: 0;
	padding: 0;
}


h1, h2, h3{
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2D2D2B;
}

h1 a, h2 a, h3 a {
	color: #2D2D2B;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #D2BA29;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.8em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.6em;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 150%;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	border-bottom: 1px solid #F2EAB8;
	text-decoration: none;
	color: #D2BA29;
}

a:hover {
	border: none;
	color: #FFB700;
}


/* Footer */

#footer {
	width: 960px;
	height: 60px;
	padding: 15px 0 0 0px;
	margin: 0 auto;
	background: url('../images/footer_grey_gradient.png') no-repeat;
}

#footer p {
	
	padding: 0px 15px;
	font:  .8em Tahoma,"Trebuchet MS";
	color: #B4AF8E;
}

#footer a {
	color: #B4AF8E;
	font:  1.0em Tahoma,"Trebuchet MS";
	text-align: left;   
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 20px;
}

#sidebar p 
{
    margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-left: 10px;
}

#sidebar li li {
	padding-left: 15px;
	background: url('../images/img06.gif') no-repeat left center;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;

}

#sidebar h5 
{
 	font-size: 1.0em;
	border-bottom: 1px solid #F2EAB8;
	font-family: Tahoma,"Trebuchet MS";

}

#sidebar a {
	border-bottom-color: #B4AF8E;
	color: #666666;
}

#sidebar a:hover {
	color: #000000;
}