﻿/* Load External Files */

@import url('reset.css');


/* Stylesheet Document */

#contantholder {
	width: 950px;
	margin: 15px auto 0px auto;
}
body {
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #abdebe url('../images/body.jpg') no-repeat scroll 50% 0;
}

body, table tr th, table tr td {
	padding: 0px;
	margin: 0px;
	color: #5B584D;
	font-family: arial, Helvetica, sans-serif;

}

a {
	color: #005A8C;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #005A8C;
	text-decoration: underline;
}

a.more {
	background: url('../images/link-arrow.gif') no-repeat right center;
	color: #007934;
	font-family: "Hoefler Text",Constantia,Cambria,Georgia,serif;
	padding-right: 8px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .2em;
}


	/* ========================================
	   * Table Default Setting -
	======================================== */



table {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
table tr th, table tr td {
	font-size: 100%;
	margin: 0;
	padding: 0px;
}
table tr th {
	font-weight: normal;
	text-align: left;
}



	/* ========================================
	   * Top Logo Part -
	======================================== */
#top_logo {
	width: 950px;
	height: 80px;
}
.logo {
	width: 250px;
	height: 80px;
	float: left;
	text-indent: 30px;
}
.main_menu {
	float: left;
	
}

	/* ========================================
	   * Top Header Part -
	======================================== */


#top_header {
	width: 950px;
	height: 106px;
}
#main_header {
	background-position: 0px 400px;
	width: 950px;
	height: 533px;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: #93C9A1;
	background-image: url('../images/grass.jpg');
	background-repeat: no-repeat;
}

#msnger_box {
	width: 950px;
	height: 30px;
	background-color: #E2F2E8;
}

/* ========================================
	  * @group Footer *
======================================== */


div.footer {
	position: relative;
	width: 950px;
}


div.footer p.legal {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

div.footer p.legal span {
	display: none;
}

body#page-awards p.legal span {
	display: inline;
}

body#page-awards p.legal span#pcmag-logo-legal,
body.home p.legal span#pcmag-logo-legal {
	display: block;
}

div.footer {
	background: url("../images/footer.jpg") no-repeat;
	color: #6fbc8e;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	min-height: 110px;
	padding: 20px 0;
}

div.footer a,
div.footer a:hover {
	color: #6fbc8e;
}

div.footer ul {
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 20%;
}

div.footer ul.first {
	text-indent: 40px;
}

div.footer ul ul {
	float: none;
	font-weight: normal;
	width: 100%;
}

div.footer img {
	float: left;
}

img#vertihost {
	margin: 10px 50px 5px 199px;
	height: 68px;
	width: 124px;
}

img#ciit {
	margin: 10px 30px 5px 0;
	height: 68px;
	width: 160px;
}

img#dhundlo {
	height: 30px;
	margin: 10px 0 5px 0;
	width: 115px;
}

#design-by {
	width: 100px;
	margin: 0px auto 0px auto;
}

span#pcmag-logo-legal {
	display: block;
	clear: both;
	text-align: center;
}

/* @end */
























