/* CSS file for gridzones.com */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	background: #FFFFFF url(/_img/bg.gif) repeat-x left top;
}

body {
	font-family: "Lucida Grande", verdana, sans-serif;
	text-align: center;
	background: url(/_img/bg-bottom.gif) repeat-x left bottom;
}

#wrapper {
	text-align: left;
	width: 100%; 
	margin: 0;
	min-width: 800px; 
	max-width: 800px;
	background: #ffffff url(/_img/content-bg.gif) repeat-y left top;
	
}

#header {
	background: url(/_img/header.gif) repeat-x left top;
	height: 72px;
}
#header #gridzones {
	float: left;
	width: 321px;
	height: 72px;
	position: relative;
	overflow: hidden;
}

#header #gridzones a {
	text-decoration: none;
	color: #000;
}

#header #gridzones a span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(/_img/logo.gif) no-repeat left top;
}

#header #slogan {
	float: right;
	width: 362px;
	height: 72px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}

#header #slogan span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(/_img/desc.gif) no-repeat left top;
}


#nav-bar {
	background: url(/_img/nav-bg.gif) repeat-x left top;
	height: 31px;
	line-height: 31px;
}

#nav-bar p.login {
	float: left;
	height: 31px;
	width: 151px;
	background: url(/_img/log-bg.gif) no-repeat right top;
	text-align: right;
	padding-right: 10px;
	_padding-top: 6px;
	_height: 25px;
}

#nav-bar p.login a {
	display: block;
	color: #f17420;
	text-decoration: none;
	font-size: 11px;
	line-height: 29px;
}

#nav-bar p.login a:hover {
	color: #004c9a;
}

#nav-bar #navigation {
	float: left;
	height: 31px;
	list-style-type: none;
	padding-left: 2px;
	text-align: center;
}

#nav-bar #navigation li {
	float: left;
	background: url(/_img/main-nav-bg.gif) no-repeat right top;
}

#nav-bar #navigation li a {
	display: block;
	height: 31px;
	line-height: 31px;
	padding: 0 1.5em;
	font-size: 12px;
	color: #004c9a;
	text-decoration: none;
	_width: 80px;
	_height: 25px;
	_padding-top: 6px;
}

#nav-bar #navigation li a:hover {
	color: #f17420;
}

#nav-bar .status {
	float: right;
	padding-right: 20px;
	line-height: 29px;
	vertical-align: center;
	padding-top: 4px;
}

#nav-bar .status a {
	margin-left: 4px;
}

#side-menu {
	float: left;
	width: 159px;
}

#side-menu ul {
	width: 159px;
	list-style-type: none;
	margin-bottom: 30px;
}

#side-menu ul li {
}

#side-menu ul li a {
	display: block;
	height: 23px;
	line-height: 23px;
	background: #f6fafd url(/_img/side-nav-bg.gif) no-repeat right top;
	text-align: right;
	padding-right: 30px;
	font-size: 11px;
	text-decoration: none;
	color: #004b96;
	border-bottom: 1px solid #767f8f;
}

#side-menu ul li a:hover {
	color: #000;
	background: #d9ebff url(/_img/side-nav-bg-hover.gif) no-repeat right top;
	border-bottom: 1px solid #3a72aa;
}

#side-menu p.sun {
	text-align: center;
}

#main {
	float: left;
	width: 63%;
	margin-left: 5px;
	margin-bottom: 20px;
}
#main a {
  color: #0069b7;
}
#main a:hover {
  color: black;
}

#main .gridzone-all {
	height: 236px;
	background: #11306d url(/_img/all-bg.png) no-repeat left top;
	padding-top: 20px;
	color: #ffffff;
	padding-left: 270px;
	margin-bottom: 10px;
}

#main .gridzone-all h3 {
	font-size: 24px;
	padding-bottom: 10px;
}

#main .gridzone-all h3 span {
	color: #ee9a3d;
}

#main .gridzone-all ul {
	font-size: 12px;
	padding-left: 40px;
}

#main .gridzone-all ul li {
	padding-bottom: 2px;
}

#main .gridzone-all-sub {
	height: 163px;
	background: #11306d url(/_img/all-sub-bg.png) no-repeat left top;
	padding-top: 20px;
	color: #ffffff;
	padding-left: 270px;
	margin-bottom: 10px;
}

#main .main-text-wide {
	padding: 10px 15px;
	margin-bottom: 10px;
  	color: #333333;
}

#main .main-text-wide h1 {
  font-size: 22px;
  color: #3a619d;
  text-indent: 30px;
  background-image: url('/_img/grid-dingbat.gif');
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 1em;
}
#main .main-text-wide h2 {
  font-size: 22px;
  color: #3a619d;
  margin-bottom: .5em;
}
#main .main-text-wide h3 {
  font-size: 15px;
  font-weight: bold;
  color: #3a619d;
  margin-bottom: .5em;
}
#main .main-text-wide h4 {
  margin-bottom: 1em;
  font-size: 14px;
}
#main .main-text-wide p {
  font-size: 12px;
  margin-bottom: 1em;
}
#main .main-text-wide blockquote {
  margin-bottom: 1em;
  padding-left: 2em;
  font-size: 12px;
  font-style: italic;
}
#main .main-text-wide .module {
  width: 250px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2em;
}
#main .main-text-wide .module img {
  float: right;
}
#main .main-text-wide ul {
	padding-left: 18px;
	font-size: 12px;
	padding-bottom: 15px;
}
#main .main-text-wide ul li {
	margin-bottom: .3em;
}
#main .main-text-wide ol {
	padding-left: 18px;
	font-size: 11px;
	padding-bottom: 15px;
}
#main .main-text-wide ol li {
	margin-bottom: 1em;
}

