/* 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-color: #00324d;
	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;
}

#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 {
	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: 0px;
	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;
	line-height: 150%;
}

a {
	color: #6794b2;
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}
#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 {
	margin: 28px 0 28px 0;
	font-size: 36px;
	color: #000;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	margin: 16px 0 16px 0;
	font-size: 24px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
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;
}

/* domain availability */
#domainchecker {
	text-align: center;
	padding-top: 18px;
}