/* @override http://prosolutionpills/themes/psp/css/styles.css */

@charset "UTF-8";
/* CSS Document */

/* ##########################
	    GlOBAL STYLES
########################## */

html {
	height:100%;
	}

body {
	background:#919191 url(../images/body-bg.png) repeat-x top left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	}

#wrapper {
	margin:0 auto;
	width:870px;
	/*background:#fff url(../images/copy_bg.png) top left;*/
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #727272;
	}
	
.clearLeft {
	clear:left;
	}
	
.clearRight {
	clear:right;
	}
	
.clearBoth {
	clear:both;
	}

p a:link {
	color:#ff0000;
	}
	
p a:visited {
	color:#ff0000;
	}
	
p a:hover {
	color:#2990dd;
	}
	
/*p.highlight {
	background-color:#DCF0FF;
	padding-bottom:2px;
	padding-left:2px;
	border:1px dotted #2990dd;
	}
	
.highlightTwo {
	background-color:#DCF0FF;
	}*/
	
/*h1 {
	font-size:250%;
	font-style:italic;
	color:#2990dd;
	text-transform:uppercase;
	margin-bottom:5px;
	}
	
h2 {
	font-size:200%;
	font-style:italic;
	color:#2990dd;
	text-transform:uppercase;
	margin-bottom:5px;
	}
	
h3 {
	font-size:170%;
	color:#393641;
	margin-bottom:5px;
	}*/
	
.red {
	color:#ff0000;
	}
	
img {
	border:none;
	}
	
img.center {
	margin:0 auto;
	}
	
img.floatLeft {
	float:left;
	padding:0 15px 0 0;
	}

img.floatRight {
	float:right;
	padding:0 0 0 15px;
	}
	
.small {
	font-size:90%;
	}
	
/*blockquote {
	font-style:italic;
	font-size:100%;
	}*/
	
/* ##########################
	    MAIN CONTENT
########################## */
	
#content {
	float:right;
	width:575px;
	text-align:left;
	padding:0px 20px 0 0px;
	}

/* ##########################
	  HEADER NAV STYLES
########################## */	
	
#header {
	width:870px;
	height:125px;
	background: #ffffff url(../images/header-bg.png) no-repeat bottom center;
	padding-top: 7px;
	color: #FFFFFF;
	text-align:right;
}
#header-links{
	margin-top: 73px;
	margin-right: 35px;
}

#header-links a{
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#header-links a:hover{
	text-decoration: underline;
}	
#navi-links{
	background:url(../images/navi-bg.png) repeat-x top center #ffffff;;
	width:858px;
	margin-left: 6px;
	margin-right: 6px;
	height: 42px;
	
}
#navi-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 12px;
}
#navi-links ul li{
	display: inline;
}
#navi-links ul li a{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
}
#navi-links ul li a:hover{
	color: #FFFFCC;
}
#main-image{
	width: 870px;
	height: 227px;
	background:url(../images/main-image-2.png) no-repeat center center #fff;
	text-align:right;
}
#order-now-button{
	margin-top: 170px;
	margin-right: 30px;
}

/* ##########################
	    SIDEBAR STYLES
########################## */

#sidebar {
	width:238px;
	padding:10px 5px 0 0px;
	margin-left: 1px;
	}
	
#sidebar #phoneContainer {
	width:188px;
	padding:0 0 0 40px;
	margin:0 0 20px 4px;
	text-align:left;
	background:url(../images/phone_icon.png) no-repeat 0 0;
	}

#sidebar .phone {
	font-size:22px !important;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ff0000;
	margin:5px 0 5px 5px;
	}
	
#sidebar .promoCode {
	font-size:14px;
	font-weight:bold;
	margin:0;
	}

#sidebar #sidebarPackages {
	margin:20px auto 20px auto;
	padding:0;
	}
	
#sidebar #sidebarPackages li {
	list-style-type:none;
	overflow:hidden;
	margin-left:2px;
	}
	
#sidebar #sidebarPackages li.sixMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	background:url(../images/sidebar/6month.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.sixMonths a:hover {
	background:url(../images/sidebar/6month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.twelveMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/12month.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.twelveMonths a:hover {
	background:url(../images/sidebar/12month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.fiveMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/5month.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.fiveMonths a:hover {
	background:url(../images/sidebar/5month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.fourMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/4month.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.fourMonths a:hover {
	background:url(../images/sidebar/4month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.topTen a {
	width:233px;
	height:0;
	padding-top:103px;
	margin-top:40px;
	background:url(../images/sidebar/top_ten.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.topTen a:hover {
	background:url(../images/sidebar/top_ten.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.fmo a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/free_fmo.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.fmo a:hover {
	background:url(../images/sidebar/free_fmo.png) no-repeat bottom left;
	}

#sidebar #sidebarPackages li.freeBonuses a {
	width:233px;
	height:0;
	padding-top:102px;
	margin-top:13px;
	background:url(../images/sidebar/free_bonuses.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.freeBonuses a:hover {
	background:url(../images/sidebar/free_bonuses.png) no-repeat bottom left;
	}
	
/* ##########################
	    FOOTER STYLES
########################## */
	
#footer {
	background:#FFF url(../images/footer_bar.png) repeat-x top left;
	padding:40px 25px 20px 25px;
	}
	
#footer #navFooter {
	margin:0;
	padding:0;
	font-size:14px;
	}
	
#footer #navFooter li {
	display:inline;
	}
	
#footer #navFooter li a {
	color:#ff0000;
	border-right:1px solid #000;
	text-decoration:none;
	padding:0 4px 0 0;
	margin-bottom:10px;
	}
	
#footer #navFooter li.last a {
	border:none;
	}
	
#footer #navFooter li a:visited {
	color:#ff0000;
	}
	
#footer #navFooter li a:hover {
	text-decoration:underline;
	}
	
