body{
	background-color:#111111;
	
	background-image: url(img/backgrad.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	/*background-position: top;*/
	
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size:.95em;
}

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

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

h2 {border-bottom:#CD4F2F 1px solid;margin-top:25px;}

h3 {border-bottom:#CD4F2F 1px solid;}

div#intro{
	margin-top:10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #cccccc;
	background-color: #EFEFEF;
	padding: 5px;
	height:235px;
	background-image:url(img/bigbinocsg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
div#intro h1 {	/*font-size:31px;*/
	line-height:45px;
	letter-spacing: 2px;
}


#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:2.5em;
	margin-top:0;
}

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

a {
	color:#0066cc;text-decoration:underline;
}
a:hover {color:#1177ff;text-decoration:underline;}

a.primary {
	display:block;
	width:250px;

	height:;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	border:1px solid #ffffff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
		
	background-image: url(img/aprimarygradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

	background-color:#22ff22;
	font-weight:bold;
	color:#111111;
	text-decoration:none;
	text-align:center;
	
	/*float:right;*/	
}

a.primary:hover {
	background-image: none;
	background-color:#66ff44;
	background-image:;
	background-repeat: repeat-x;
	background-position: bottom;
	color:#000000;
}

a.secondary {
	display:block;

	height:;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

	background-color:#0066cc;
	border-left:1px #004488 solid;
	border-bottom:1px #004488 solid;
	border-right:1px #0077ee solid;
	border-top:1px #0077ee solid;
	
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

a.secondary:hover {
	background-color:#CD4F2F;
	color:#ffffff;
	border-left:1px #AD2F0F solid;
	border-bottom:1px #AD2F0F solid;
	border-right:1px #ED6F4F solid;
	border-top:1px #ED6F4F solid;
}


#nav a {
	display:block;
	width:122px;
	height:50px;
	/*background-color:#0066bb;*/
	color:#ffffff;
	text-align:center;
	/*border-left:2px #004488 solid;
	border-bottom:1px #004488 solid;*/
	border-right:2px #004488 solid;
	padding-top:5px;
	margin-left:0px;
	/*margin-right:-2px;*/
	float:left;
	text-decoration:none;
	
	/*border-bottom-right-radius:8px; 	
	-moz-border-radius-bottomright:8px; 	
	-webkit-border-bottom-right-radius:8px;
	border-bottom-left-radius:8px; 
	-moz-border-radius-bottomleft:8px; 	
	-webkit-border-bottom-left-radius:8px;*/
}

#nav a:hover{

	background-color:#CD4F2F;
	color:#ffffff;
	/*border-left:1px #AD2F0F solid;
	border-bottom:1px #AD2F0F solid;*/
	border-right:2px #004488 solid;	
}


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

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

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

.floatleft  {
	float:left;
}
.floatright {
	float:right;
}


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

#titlebar{
	color:#ffffff;
	margin:0px;
	height:190px;
	background-color:#161618;
	background-image:url(img/logobackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}

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

#titlebar p {line-height:normal;}



#nav{
	border-top:3px solid #CD4F2F;
	background-color:#1155aa;
	height:55px;
	background-image:url(img/linkgrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}

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


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

#topsection{ /* For page spanning content */

background-color:#ffffff;
border-radius:5px;
-moz-border-radius:5px;
border:1px solid #333333;

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

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

#contentcolumn{
background-color:#ffffff;
border-radius:5px;
-moz-border-radius:5px;
border:1px solid #333333;

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

#leftcolumn{
background-color:#ffffff;
border-radius:5px;
-moz-border-radius:5px;
border:1px solid #ffffff;

float: left;
width: 199px; /*Width of left column*/
margin-left: -201px; /*Set left margin to -(MainContainerWidth)*/
}

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

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


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

#webdesign {
	background-image:url(img/webdesign.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

#seo {
	background-image:url(img/seo.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

#ecommerce {
	background-image:url(img/ecom.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

#webdesignlinks, #seolinks, #ecommercelinks {
	width:225px;
	float:right;
	margin-top:185px;
}

#webdesignlinks {
	margin-top:185px;
}

#seolinks {
	margin-top:185px;
}

#ecommercelinks {
	margin-top:185px;
}

/* other styles */

a.help {
	font-size: 10px;
	font-weight: bold;
	cursor: help;

}
.print {
	display: none;
	visibility: hidden;
}
