body{
background-color:#000000;
margin:0;
padding:0;
line-height: 1.5em;
font-family: "trebuchet ms", verdana, sans-serif;
font-size:1.7em;
color:#ffffff;
}

/* Headings ========================================================== */

h1, h2, h3
{
	font-family:"Palatino Linotype", Sylfaen, serif;
	font-weight:bold;
}

h2 {border-bottom:0px;margin-top:2em;background-color:#ffffff;color:#000000; padding:5px;}

h3 {border-bottom:0px;}

div#intro{
	margin-top:auto;
	border-left-width: 0px;
	background-color: #000000;
	padding: auto;
	height:normal;
	background-image:none;
	}
	
div#intro h1 {	/*font-size:31px;*/
	line-height:1.1em;
	letter-spacing: normal ;
}


#titlebar h2
{
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 1em;
	margin:0;
	border:0px;
}
#titlebar .title{
	/*font-family:"Palatino Linotype", Sylfaen, serif;*/
	font-weight:normal;
	font-size:1.4em;
	margin-top:0;
}

/* Links ================================================================ */

a {
	color:#00ffff;text-decoration:underline;
}
a:hover {color:#00ccff;text-decoration:none;}

#nav a {
	display:inline;
	width:auto;
	height:auto;
	background-color:#111111;
	color:#00ffff;
	text-align:left;
	border-left:0px #004488 solid;
	border-bottom:0px #004488 solid;
	border-right:0px #0077ee solid;
	padding-top:auto;
	margin-left:auto;
	margin-right:auto;
	float:none;
	text-decoration:underline;
	
	border-bottom-right-radius:0px; 	
	-moz-border-radius-bottomright:0px; 	
	-webkit-border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 
	-moz-border-radius-bottomleft:0px; 	
	-webkit-border-bottom-left-radius:0px;
}

#nav a:hover{

	background-color:#00ffff;
	color:#000000;
	border-left:0px #AD2F0F solid;
	border-bottom:0px #AD2F0F solid;
	border-right:0px #ED6F4F solid;	
}

a.primary {
	display:inline;
	width:auto;

	height:;
	padding-top:auto;
	padding-bottom:auto;
	padding-left:auto;
	padding-right:auto;
	margin:0px;
	border:0px solid #ffffff;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
		
	background-image: none;

	background-color:#ffff00;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	text-align:left;
	
	/*float:right;*/	
}

a.primary:hover {
	background-color:#00ffff;
	background-image: none;
	color:#000000;
}

a.secondary {
	display:inline
	/* width:250px; */
	height:;
	padding:auto;
	margin:auto;
	background:none;
	border:0px;
	font-weight:bold;
	color:#00ffff;
	text-decoration:underline;
	text-align:right;
}

a.secondary:hover {
	background:none;
	color:#00ffff;
	border:none;
	text-decoration:none;
}


/* Sections ============================================================= */

#webdesign, #seo , #ecommerce {
	background:none;
	float:none!important;
}

#webdesignlinks, #seolinks, #ecommercelinks{
	margin-top:1em;
	float:none!important;
	width:100%;
}

/* Images =============================================================== */

#logo {
	/*float:left;*/
 	display:none;
	margin:0px;
	padding:0px;
	display:block;
	margin-right:10px;
}
#logo img {border:none;}

/* Floats =============================================================== */

.floatleft  {
	float:none;
}
.floatright {
	float:none;
}

/* structure ============================================================ */

#titlebar{
	color:#ffffff;
	background-color:#000000;
	margin:0px;
	height:auto;
	background-color:#000000;
	background-image:none;
	text-align:left;
}

#titlebarwrap{
	width:auto;
	margin:0px auto;
	text-align:left;
	padding-top:20px; /*needed to avoid weird bugs*/
}

#titlebar p {line-height:normal;}

#nav{
	border-top:0px solid #CD4F2F;
	/*background-color:#BD3F1F;*/
}

#navwrap{
	width:auto;
	margin:0 auto;
	text-align:left;
	padding-top:0px; /*needed to avoid weird bugs*/
	height:auto;
}


#maincontainer{
width: auto; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{ /* For page spanning content */

background-color:#000000;
border-radius:0px;
-moz-border-radius:0px;
border:0px solid #ffffff;

/*height: 90px; /*Height of top section*/
margin-top:auto;
margin-bottom:auto;
}

#contentwrapper{
float: none;
width: 100%;
margin-bottom:5px;
}

#contentcolumn{
background-color:#000000;
border-radius:0px;
-moz-border-radius:0px;
border:0px solid #ffffff;

margin-right: auto; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
background-color:#000000;
border-radius:0px;
-moz-border-radius:0px;
border:0px solid #ffffff;

float: none;
width: auto; /*Width of left column*/
margin-left: auto; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
color: #ffffff;
text-align: center;
padding: 4px 0;
border-top:5px solid #999999;
font-size:1em;
}

.innertube{
margin: auto; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: auto;
}

/* other styles */

a.help {
visibility:hidden;
display:none;
	font-size: 10px;
	font-weight: bold;
	cursor: help;

}
.print {
	display: inline;
	visibility: visible;
}
