@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
font-family:;
}

body{
	background:url(images_theme/bg_regaltile.jpg) #EDE4DA top repeat fixed;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:;
	}

p {
	padding:0 5px 15px;
	text-align:left;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#197cba;
	font-variant:;
	text-align:left;
	margin:5px;
	font-size:1.25em;
	font-weight:normal;
	}	

a:link{
	color:#1164a6;	
	}

a:hover{
	color:#28a8df;
	text-decoration:none;	
	}

a:visited{
	color:#00307a;
	}

#header{
	/* background:url(images_theme/bg_header.png) top center no-repeat; ORIGINAL HEADER */
		background:url(images_theme/bg_header2.png) top center no-repeat;
	width:100%;
	/* height:108px; ORIGINAL HEADER */
		height:75px;
	z-index:9;
	position:fixed;
		top:0;
	}
	
	#header_nav{
		margin:0 auto;
		padding:15px 30px 0 0;
		width:960px;
		position:;
		text-align:right;
		vertical-align:text-top;
		height:35px;
		}
		#header_nav ul{
			}
		
		#header_nav ul li{
			font-variant:small-caps;
			display: inline;
			padding-right:10px;
			font-size:1.15em;
			}
		
		#header_nav ul li a{
			text-decoration:none;
			color:#EDE4DA;
			background:none;
			padding:2px 3px;
			}
		
		#header_nav ul li a:hover{
			text-decoration:none;
			color:#EDE4DA;
			background:#06C;
			}

#wrapper{
	width:960px;
	min-height:500px;
	margin:105px auto 50px;
	z-index:1;
	}

	#content_wrap{
		width:700px;
		padding:0 10px;
		float: left;
		}
				#ctab_homeabout{
					width:30px;
					height:100%;
					min-height:350px;
					background:url(images_theme/bg_ctab_homeabout.png) top left no-repeat;
					float:left;
					}
				#ctab_portfolio{
					width:30px;
					height:100%;
					min-height:350px;
					background:url(images_theme/bg_ctab_portfolio.png) top left no-repeat;
					float:left;
					}
					#ctab_webportfolio{
						width:30px;
						height:100%;
						min-height:350px;
						background:url(images_theme/bg_ctab_webportfolio.png) top left no-repeat;
						float:left;
						}
				#ctab_services{
					width:30px;
					height:100%;
					min-height:350px;
					background:url(images_theme/bg_ctab_services.png) top left no-repeat;
					float:left;
					}
				#ctab_contact{
					width:30px;
					height:100%;
					min-height:350px;
					background:url(images_theme/bg_ctab_contact.png) top left no-repeat;
					float:left;
					}

			#content_top{
				width:670px;
				background:url(images_theme/bg_content_top.png) top center no-repeat;
				float:right;
				height:12px;
				}
			
			#content{
				width:650px;
				padding:0 10px;
				float:right;
				min-height:400px;
				background:url(images_theme/bg_content.png) repeat;
				font-size:.95em;
				line-height:1.35em;
				}
				#content ul{
					text-align:left;
					margin:5px 35px 15px;
					padding:;
				}
					#content ul ul{
						font-size:.8em;
					}
				
				.portfolio_image{
					width:100px;
					height:100px;
					float:left;
					margin:5px;
					border:10px solid #786757;
					}
				
				.portfolio_image:hover{
					border:10px solid #302723;
					}
				
				.webportfolio_image{
					margin:5px 0;
					border:none;
					}
			
			#content_bottom{
				width:670px;
				padding:0;
				margin:0;
				float:right;
				background:url(images_theme/bg_content_bottom.png) bottom center no-repeat;
				height:12px;
				}
				
	#sidebar{
		width:220px;
		padding:0 10px;
		float: left;
		}
	
		#sidebar p{
			font-family:;
			font-style:;
			font-size:0.8em;
			text-align:;
			}
		
		#sidebar ul li a{
			font-size:.8em;
			}
	
#footer{
	background:url(images_theme/bg_footerextension.jpg) top center no-repeat;
	width:100%;
	min-height:460px;
	z-index:1;
	}
	
	#footer_content{
		background:url(images_theme/bg_footercenter.jpg) top center no-repeat;
		width:960px;
		min-height:460px;
		margin:0 auto;
		padding:30px 10px 0;
		}
	
	#zune_social_wrap{
		width:270px;
		margin-left:10px;
		float:left;
		}
		
		#social{
			width:250px;
			float:left;
			background:;
			padding:10px 5px 10px 10px;
			margin-bottom:20px;
			}

			#facebook{
				background:url(images_theme/social_facebook.png) top left no-repeat;
				width:62px;
				height:68px;
				overflow:hidden;
				float:left;
				margin:5px 0 0 0;
				}
			#twitter{
				background:url(images_theme/social_twitter.png) top left no-repeat;
				width:62px;
				height:68px;
				overflow:hidden;
				float:left;
				margin:5px 0 0 0;
				}
			#myspace{
				background:url(images_theme/social_myspace.png) top left no-repeat;
				width:62px;
				height:68px;
				overflow:hidden;
				float:left;
				margin:5px 0 0 0;
				}
			#linkedin{
				background:url(images_theme/social_linkedin.png) top left no-repeat;
				width:62px;
				height:68px;
				overflow:hidden;
				float:left;
				margin:5px 0 0 0;
				}
			
				#facebook:hover,
				#twitter:hover,
				#myspace:hover,
				#linkedin:hover{
					background-position:0 -72px;
					}
			
		#zunecard{
			width:250px;
			float:left;
			background:;
			padding:;
			margin:10px;
			}
		
		#photography{
			width:216px;
			margin-left:10px;
			min-height:300px;
			background:;
			float:left;
			padding:10px 0;
			}
			.gallery_thmb{
				float:left;
				border:solid #302723 10px;
				padding:;
				margin:5px;
				background:#302723;
				}
				.gallery_thmb:hover{
					border:solid #E2D6CC 10px;
					}
		
		#blogexcerpts{
			width: 430px; 
			float: left; 
			margin: 10px; 
			color: #e2d6cc; 
			font-size: 0.85em;
			}
	
	#copyrightbar{
		width:100%;
		background:#3A312D;
		border-top:solid 2px #796655;
		color:#EDE4DA;
		text-align:center;
		min-height:30px;
		}

.clear{
	clear:both;
	margin:0;
	padding:0;
}

/* CONTACT FORM STYLING */
div.obj input, textarea {
	border:;
	color:;
	font-family:arial, helvetica, sans-serif;
	font-size:1.0em;
	padding:3px;
	width:400px;
	}

fieldset {
	border-color:#786757;
	border-style:none none solid;
	border-width:medium medium 3px;
	padding: 10px;
	}

legend{
	font-weight:bold;
	}
	
form{
	margin:15px;
	text-align:left;
	}

#sendme{
	margin:10px;
	width:10em;
	height:2em;
	}