/*
 * General classes and styles
 */
 
 body {
	background-color: #000000;
	background-image: url(../images/background_tile.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	line-height: 1.5em;
	font-size: 0.8em;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #3d71a2;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

a:active {
	color: #AEB1BA;
	text-decoration: none;
}

img {
	border: 0px none;
}

.submit {
	border: 0px none;
}

h4 {
	color: #3c3c3c;
	font-size: 1.0em;
	margin: 0px;
	padding: 5px 0px 0px;
}

h3 {
	margin: 0px;
	padding: 6px 0px 0px;
	font-size: 1.22em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 1.75em;
	margin: 0px;
	padding: 10px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h4.small {
	margin: 0px;
	padding: 0px;
}

hr {
	color: #E8E8E8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 1px;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-align: center;
	width: 98%;
} 

img {
	border: 0px none;
}

/*
 * Custom classes
 */
 
.success {
	color: #009900;
	font-weight: bold;
	font-size: 1.2em;
}

.nomargin {
	margin: 0px;
}

.error {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
}

.notify {
	color: #0066FF;
	font-weight: bold;
	font-size: 1.2em;
}

.small{
	font-size: 1.0em;
}

.tiny {
	font-size: 0.7em;
}

.large {
	font-size: 1.2em;
}

.highlight {
	background-color: #66FF99;
	padding: 2px;
}

.log_highlight {
	background-color: #FFD2D2;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #FBFBFB;
}

#copyright a:link {
	color: #0099FF;
}

#copyright a:visited {
	color: #0099FF;
}

#copyright a:hover {
	color: #00CCFF;
}

.navBar {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0.85em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.quarter {
	width: 25%;
}

.half {
	width: 50%;
}

.paddinghalf {
	width: 48%;
	padding-left: 2%;
}

.threequarter {
	width: 75%;
}

.portfoliopanel {
	width: 460px;
}

.previewpanel {
	width: 250px;
}

.cleaner {
	clear: both;
	text-align: center;
}

.leftcleaner {
	clear: both;
	text-align: left;
}

.thumbnailCaption {
	clear: both;
	font-size: 0.8em;
	border: none;
	margin: 0px;
	padding: 0px;		
}

.leftpanel {
	width: 40%;
	text-align: center;
}

.middlepanel {
	width: 20%;
	text-align: center;
	padding-top: 150px;
}

.middlepanel .button {
	margin-top: 10px;
}

.rightpanel {
	width: 40%;
	text-align: center;
}

.ajaxlink {
	cursor: pointer;
}

.paging {
	padding-right: 2em;
	padding-top: 10px;
}

.attention {
	background-color: #FFCCCC;
	border: thin solid #FF99CC;
	padding: 0px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.attention:hover {
	background-color: #FFA6A6;
	border: thin solid #FF9393;
}

.important {
	padding: 2px 2px 2px 40px;
	width: 80%;
	background-color: #FFD2D2;
	border: 1px solid #FF9999;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Tables
 */
 
table {
	font-size: 0.85em;
	width: 100%;
}
 
table th {
	padding: 5px;
	text-align: left;
}

table td {
	padding: 5px;
}

tbody tr:hover {
	background-color: #FFDDBB;
}

thead {
	background-color: #E1E1E1;
}

.row1 {
	background-color: #FFFFFF;
}

.row2 {
	background-color: #F0F0F0;
}

/*
 * Form Classes
 */
 
form {
	margin-top: 1.5em;
}

fieldset {
	background-color: #F3F3F3;
	border: thin dashed #C8C8C8;
	padding: 10px;
	clear: both;
	width: 98%;
}

fieldset:hover {
	background-color: #EAEAEA;
	border: thin dashed #C8C8C8;
}

fieldset hr {
	margin: 1.0em 0em 0em;
	color: #C8C8C8;
	border-top-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
}

.form label {
	float: left;
	text-align: right;
	margin-right: 1.5em;
	width: 22%;
	font-weight: bold;
	clear: left;
}

input  {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	color: #333333;
	border: 1px solid #CFD0D6;
	margin-right: 10px;
}

input:hover  {
	color: #000000;
	border: 1px solid #86C0D7;
	background-color: #FFFFCC;
}

select  {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	color: #333333;
	border: 1px solid #CFD0D6;
	margin-right: 10px;
}

select:hover  {
	color: #000000;
	border: 1px solid #86C0D7;
	background-color: #FFFFCC;
}

textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding: 2px;
	color: #333333;
	border: 1px solid #CFD0D6;
	margin-right: 10px;
}

textarea:hover  {
	color: #000000;
	border: 1px solid #86C0D7;
	background-color: #FFFFCC;
}

p.button {
	margin-left: 25%;
}

input.button {
	height: 22px;
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 0.9em;
	font-weight: bold;
	background: url(../images/button.gif) repeat-x left top;
	border: 1px solid #7B808E;
	cursor: pointer;
}

input.button:hover {
	background-position: center bottom;
	border: 1px solid #7B808E;
	color: #F5F5F5;
}

.filters {
	font-size: 0.9em;
	text-align: center;
}

.filters select {
	font-size: 1.0em;
}

form.filters select  {
	font-size: 1.0em;
	font-weight: normal;
}

#menu  {
	float: right;
	position: relative;
	top: 10px;
}

#menu ul  {
	margin-top: 140px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
	clear: both;
}

#menu ul a:hover {
	color: #004b84;
	text-decoration: none;
}

#menu ul a:active {
	color: #1c5290;
}

#menu ul li  {
	background-image: url(../images/a_link.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 4px 10px 4px 14px;
	height: 25px;
	text-align: left;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

#menu ul a  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	position: relative;
	left: 2px;
}