#main .main-text {
	width: 63%;
	float: left;
	background: url(/_img/config-bg.gif) repeat-x left top;
	padding: 0 20px;
}

#main .main-text h3 {
	padding: 10px 0 7px;
	color: #3a619d;
	font-size: 22px;
}
#main .main-text h4 {
  	margin-bottom: 1em;
	font-size: 14px;
}

#main .main-text p {
	color: #000000;
	font-size: 12px;
	padding-bottom: 15px;
}

#main .main-text p.spl {
	color: #da761e;
	font-size: 14px;
	padding-bottom: 6px;
}

#main .main-text ul {
	padding-left: 18px;
	font-size: 12px;
	padding-bottom: 15px;
}
#main .main-text ul li {
	margin-bottom: .3em;
}

#main .news {
	float: right;
	width: 28%;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

#main .news div {
	background-color: #2e5797;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 5px;
	font-size: 12px;
}

#main .news div h4 {
	font-size: 15px;
	padding-bottom: 5px;
}

#main .news div table {
	border: 2px solid #2e5797;
}

#main .news div td {
	background-color: #ffffff;
	color: #f17420;
	padding: 4px;
	font-size: 11px;
}

#main .features {
	float: right;
	width: 28%;
	padding-left: 10px;
}

#main .features div {
	margin-bottom: 20px;
	font-size: 11px;
	color: #fff;
	padding: 2px;
}

#main .features div ul {
	padding: 10px 0 0 20px;
}

#main .features div h4 {
	font-size: 16px;
	font-weight: normal;
}

#main .features .inc-features {
	background-color: #e19025;
}

#main .features .inc-features h4 {
	background: url(/_img/inc-head.gif) no-repeat left top;
	height: 31px;
	line-height: 31px;
	padding-left: 10px;
}

#main .features .opt-features {
	background: #2d5d9b url(/_img/opt-bg.gif) no-repeat right bottom;
	padding-bottom: 10px;
}

#main .features .opt-features h4 {
	background: url(/_img/opt-head.gif) no-repeat left top;
	height: 31px;
	line-height: 31px;
	padding-left: 10px;
}

#main .two-column-listing {
  margin: 1em;
  font-size: 12px;
}

#main .two-column-listing .label {
  width: 12em;
  float: left;
  font-weight: bold;
}

#main .two-column-listing .info {
  margin-left: 12.5em;
  margin-bottom: .3em;
}

/* Site Map */

ul#sitemap {
  
}

ul#sitemap li {
  font-weight: bold;
}

ul#sitemap li ul {
  margin-top: 1em;
}

ul#sitemap li ul li {
  font-weight: normal;
}

.clearer {
	clear: both;
}

.comparison {
	border: 1px solid #fff;
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
}

.comparison tr {
	color: #fff;
}

.comparison a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.comparison a:hover {
	text-decoration: underline;
}

.comparison tr th {
	font-weight: normal;
	background-color: #2d5d9b;
	padding: 5px;
}

.comparison tr.head th {
	font-weight: bold;
}

.comparison tr td {
	background-color: #d06f1a;
	padding: 5px;
}



#sidebar {
	float: left;
	width: 180px;
	margin-left: 5px;
  	margin-top: 10px;
}

#sidebar div h3 {
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(/_img/side-top.gif) no-repeat left top;
	font-size: 12px;
	color: #004b96;
}

#sidebar div h4 {
}

#sidebar>div {
	background: url(/_img/side-bg.gif) repeat-y left top;
	margin-bottom: 20px;
}

#sidebar div p {
	padding: 10px 5px;
	font-size: 12px;
}

#sidebar div .end {
	padding: 0;
	background: url(/_img/side-bot.gif) no-repeat left bottom;
	height: 25px;
}


.details-float {
  width: 180px;
  float: right; 
  margin-left: 1em;
  margin-bottom: 4em;  
}
.details-float div {
	background: url(/_img/side-bg.gif) repeat-y left top; 
}
.details-float div h3 {
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(/_img/side-top.gif) no-repeat left top;
	font-size: 12px;
	color: #004b96;
}
.details-float div p {
	padding: 0 5px;
  	margin: 0;
	font-size: 12px;
}

.details-float div ul {
	padding: 10px 5px;
	font-size: 12px;
}
.details-float div ul li{
	margin-bottom: 0;
}
.details-float div .end {
	padding: 0;
	background: url(/_img/side-bot.gif) no-repeat left bottom;
  	height: 25px;
}


#sidebar div h4 {
	font-size: 11px;
}

#sidebar .hosting-details {
	text-align: center;
	font-size: 10px;
}

#sidebar .hosting-details div {
	text-align: left;
	padding: 10px;
	border-bottom: 1px dotted #666666;
}

#sidebar .hosting-details a {
	color: #004b96;
	text-decoration: none;
}

#sidebar .hosting-details a:hover {
	text-decoration: underline;
}



#footer {
	clear: both;
	text-align: center;
	background: #fff url(/_img/foot-bg.gif) repeat-x left top;
	height: 79px;
}

#footer .foot-links {
	line-height: 32px;
	font-size: 12px;
	text-transform: lowercase;
	color: #004b96;
}

#footer .foot-links a {
	color: #004b96;
	text-decoration: none;
}

#footer .foot-links a:hover {
	text-decoration: underline;
}

#footer .copy-note {
	font-size: 10px;
	padding-top: 5px;
}

#wrapper:after, #header:after, #nav-bar:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* holly hack \*/
* html #wrapper, * html #header, * html #nav-bar { height: 1%; zoom: 1; }
/* end hack */
