/* Background Styles */


*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

html{
	overflow-y:scroll;
}

:link,:visited{
	text-decoration:none
}

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
}

#content .singlecol h3{
	padding:10px 0 15px;
}

h3{
	margin-top: 10px;
}

/* Main Styling */

#main{
	width:600px;
	margin:0 auto;
}

#header{
	padding-top:26px;
	padding-bottom:16px;
}

#logo{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:78px;
	width:221px;
	padding-bottom:16px;
}

#logo h1, #logo small{
	display:block;
	text-indent:-9999px;
}

#nav{
	background-color:#3a3a3a;
	border: 1px solid black;
	height:50px;
	width:100%;
	text-align:center;
}

#nav ul{
	
}

#nav li{
	display:inline;
	margin-right:20px;
	line-height:48px;
}

#nav li.contactmargin{
	margin-right:0;
}

#nav li a{
	color:#fff;
}

#nav li a.active, #nav li a:hover{
	color:#ffff00;
}

#navbordertop{
	position: relative; 
	width:792px;
	margin:0 auto;
	top: 115px;
}

#navborderbottom{
	position: relative;
	width:792px;
	margin:0 auto;
	top: 174px;
}

img.navborder{
	position:absolute;
	overflow:hidden;
}

img.navborderbottom{
	position:absolute;
}

#featured{
	background-color:#3a3a3a;
	border: 1px solid black;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#featured p{
	margin:10px;
}

#content #col1{
	float:left;
	background-color:#3a3a3a;
	border: 1px solid black;
	text-align:center;
	margin-right:20px;
	width:353px;
	margin-bottom:20px;
}

#content #col1 h2{
	margin-top:10px;
	color:#0000ff;
}

#content #col1.index{
	height:298px;
}

#content #col1 ul{
	margin-top:5px;
	list-style-position:inside;
}

#content #col1 li{
	margin-top:5px;
}

#content #portfoliowrapper{
	background-color:#3a3a3a;
	border: 1px solid black;
	padding-bottom:36px;
	margin-bottom:20px;
}

#content #portfoliowrapper img{
	margin-left:36px;
	margin-top:36px;
	padding:0;
	border:0;
}

#col2 img{
	float:left;
	margin-bottom:20px;
}

.singlecol{
	background-color:#3a3a3a;
	border: 1px solid black;
	text-align:center;
	width:100%;
	padding-bottom:10px;
	margin-bottom:20px;
	list-style-type:none;
}

.singlecol li{
	list-style-type:none;
}

#featured .testimonial{
	font-size:1.2em;
}

#featured span{
	color:#ffff00;
}

#featured .rightalign{
	text-align:right;
}

#featured form{
	margin-bottom:10px;
}

form input{
	margin-bottom:10px;
}

#formwrapper{
	text-align:right;
	margin-right:130px;
}

#featurednotfound {
	text-align:center;
	margin-top:50px;
}

#featurednotfound :link,:visited{
	text-decoration:none
}

#featurednotfound a{
	color:#ffff00;
}

#contactcol1{
	width:48%;
	float:left;
	padding-bottom:10px;
	background-color:#3a3a3a;
	border: 1px solid black;
	text-align:center;
	margin-bottom:20px;
}

#contactcol1 #formwrapper{
	text-align:center;
	margin-right:0;
	margin-top:10px;
}

#contactcol2{
	width:48%;
	float:right;
	padding-bottom:10px;
	background-color:#3a3a3a;
	border: 1px solid black;
	text-align:center;
	margin-bottom:20px;
}

#contactcol2 p{
	margin-top:10px;
	font-size:0.8em;
}

#contactcol2 span{
	font-size:1.1em;
}

#contactcol2 a{
	color:white;
}

/* Footer Styling */

html, body{
	height:100%;
}

#wrap{
	min-height:100%;
	width:100%;
}

#main{
	padding-bottom:102px;
}												/* must be same height as the footer */

#footer{
	position:relative;
	margin:0 auto;
	margin-top:-102px;							/* negative value of footer height */
	height:100px;
	width:600px;
	clear:both;
	background-color:#3a3a3a;
	border:1px solid black;
}

#footer ul{
	list-style-type:none;
	padding:10px 10px 0 10px;
}

#footer a{
	color:white;
}

#bottomnav{
	text-align:right;
	padding-right:10px;
}

#footer span{
	font-size:0.8em;
	margin-top:0;
}

#bottomnav a.active, #bottomnav a:hover{
	color:#ffff00;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
