/* ---- IMPORT STYLES ----- */

@import url(content.css);

/* ---- MAIN STYLES ----- */

body, html {
	background: #fff url(../images/gd/bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}

body, td {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 17px;
}

p {
	margin: 5px 0 10px 0;
}

p.zero {
	margin: 0;
}

table, td {
	vertical-align: top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.displayno {
	display: none;
}

div.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.cleaner hr {
	display: none;
}

/* -- 1st HYPERLINK STYLE -- */

a {
	color: #df4c53;
	text-decoration: none;
}

a:hover {
	color: #bf0a22;
	text-decoration: underline;
}

/* -- 2nd HYPERLINK STYLE -- */

.a2 {
	color: #666;
	text-decoration: none;
}

.a2:hover {
	color: #333;
	text-decoration: underline;
}

/* - NAVIGATION STYLES - */

#navigation {
	margin: 155px 0 0 295px;
	width: 475px;
	height: 60px;
	padding: 0;
	position: absolute;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	
}

#navigation li, #navigation a {
	width: 75px;
	height: 60px;
	display: block;
}

#nav_home {left: 0; background: url(../images/nav/nav_home_off.gif) left top no-repeat; }
#nav_home a:hover {background: url(../images/nav/nav_home_on.gif) left top no-repeat; }
#nav_home a:visited:hover {background: url(../images/nav/nav_home_on.gif) left top no-repeat; }
#nav_home_selected {left: 0; background: url(../images/nav/nav_home_on.gif) left top no-repeat; }

#nav_hosting {left: 80px; background: url(../images/nav/nav_hosting_off.gif) left top no-repeat; }
#nav_hosting a:hover {background: url(../images/nav/nav_hosting_on.gif) left top no-repeat; }
#nav_hosting a:visited:hover {background: url(../images/nav/nav_hosting_on.gif) left top no-repeat; }
#nav_hosting_selected {left: 80px; background: url(../images/nav/nav_hosting_on.gif) left top no-repeat; }

#nav_ssl {left: 160px; background: url(../images/nav/nav_ssl_off.gif) left top no-repeat; }
#nav_ssl a:hover {background: url(../images/nav/nav_ssl_on.gif) left top no-repeat; }
#nav_ssl a:visited:hover {background: url(../images/nav/nav_ssl_on.gif) left top no-repeat; }
#nav_ssl_selected {left: 160px; background: url(../images/nav/nav_ssl_on.gif) left top no-repeat; }

#nav_domains {left: 240px; background: url(../images/nav/nav_domains_off.gif) left top no-repeat; }
#nav_domains a:hover {background: url(../images/nav/nav_domains_on.gif) left top no-repeat; }
#nav_domains a:visited:hover {background: url(../images/nav/nav_domains_on.gif) left top no-repeat; }
#nav_domains_selected {left: 240px; background: url(../images/nav/nav_domains_on.gif) left top no-repeat; }

#nav_support {left: 320px; background: url(../images/nav/nav_support_off.gif) left top no-repeat; }
#nav_support a:hover {background: url(../images/nav/nav_support_on.gif) left top no-repeat; }
#nav_support a:visited:hover {background: url(../images/nav/nav_support_on.gif) left top no-repeat; }
#nav_support_selected {left: 320px; background: url(../images/nav/nav_support_on.gif) left top no-repeat; }

#nav_contact {left: 400px; background: url(../images/nav/nav_contact_off.gif) left top no-repeat; }
#nav_contact a:hover {background: url(../images/nav/nav_contact_on.gif) left top no-repeat; }
#nav_contact a:visited:hover {background: url(../images/nav/nav_contact_on.gif) left top no-repeat; }
#nav_contact_selected {left: 400px; background: url(../images/nav/nav_contact_on.gif) left top no-repeat; }

/* --- LAYOUT STYLES --- */

#container { 
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 770px;
	height: 301px;
}

