/* reset in-consistent browser styles */
@import url(reset.css);
@import url(base.css);

body, html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 150%;
	
	background: #00324d url(../images/bgshadow.gif) center repeat-y;
}

#header {
	font-size: 11px;
}

#container {
	margin: 0px auto;
	position: relative;
	width: 900px;
	
	background-color: #ffffff;
	border-right: 32px solid #fff;
	border-left: 32px solid #fff;
	
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}
#header {
	padding: 16px 0 16px 0;
	color: #6794b2;
}

#contact {
	position: absolute;
	top: 16px;
	left: 17px;
	width: 400px;
	font-size: 11px;
}

#contact img {
	margin: -2px 2px -2px 10px;
}

#toplinks {
	position: absolute;
	top: 16px;
	right: 27px;
	text-transform: uppercase;
	font-size: 11px;
	color: #555;
}

#mainnav {
	margin-top: 34px;
	height: 95px;
	position: relative;
	clear: both;
	background: url(../images/headerbg.gif) center no-repeat;
}

#menu {
	position: absolute;
	top: 42px;
	right: 35px;
}
#menu a img {
	margin: 0 15px;
	vertical-align: top;
}
#menu a:hover, #menu a:hover {
	color: #555;
}

#logo {
	display: block;
	margin: 0px auto;
	padding-top: 6px;
	width: 578px;
	/*position: absolute;
	top: 26px;
	left: 50px;*/
}

#content {
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:400; /* IE6: treated as min-height*/
	min-height:400; /* real browsers */
}

#bmfooter {
	text-align: center;
	padding-top: 16px;
}

#supplierlogos {
	text-align: center;
	padding-top: 20px;
}

/* christopherbolt.com footer */
#cbfooter {
	clear: both;
	margin-top: 16px;
	border-top: 3px solid #f5f9fb;
	padding-top: 27px;
	height: 126px;
	width: 900px;
	background-color: #ffffff;
	
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

/* general styles */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0px;
	margin: 0;
	padding: 0;
}
small {
	font-size: 11px;
}
strong, .strong, a.strong, .strong a {
	color: #00324d;
}
.strong2 {
	color: #6794b2;
}
.large {
	color: #6794b2;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #6794b2;
	text-decoration: none;
}
#content a {
	color: #00324d;
	text-decoration: underline;
}
#content a:hover {
	color:#FF3300;
}
#content a.undecorated {
	text-decoration: none;
}
a:hover, #content a.undecorated:hover {
	text-decoration: underline;
	color:#FF3300;
}
a.current, a.actual, #content a.current, #content a.actual {
	font-weight: bold;
	color: #00324d;
	text-decoration: none;
}
h1 {
	padding-bottom: 10px;
	margin: 10px 0 0 0;
	font-size: 26px;
	color: #000;
	font-weight: normal;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-color: #CCCCCC;
}
h2 {
	padding-bottom: 10px;
	margin: 16px 0 16px 0;
	font-size: 24px;
	color: #000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-color: #CCCCCC;
}
h1.imageheading {
	margin: 0;
	padding: 0;
}

.negativespace {
	margin: 0 16px 0 16px;
}

/* box */
.box {
	background: url(../images/boxtop.gif) top left no-repeat;
	margin-bottom: 10px;
}
.boxinner {
	background: url(../images/boxbottom.gif) bottom right no-repeat;
	padding: 20px;
	position: relative;
}
.boxtop {
	background: url(../images/boxtopright.gif) top right no-repeat;
	height: 11px;
	width: 11px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.boxbottom {
	background: url(../images/boxbottomleft.gif) bottom left no-repeat;
	height: 11px;
	width: 11px;
	font-size: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* IE 6 Degradation */
* html .box {
	background: url(../images/boxtop.gif) top left no-repeat;
	margin-bottom: 10px;
	padding-top: 1px;
}
* html .boxinner {
	background: url(../images/boxbottom.gif) bottom right no-repeat;
	padding: 20px;
	position: relative;
	margin-left: 1px;
}
* html .boxbottom, * html .boxtop {
	background-image: none;
}

/* Grid */
.grid1 {
	margin-top: 16px;
	padding: 16px;
	padding-bottom: 0px;
	background: url(../images/contentbg.gif) top center no-repeat;
	/*border-bottom: 1px solid #a0c3da;*/
}

.grid1 .left1 {
	float: left;
	width: 46%;
	padding: 16px;
	border-top: 3px solid #f5f9fb;
	clear: left;
	height: 120px;
}

.grid1 .right1 {
	float: right;
	width: 46%;
	padding: 16px;
	border-top: 3px solid #f5f9fb;
	clear: right;
	height: 120px;
}

.grid1 .right1 img, .grid1 .left1 img {
	margin-right: 16px;
	margin-bottom: 16px;
}

/* Support Portal */
table a {
	color: #00324d;
}
table {
	color:#666666;
}

.affiliatecodebox {
	border: 1px solid #999999;
	padding: 5px;
	overflow: auto;
	width: 500px;
	color: #000000;
}
table small {
	font-size: 9px;
}

/* WHMCS css overrides */

.header {
	color: #00324d;
}

#top{
	background-color:#fff;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
	width:auto;
}

#top_container{
	background-color:#fff;
	border-bottom: 1px solid #CCCCCC;
	color:#555;
	height: auto;
	margin:0;
	padding:0;
	text-align:center;
	text-align: right;
	
	padding-top: 7px;
	padding-bottom: 7px;
}

#top_menu{
	margin-top: -1px;
	border: 1px solid #CFE2FF;
	background:#f5f9fb;
	padding-left: 43px;
	font-weight: bold;
}
#top_menu ul li a, #top_menu ul li a:visited {
	color: #00324d;
	text-decoration: underline;
}
#top_menu ul li a:hover {
	background-color: #fff;
	color: #FF3300;
}

#welcome_box strong {
	color: #555;	
}
#welcome_box a strong {
	color: #00324d;
}
#welcome_box{
	background-color:#fff;
	float:none;
	line-height:140%;
	margin:0;
	padding:0;
	text-align:right;
}
#welcome_box a,#welcome_box a:visited{
	color:inherit;
	text-decoration:underline;
}
#welcome_box a:hover{
	text-decoration:underline;
}
#welcome_box img {
	display: none;	
}

#content_container{
	background:#fff;
	border-width: 0;
	margin:0;
	padding:0; 
	width: auto;
}

#content_left {
	padding-left: 0px;	
	width: 648px;
}

#side_menu{
	margin-top: 15px;
	padding-right: 0px;
	border-width: 0;
	background-color: #f5f9fb;
	border: 1px solid #CFE2FF;
	width: 212px;
}

#side_menu ul li {
	line-height: 130%;
	margin:0;
	padding:4px 0;
}