/* @override 
	http://floatinghost.net/css/global.css
	http://www.floatinghost.net/css/global.css
*/

/*----------------------------------------
Name: global.css
Developed by: Floating Point Media, Inc. http://www.floatingpointmedia.com/
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("/css/reset.css");
/*@import url("/css/externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	background: #5f3711;
}
body {
	background-color:;
	background: url(/images/body_image.jpg) no-repeat #e5f3f6;
	background-position: top ;
	font-size:12px;
}

body, p, td, th, li {
	line-height:1.5em;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContainer {
	width:950px;
	margin: 0 auto;
}

p {
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited {
	color:#0000ff;
	text-decoration: underline;
}

a:hover, a:active {
	color:#0000ff;
	text-decoration:none;
}

h1 {
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2 {
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3 {
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4 {
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5 {
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 20px;
}
		
		
/* Main Content
----------------------------------------*/
#headline {
	font-size: 55px;
	text-align: center;
	font-family: Helvetica Neue;
}
#price {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
	width: 600px;
	height: 250px;
	clear: both;
}
#price img {
	float: left;
}
#price #info {
	width: 255px;
	margin: 0 auto;
	margin-top: 0px;
	float: left;
	margin-left: 20px;
}
#signup {
	margin-top: 10px;
}
#info .readmore {
	float: right;
}
#info ul {
	margin:3px 0px 5px 10px;
}
li {
	background: url(/images/bulletimg.png) no-repeat;
	background-position: 7px left;
	padding: 1px 0px 1px 12px;
}
.details {
	
}
.details-bottom {
	text-align: right;
}
.morelink {
	
}
.lesslink {
	display: none;
}
#allDetails {
	width: 450px;
	margin: 0 auto;
	display: none;
}
#allDetails th {
	padding: 5px;
	width: 50%;
	text-align: right;
}
#allDetails tr.header th {
	text-align: center;
}
#allDetails tr.header th:hover {
	background: none;
}
#allDetails tr.header th.title {
	padding: 5px;
	padding-left: 0px;
	background: /*#72ac3c;*/;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: arial narrow;
	text-align: left;
	border-bottom: 4px solid #72ac3c;
}

#allDetails th.expander {
	background: none;

}
#allDetails tbody {
	border: 1px solid #40863d;
	border:none;
}
#allDetails tr:hover td, #allDetails tr:hover th {
	background: rgba(229,220,74,0.78);
}
#allDetails tr:hover th.title {
	background: none;
	
}
#allDetails tr.spacer th.expander.title:hover {
	background: none;
}
#allDetails td {
	padding: 5px;
	text-align: left;
	padding-left: 20px;
}

#allDetails a.orderNow {
	background: #ffc900;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border: 1px solid #ffa12b;
}
#allDetails a.orderNow:hover {
	background: #ffa400;
	padding: 5px 10px;
}
/* Tools 
----------------------------------------*/
#tools {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 40px;
}
#tools a {
	text-decoration: none;
	color: #2057da;
}
#tools a:hover {
	color: #333;
	text-decoration: underline;
}

#tools a.home,#tools a.clientarea,#tools a.server,#tools a.support, #tools a.affiliates {
	padding-left: 25px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 15px 5px 0;
}
#tools a.home {
	background: url(/images/icon_home.png) left no-repeat;
}
#tools a.clientarea {
	background: url(/images/icon_clientarea.png) left no-repeat;
}
#tools a.server {
	background: url(/images/icon_server.png) left no-repeat;
}
#tools a.support {
	background: url(/images/icon_support.png) left no-repeat;
}
#tools a.affiliates {
	background: url(/images/icon_affiliates.png) left no-repeat;
}
 
/* Footer
----------------------------------------*/
#footer{
	width:100%;
	height: 186px;
	background: url(/images/grass_bg.png) repeat-x;
}

#footercontent {
	padding-top: 110px;
	width: 900px;
	margin: 0 auto;
}

#footercontent a {
	color: #ffffff;
}

#footercontent a:hover {
	text-decoration: underline;
}

#footer_logo {
	float: left;
	margin-top: ;
}

#footer_copy{
	color: #ffffff;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}

#footernav {
	color: #fff;
	text-align: right;
	font-size: 9px;	
	float: right;
	width: 250px;
	margin-top: 15px;
}

#footernav a:hover {
	text-decoration: none;
}


/* Popups */

#popupContainer {
	background: #cceaf2;
	min-height: 600px;
	padding: 20px;
}