.photo_1 	{ background: transparent url(../images/gd/photo_1.jpg) top left no-repeat; }
.photo_2 	{ background: transparent url(../images/gd/photo_2.jpg) top left no-repeat; }
.photo_3	{ background: transparent url(../images/gd/photo_3.jpg) top left no-repeat; }
.photo_4 	{ background: transparent url(../images/gd/photo_4.jpg) top left no-repeat; }
.photo_5 	{ background: transparent url(../images/gd/photo_5.jpg) top left no-repeat; }
.photo_6 	{ background: transparent url(../images/gd/photo_6.jpg) top left no-repeat; }

#slogan {
	position: absolute;
	margin: 49px 0 0 302px;
	width: 232px;
	height: 57px;
}

.slogan1	{ background: transparent url(../images/gd/slogan1.gif) top left no-repeat; }
.slogan2	{ background: transparent url(../images/gd/slogan2.gif) top left no-repeat; }
.slogan3	{ background: transparent url(../images/gd/slogan3.gif) top left no-repeat; }


#logo {
	position: absolute;
	margin: 36px 0 0 597px;
	width: 173px;
	height: 85px;
	background: transparent url(../images/gd/gdwebhosting.gif) top left no-repeat;
}

#logo a {
	display: block;
	width: 173px;
	height: 85px;
}

#container h1 {
	position: absolute;
	margin: 255px 0 0 295px;
	padding: 0;
	height: 22px;
	color: #d63947;
	font: normal 17px/15px Arial, Helvetica, sans-serif;
}

#content {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#content_left {
	float: left;
	width: 250px;
}

#content_right {
	float: right;
	width: 520px;
}

#footer {
	width: 100%;
	height: 57px;
	margin: 20px 0 10px 0;
	background: #fff url(../images/gd/footer_bg.gif) top left repeat-x;
}

#footer_layout {
	width: 770px;
	margin: 0 auto;
}

#terms {
	position: absolute;
	margin: 17px 0 0 5px;
	font-size: 10px;
}

#copyright {
	position: absolute;
	margin: 8px 0 0 307px;
	width: 157px;
	height: 46px;
	background: transparent url(../images/gd/copyright.gif) top left no-repeat;
}

#beeinteractive a {
	position: absolute;
	margin: 20px 0 0 644px;
	width: 119px;
	height: 27px;
	display: block;
	background: transparent url(../images/gd/beeinteractive_off.gif) top left no-repeat;
}

#beeinteractive a:hover {
	background: transparent url(../images/gd/beeinteractive.gif) top left no-repeat;
}


/* --- CONTENT STYLES --- */

.border {
	border: solid 1px #ccc;
}

.line {
	border-bottom: solid 1px #ccc;
	padding: 0;
	margin: 5px 0;
}

.line_dashed {
	border-bottom: dashed 1px #ccc;
	padding: 0;
	margin: 5px 0;
}

.line_dashed hr {
	display: none;
}

h2 {
	padding: 0;
	color: #d63947;
	font: normal 16px/15px Arial, Helvetica, sans-serif;
}

h3 {
	margin: 5px 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #d63947;
}

h4, h5, h6 {
	margin: 0 0 10px 0;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

.table_cell {
	float: left;
	margin: 0 5px 5px 0;
}

/* --- UL & LI STYLES --- */

ul.bullets, ol.bullets {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

ul.bullets li, ol.bullets li, ul.bullets li li, ol.bullets li li, ul.bullets li li li, ol.bullets li li li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/gd/bullet.gif) top left no-repeat;

}

ul.arrow, ol.arrow {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

ul.arrow li, ol.arrow li, ul.arrow li li, ol.arrow li li, ul.arrow li li li, ol.arrow li li li {
	margin: 0;
	list-style: none;
	padding: 0 0 0 15px;
	background: url(../images/gd/arrow.gif) top left no-repeat;

}

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	border: solid 1px #cb2337;
	padding: 2px 3px;
	background: #f5f5f5;
}

textarea {
	overflow: auto;
	padding-right: 0;
}

select {
	padding-right: 0;
}

input.submit {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #cb2337;
	border: solid 1px #fff;
	padding: 3px;
}

.required {
	color: #df4c53;
}
