/*
Theme Name: SalesPressor
Theme URI: 
Description: WP Theme with customizable options
Author: WP for Marketers
Author URI: http://www.wpformarketers.com/
Version: 1.6
Tags: custom, header, WP For Marketers

*/

html, body {
	padding:0;
	margin:0 0;
	font-family:Arial, Helvetica, sans-serif;
}
#headerimage {
	width:977px;
	margin:0 auto;
}

#headernav {
	width:977px;
	margin:0 auto;
	height:43px;
	background-image:url('images/header_shadow_03.png');
	background-repeat:no-repeat;
}

#access {
    margin: 0 14px .5em 14px;
    overflow: auto;
	height:43px;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu ul ul {
    display: none;
}
.menu li {
    display: inline;
	float:left;
}
.menu a {
    display: block;
    float: left;
}


ul.menu {
	margin:0;
}

ul.menu li a {
	display:block;
	padding:12px 25px;
	text-decoration:none;
	line-height:100%;
}



ul.menu li ul li a {
	background-color:#47475d;
	background-image:none;
}

ul.menu li ul li a:hover {
	background-color:#6b6b87;
	background-image:none;
}


#container {
	width:949px;
	margin:0 auto;
	box-shadow:0px 0px 2px 2px #AAA;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	position:relative;
	
}

#content {
	padding:20px;
}

#contentSR {
	width:680px;
	float:left;
}
#sideSR {
	float: right;
	overflow: hidden;
	width: 220px;
}

#contentSL {
	width:680px;
	float:right;
}
#sideSL {
	float: left;
	overflow: hidden;
	width: 220px;
}

#footer {
	text-align:center;
	color:#666;
	padding-top:8px;
	clear:both;
}

#footer a, #footer a:visited {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
}

#site-info {
	padding-bottom:4px;
}
	

h1 {
	font-size:28px;
	margin-top:0px;
}

h2 {
	font-size:24px;
	margin-top:0px;
}

h3 {
	font-size:20px;
	margin-top:0px;
}


.xoxo {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	list-style-type:none;
}