* { margin:0; padding:0; }

html,body {
	height:100.1%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	}

#headerWrapper, #contentWrapper, #footerWrapper {
	width:100%;
}

#headerWrapper, #contentWrapper {
	background-color:#000;
}

#header {
	height:200px;
	width:900px;
	position:relative;
	margin:0 auto;
	}
	
#content { 
	margin:0 auto;
	width:900px;
	background-color:#333;
}
#topnav {
	height:200px;
	}
#main {
	float:left;
	width:860px;
	padding:20px;
	position:relative;
	display:inline;
	}
#rightcol {
	width:230px;
	float:right;
	display:inline;
	padding:20px 10px 25px;
	text-align:center;
	}
#rightcol #image {
	width:250px;
	height:190px;
	margin-bottom:10px;
	}
#rightcol h2 {
	color:#392929;
	}
#footer {
	padding:20px;
	width:860px;
	margin:0 auto;
	overflow:auto;
	}
#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:1px 2px;
	}
#footer a:hover {
	background-color:#fff;
	color:#000;
	}
.copyright {
	font-size:0.75em;
	color:#fff;
	float:left;
	}
	
#w3c { float:right; margin-top:10px; }
#w3c a:hover { background-color:transparent; }

#pcbuddy, #pcbuddy a { float:right; font-size:11px; color:#fff; }

.clear {
	clear:both;
	line-height:0;
	height:0;
	font-size:0;
	}	

/* Header Elements */
#site_logo {
	width:348px;
	height:200px;
	float:left;
	}

#site_logo a {
	display:block;
	width:348px;
	height:200px;
	text-indent:-9999px;
	background:#333 url('../images/layout/logo.jpg') no-repeat 0 100%;
	}

#site_logo a:hover, #home #site_logo a {
	background:#333 url('../images/layout/logo.jpg') no-repeat 0 0 !important;
	}	

/* Top Nav Elements */
#topnav a {
	float:left;
	width:138px;
	height:200px;
	display:block;
	display:inline;
	cursor:pointer;
	}
#topnav ul {
	float:right;
	}
#topnav li {
	list-style-type:none;
	display:inline;
	}

#topnav a.btn_portfolio {
	background:transparent url(../images/layout/vt_btn_portfolio.jpg) no-repeat left top;
	}
#topnav a.btn_services {
	background:transparent url(../images/layout/vt_btn_services.jpg) no-repeat left top;
	}
#topnav a.btn_about {
	background:transparent url(../images/layout/vt_btn_about.jpg) no-repeat left top;
	}
#topnav a.btn_contact {
	background:transparent url(../images/layout/vt_btn_contact.jpg) no-repeat left top;
	}
	
#topnav a.btn_portfolio:hover, #portfolio #topnav a.btn_portfolio {
	background-position:0 100% !important;
	}
#topnav a.btn_services:hover, #services #topnav a.btn_services {
	background-position:0 100% !important;
	}
#topnav a.btn_about:hover, #about #topnav a.btn_about {
	background-position:0 100% !important;
	}
#topnav a.btn_contact:hover, #contact #topnav a.btn_contact {
	background-position:0 100% !important;
	}

/* Content Header */

.addthis_toolbox {
	padding-left:65px;
}

#content_head_wrapper {
	width:100%;
	}
#content_head {
	width:860px;
	margin:0 auto;
	padding: 10px 20px;
	}
#content_head .page_title {
	padding-left:90px;
	font-size:1.6em;
	line-height:60px;
	}
#content_head hr {
	border-top:none;
	border-right:none;
	border-bottom:1px solid #fff;
	border-left:none;
	margin:5px 0;
	}
#content_head .last_update {
	font-size:11px;
	vertical-align:middle;
	}
	
/* Right Nav Elements */

.navbox li {
	list-style-type:none;
	margin-bottom:5px;
	line-height:normal;
	}
.navbox h1 {
	text-align:center;
	font-size:0.9em;
	line-height:50px;
	color:#375d7b;
	height:50px;
	margin-bottom:10px;
	background:transparent url(../images/navbox_head.gif) no-repeat;
	}
.navbox {
	width:190px;
	background:transparent url(../images/navbox_body.gif) repeat-y;
	padding:0;
	margin:0;
	}
.navbox a {
	background:transparent url(../images/navbox_butt.gif) no-repeat;
	padding:0 5px;
	line-height:30px;
	width:170px;
	display:block;
	text-decoration:none;
	color:#006699;
	text-align:center;
	font-size:0.8em;
	margin:0 auto;
	}
.navbox a:hover {
	background:transparent url(../images/navbox_butt_over.gif) no-repeat;
	color:#fff;
	}
.navbox_tail {
	background:transparent url(../images/navbox_tail.gif) no-repeat;
	height:20px;
	width:190px;
	}

/* Main (Content) Elements */
#main h1, #main h2, #main h3,
#main h4, #main h5, #main h6,
#rightcol h1, #rightcol h2, #rightcol h3,
#rightcol h4, #rightcol h5, #rightcol h6 {
	margin-bottom:10px;
	letter-spacing:1px;
	font-weight:normal;
	}