#menu ul li:hover  {
	background-image: url(../images/a_hover.gif);
	background-repeat: no-repeat;
}

#menu ul li:active  {
	background-image: url(../images/a_active.gif);
	background-repeat: no-repeat;
}

#menu ul li.active  {
	background-image: url(../images/a_active.gif);
	background-repeat: no-repeat;
}

/*
 * Custom IDs
 */

#headerContainer {
	width: 100%;
	margin: 7px 0px 0px;
	padding: 0px;
	clear: both;
	position: relative;
	top: 3px;
	height: 180px;
}

#headerContainer .logo {
	padding-top: 35px;
	margin: 0px;
}

#headerContainer .advert {
	padding: 40px 0px 5px;
	margin: 0px;
	line-height: normal;
}
 
#headerContainer p  {
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
 
#mainContainer {
	width: 100%;
	margin: 0px auto 10px;
	padding: 0px;
	height: auto;
	clear: both;
	position: relative;
	bottom: 1px;
}
 
#lblSearch {
	display: none;
}

#contentContainer {
	width: 100%;
	margin: 0px auto 10px;
	padding: 0px;
}

#content {
	padding: 10px 20px;
	background-color: #FFFFFF;
	margin: 0px;
}

#category label {
	font-size: 0.8em;
	text-align: right;
}

#category select {
	font-size: 0.7em;
}

/**** Website Add-ons *****/

.backgroundContainer {
	background-image: url(../images/body_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.pageContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 770px;
}

#networkBar {
	color: #FFFFFF;
	background-image: url(../images/network_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}

.networkList {
	display: inline;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	position: relative;
	top: -3px;
}

.networkList select {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.supportMenu {
	float: right;
	padding-top: 1px;
}

.supportMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.supportMenu a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
}

.supportMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.networkList select {
	background-color: #333333;
	color: #FFFFFF;
	border: 1px solid #666666;
}

.sidebar {
	padding: 0px;
	margin: 10px 0px 10px 15px;
	float: right;
	width: 250px;
}

/****** Contact Form ******/

.formContainer {
	width: 500px;
	font-size: 0.85em;
}

.formHeader {
	background-image: url(../images/form_top.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.formHeader span {
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #D88D18;
	margin-left: 50px;
	padding-right: 10px;
	padding-left: 10px;
}

.formFooter {
	background-image: url(../images/form_bottom.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 10px;
}

.formFooter input {
	background-color: #FFFFFF;
	background-image: none;
	margin-right: 50px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: -30px;
}

.highlight_column {
	background-color: #DEECF2;
}

/* --- Thumbnail styling --- */

.item {
	float: left;
	padding: 10px 0px 0px;
	margin-bottom: 1%;
}

.item p {
	padding: 0px;
}

.item:hover {
	/*
	background-color: #FFFFCC;
	*/
}

/* Packages */

.planContainer {
	width: 38%;
	float: left;
	padding: 15px;
	margin-right: 5%;
	margin-top: 10px;
}

.packageTitle {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.planStarter {
	background-image: url(../images/package_starter.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.planBronze {
	background-image: url(../images/package_bronze.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.planSilver {
	background-image: url(../images/package_silver.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.planGold {
	background-image: url(../images/package_gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.starter {
	color: #2F2F2F;
}

.bronze {
	color: #993300;
}

.silver{
	color: #666666;
}

.gold {
	color: #DE9900;
}

.price {
	font-size: 2.0em;
}

/***** Packages Table ******/

.descriptioncolumn {
	width: 30%;
	text-align: left;
}

.startercolumn {
	width: 17.5%;
	text-align: center;
}

.bronzecolumn {
	width: 17.5%;
	text-align: center;
}

.silvercolumn {
	width: 17.5%;
	text-align: center;
}

.goldcolumn {
	width: 17.5%;
	text-align: center;
}

.unlimitedrow {
	text-align: center;
}

.sig_cont .sig_thumb {float:left;margin:0px 5px 5px 0px;padding:0px;background:url(../images/shadowAlpha.png) no-repeat right bottom!important;background:url(../images/shadow.gif) no-repeat bottom right;}

.sig_cont .sig_thumb a {display:block;position:relative;background:none;text-decoration:none;}

.sig_cont .sig_thumb a:hover {display:block;position:relative;background:none;text-decoration:none;}

.sig_cont .sig_thumb a:active,.sig_cont .sig_thumb a:focus {outline:0;}

.sig_cont .sig_thumb a img {display:block;position:relative;background:#FFF;border:1px solid #ccc;margin:-5px 5px 5px -5px;padding:4px;}

/* --- Caption/Label styling --- */

.sig_cont .sig_thumb a span.sig_pseudocaption,

.sig_cont .sig_thumb a:hover span.sig_pseudocaption {display:block;text-align:center;margin:0px;padding:2px;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=40);position:absolute;bottom:5px;left:0px;right:4px;}

.sig_cont .sig_thumb a span.sig_pseudocaption {background:#000;}

.sig_cont .sig_thumb a:hover span.sig_pseudocaption{background:#fff;}

.sig_cont .sig_thumb a span.sig_pseudocaption b {visibility:hidden;margin:0px;padding:2px;}

.sig_cont .sig_thumb a span.sig_caption,

.sig_cont .sig_thumb a:hover span.sig_caption {display:block;text-align:center;margin:2px auto 0px auto;padding:2px;position:absolute;width:auto;cursor:pointer;bottom:5px;left:0px;right:4px;}

.sig_cont .sig_thumb a span.sig_caption {color:#fff;}

.sig_cont .sig_thumb a:hover span.sig_caption {color:#333;}