#main h1, #rightcol h1 {
	font-size:1.6em;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}
#main h2, #rightcol h2 {
	font-size:1.4em;
	}
#main h3, #rightcol h3 {
	font-size:1.2em;
	font-style:italic;
	}
#main h4, #rightcol h4 {
	font-size:1em;
	}
#main h5, #main h6, #rightcol h5, #rightcol h6 {
	font-size:0.9em;
	}
#main ul, ol {
	padding:0 0 10px;
	}
#main li {
	list-style-position:inside;
	line-height:2em;
	padding-bottom:1em;
	font-size:0.8em;
	text-align:justify;
	font-weight:bold;
	}
#main li span {
	font-weight:normal;
	}
#main hr {
	margin-bottom:20px;
	background:#392929 url("../images/layout/main_hr.gif") no-repeat 50% 50%;
	border:none;
	height:20px;
	}
#main td,th {
	padding:3px;
	}
#main th { 
	background-color:#eee;
	}
#main table {
	border-collapse:collapse;
	}
#main p { 
	line-height:20px;
	padding-bottom:20px;
	font-size:0.8em;
	}
#main a, #rightcol a {
	text-decoration:none;
	font-weight:bold;
	}
	
#main a {
	color:#99cc33;
}

#rightcol a {
	color:#fff;
}

#rightcol p { margin-bottom:10px; }

#main a:hover, #rightcol a:hover {
	text-decoration:underline;
	}
	
#main #feature {
	width:860px;
	height:300px;
	background:transparent url('../images/feature_icsg.jpg') no-repeat 50% 0;
	position:relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
#main #feature a {
	position:absolute;
	bottom:10px;
	display:block;
	width:820px;
	padding:10px 20px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	letter-spacing:.3em;
	text-transform:uppercase;
	}

#main #feature a:hover {
	text-decoration:none;
	}

#main #feature a span {
	font-size:11px;
	}
	
#main #feature #textArea {
	position:absolute;
	bottom:10px;
	display:block;
	width:860px;
	height:50px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
	
/* Other Elements */
img {
	border:0;
	}
object, a {
	outline:none;
	}
input, textarea, select {
	vertical-align:middle;
	border:0;
	padding:3px;
	}
textarea { font-family:Arial; font-size:14px; }
fieldset {
	padding:0 20px 0;
	font-size:0.9em;
	clear:both;
	margin-bottom:10px;
	color:#392929;
	border:none;
	z-index:1;
	position:relative;
	}
legend {
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:15px;
	}
legend span {
	background:transparent url("../images/layout/legend_left.gif") no-repeat top left;
	padding-left:10px;
	padding-top:5px;
	}
legend span span {
	background:transparent url("../images/layout/legend_right.gif") no-repeat top right;
	padding-right:20px;
	padding-top:5px;
	}
label {
	font-weight:bold;
	text-align:right;
	float:left;
	width:100px;
	padding-right:5px;
	font-size:14px;
	}
form div {
	clear:left;
	display:block;
	margin-bottom:5px;
	}
.imgleft {
	float:left;
	padding:0 10px 5px 0;
	}
.imgright {
	float:right;
	padding:0 0 5px 10px;
	}
.imgcenter {
	margin:0 auto 10px;
	}

form.contactForm { width:450px; margin:0 auto 20px; }	
.contactFormInput { width:150px; }
.contactFormInput, #enquiryBox { background-color:#ccc; }
#enquiryBox { width:300px; height:150px; }
input.sendBtn { width:92px; height:20px; background-image:url('../images/layout/btn_send.jpg'); cursor:pointer; float:right; margin-right:40px; }
input.sendBtn:hover { background-position:0 100%; }
	
/* News Section */
#main .news_entry {
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	padding-top:10px;
	margin-bottom:10px;
	}
#main .news_date {
	font-size:11px;
	color:#999;
	}
#main .news_title {
	font-size:1.2em;
	color:#66ffff;
	}

#main .news_body {
	padding:20px 30px 0;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	}
	
/* Right Column Items */	
.hosted_by {
	width:230px;
	height:64px;
	margin-bottom:10px;
	}
	
/* Image Gallery */

ul.img_gall, ul.img_gall_small {
	margin:0;
	padding:0;
	float:left;
	}
	
ul.img_gall li, ul.img_gall_small li {
	float:left;
	list-style:none;
	margin-right:20px;
	margin-bottom:20px;
	padding:0 !important;
	}
	
ul.img_gall a {
	display:block;
	width:100px;
	height:100px;
	}
	
ul.img_gall_small a {
	display:block;
	width:100px;
	height:100px;
	}
	
ul.servicesList {
	float:left;
	width:250px;
}

.special { background-color:#222; padding:20px 20px 0; }

.floatLeft { float:left; padding:0 20px 10px 0; }
.floatRight { float:right; padding:0 0 10px 20px; }
