*{
margin:0;
padding:0;
}

img {
	border-style: none;
	border: none;
}

a:link, a:visited{
color:#6E6E6E;
}

a:hover{
color:#3d3d3d;
}
a:active{
border:none;
}

body{
background-image:url(../images/footer_wrap.gif);
background-repeat:repeat;
}

#content_wrapper{
width:100%;
background-image:url(../images/bg.jpg);
background-repeat:repeat;
}
#greybox {
	margin: 0 auto;
	width: 630px;
	text-align: center;
}

#big_grey_top {
	background: url(../images/big_grey_top.jpg) no-repeat;
	width: 630px;
	height: 12px;	
}
#big_grey_middle {
	background: url(../images/big_grey_middle.jpg) repeat-y;
	padding: 0 20px 0 15px;
	color: #6e6e6e;
	text-align: left;
}
#big_grey_bottom{
	background: url(../images/big_grey_bottom.jpg) no-repeat;
	width: 630px;
	height: 12px;
}

#header_wrap{
width:100%;
background-image:url(../images/header_wrap.jpg);
background-repeat:repeat-x;
height:154px;

}

	#header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:779px;
	margin:0 auto;
	height:149px;
	}

#nav_wrap{
width:100%;
height:48px;
background-color:#96962f;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;
}

	#nav{
	background-image:url(../images/nav_sprite.png);
	background-repeat:no-repeat;
	height:48px;
	margin:0 auto;
	width:766px;
	}
	
		#nav ul{
		background-image:url(../images/nav_sprite3.png);
		background-position:top;
		position:relative;
		left:0px;
		height:48px;
		width:766px;
		}
	
		#nav ul li{
		float:left;
		display:inline;
		height:48px;
		/*margin-top:1px;*/
		position:relative;
		top:1px;
		}
		
		
			#nav ul li a{
			cursor:pointer;
			display:block;
			float:left;
			height:48px;
			text-indent:-99999px;
			}
	
		li#home .active a{
		background-image:url(../images/nav_sprite3.png);
		background-position:0 bottom;
		cursor:pointer;
		}
		
		
		li#home a{
		width:86px;
		background-position:  0 0;
		}
		
			li#home a:hover, #home li#home a{
			background-image:url(../images/nav_sprite3.png);
			background-position:0 bottom;
			height:48px;
			}
		
		li#portfolio a{
		width:138px;
		background-position:-86px 0;
		}
		
			li#portfolio a:hover, #portfolio li#portfolio a{
			background-image:url(../images/nav_sprite3.png);
			background-position:-86px -48px;
			}
		
		li#investment a{
		width:155px;
		background-position:-224px 0;
		}
		
			li#investment a:hover, #investment li#investment a{
			background-image:url(../images/nav_sprite3.png);
			background-position:-224px -48px;
			}
					
		
		li#right_col h1#press{
		background-image:url(../images/press_heading.jpg);
		background-repeat:no-repeat;
		width:247px;
		}
		
		li#press a{
		width:93px;
		background-position:-379px 0;
		}
		
			li#press a:hover, #press li#press a{
			background-image:url(../images/nav_sprite3.png);
			background-position:-379px -48px;
			}
		
		li#about a{
		width:94px;
		background-position:-472px 0;
		}
		
			li#about a:hover, #about li#about a{
			background-image:url(../images/nav_sprite3.png);
			background-position:-472px -48px;
			}


		li#contact a{
		width:115px;
		background-position:-565px 0;
		}
		
			li#contact a:hover, #contact li#contact a{
			background-image:url(../images/nav_sprite3.png);
			background-position:-566px -48px;
			}


		li#blog a{
		width: 84px;
		background-position:-682px 0;
		}
		
			li#blog a:hover, #blog li#blog a{
			background-image:url(../images/nav_sprite3.png);
			background-position:-681px -48px;
			}

		
	
#maincontent{
width:808px;
margin:0 auto;
background-color:#fff;
}

	#maincontent h1{
	background-image:url(../images/home_heading.gif);
	background-repeat:no-repeat;
	width:766px;
	color:#6E6E6E;
	font-size:22px;
	font-family:Georgia, "Times New Roman", serif;
	font-weight:100;
	padding-left:30px;
	padding-top:15px;
	position:relative;
	top:10px;
	height:59px;
	margin-left:20px;
	}
	
	#maincontent h1 a{
	color:#a5a5a5;
	text-decoration:none;
	}
	
		#maincontent h1 a:hover{
		color:#6e6e6e;
		}


/*used in gallery.php */
	#gallery{
	margin:0 auto;
	width:771px;
	padding-bottom:20px;
	}
	
	.gallery_box{
	width:247px; 
	height:211px; 
	overflow:hidden; 
	background-position:center; 
	float:left;
	margin:5px;
	}
	
	
/* used in galleries.php */
	
	#galleries{
	margin-left:17px;
	width:808px;
	padding-bottom:20px;
	}
	
		#galleries ul{
		list-style:none;
		display:inline;
		float:left;
		}
		
			#galleries ul li{
			float:left;
			display:inline;
			margin:5px;
			height:211px;
			overflow:hidden;
			width:247px;
			}
			
			

	#left_col{
	float:left;
	padding:15px;
	width:470px;
	text-align:justify;
	color:#6E6E6E;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 14px;
	}
		#left_col h1{
		background-image:url(../images/about_me.gif);
		height:59px;
		width:470px
		float:none;
		background-repeat:no-repeat;
		font-size:24px;
		color:#6e6e6e;
		padding:17px;
		font-weight:100;
		margin-left:0px;
		}
		
		#left_col p{
		width:490px;
		text-align:justify;
		font-family:Georgia, "Times New Roman", serif;
		font-size:14px;
		color:#6e6e6e;
		margin-bottom:10px;
		padding-left:10px;
		
		}
		
		#left_col ul{
		width:490px;
		margin-left:10px;
		list-style:none;
		height: 400px;
		}
		
			#left_col li{
			display:block;
			margin-bottom:30px;
			}
			
			#left_col li img{float:left;}
			
			#left_col span{
			}
			
			#left_col span#from{
			float:right;
			font-weight:bold;
			position:relative;
			top:10px;
			}
								
		#left_col img{
		float:left;
		margin: 0 10px 0 10px;
		}
		
			#left_col img#signature{
			float:right;
			}
			
		#left_col hr{
		margin: 30px 20px;
		color:#ccc;
		}
		
		form{margin:0 auto;width:480px;}
		label{float:left;width:150px;text-align:left;}
		input{overflow:auto;height:15px;overflow:hidden;}
		input, textarea, select{border:1px solid #ccc;}
		#submit{height:24px;width:75px;cursor:pointer;}
			#submit:hover{background-color:#6e6e6e;color:#fff;}
		
		#slider{
		margin:0 auto;
		width:765px;
		padding:10px 10px 20px;
		height:379px;
		}
		
	#right_col{
	width:260px;
	margin-left:5px;
	position:relative;
	top:15px;
	float:right;
	padding-bottom: 50px;
	}
	
		#right_col ul#press{
		list-style:none;
		margin-left:5px;
		font-family:Georgia, "Times New Roman", serif;
		margin-top: -25px;
		}
		
		#right_col ul#press li{
		display:block;
		font-size:12px;
		color:#6e6e6e;
		height:38px;
		padding:2px 5px;
		}
		
			#right_col ul#press li img{
			position:relative;
			top:5px;
			}
			
			#right_col ul#press li a{
			border:none;
			text-decoration: none;
			}
			
				#right_col ul#press li a:hover{
				background:none;
				}
		
			#right_col ul#press li:nth-child(even){
			background-color:#f2f2f2;
			width:230px;
			}
		
		#right_col ul#press li span{
		margin-right:10px;
		font-size: 12px;
		}
		
		#right_col h1{
		background-image:url(../images/recent_work.gif);
		background-repeat:no-repeat;
		height:59px;
		font-size:24px;
		color:#6e6e6e;
		padding:17px;
		font-weight:100;
		width:247px;
		margin-left:0px;
		}
		
		
		#right_col img{
		margin-left:2px;
		border:none;
		}
		
		#right_col span img{
		float:left;
		display:inline;
		margin-right:-5px;
		border:none;
		}

					
		#featured_work{
		background-image: url(../images/featured_work_bg.gif);
		background-repeat: no-repeat;
		width:241px;
		height:191px;
		margin-left:6px;
		padding-top:5px;
		}
		
			#featured_work .wrap{
			overflow:hidden;
			height:160px;
			width:225px;
			position:relative;
			left:5px;
			top:0;
			}
			
				#featured_work .wrap img{
				height:auto;
				width:225px;
				}
			
			#blog_link{
			background-image:url(../images/shannons_blog.gif);
			background-repeat:no-repeat;
			width:247px;
			height:54px;
			}
			
				#blog_link a{
				color:#6e6e6e;
				font-size:20px;
				font-weight:100;
				text-decoration:none;
				text-transform:uppercase;
				position:relative;
				top:20px;
				left:45px;
				}
			
			#featured_work #desc{
			margin-top:5px;
			margin-left:2px;
			}
			
			#featured_work span{
			color:#6e6e6e;
			font-size:16px;
			padding:5px;
			position:relative;
		/*	top:20px;*/
			left:5px;
			}
			
			#featured_work a{
			color:#d2d2d2;
			font-size:12px;
			text-transform:uppercase;
			position:relative;
			text-decoration:none;
			}
			
				#featured_work a:hover{
				color:#6e6e6e;
				}
				
				#featured_work a#view_more{
				position: relative;
				top:20px;
				}
				
		#facebook {
		background-image:url(../images/facebook_sprite.gif);
		background-repeat:no-repeat;
		background-position:top center;
		height:36px;
		width:93px;
		text-indent:-9999px;
		float:left;
		}
		
			#facebook:hover{
			background-image:url(../images/facebook_sprite.gif);
			background-repeat:no-repeat;
			background-position:center -37px;
			}
		
		#flickr{
		background-image:url(../images/flickr_sprite.gif);
		background-repeat:no-repeat;
		background-position:top center;
		height:36px;
		width:66px;
		float:left;
		text-indent:-9999px;
		}
		
			#flickr:hover{
			background-image:url(../images/flickr_sprite.gif);
			background-repeat:no-repeat;
			background-position: center -37px;
			}
		
		#myspace{
		background-image:url(../images/myspace_sprite.gif);
		background-repeat:no-repeat;
		background-position:top center;
		height:36px;
		width:91px;
		float:left;
		text-indent:-9999px;
		}
		
			#myspace:hover{
			background-image:url(../images/myspace_sprite.gif);
			background-repeat:no-repeat;
			background-position:center -37px;
			}
			
		
		#tweet_top {
			background: url(../images/tweet_bg_top.jpg);		
			width: 241px;
			height: 10px;
			margin-left:10px;			
		}
		
		#tweet{
			background:url(../images/tweet_bg_middle.jpg) repeat-y;
			color:#6E6E6E;
			font-size:14px;
			line-height:16px;
			margin-left:10px;
			padding:11px;
			width:241px;
		}

		#tweet_bottom {
			background:url(../images/tweet_bg_bottom.jpg);		
			width: 241px;
			margin-left:10px;			
			height: 12px;
		}

			#tweet ul li {
				list-style-type: none;
				list-style-image: none;
				width: 226px;
				margin-bottom:10px;
			}
		
			#tweet a{
			color:#9d9d31;
			text-decoration:none;
			}
			
			#tweet span{
			color:#6e6e6e;
			font-weight:bold;
			}
			
			#tweet p{
			padding:10px;
			}
			
#pages{
text-align:center;
width:600px;
margin:0 auto;
margin-bottom:40px;
position:relative;
top:20px;
left:-18px;
font-size:10px;
color:#6e6e6e;
}

	#pages a{
	font-size:16px;
	color:#6e6e6e;
	position:relative;
	text-decoration: none;
	top:2px;
	}

	#pages a:hover{
	color:#3d3d3d;
	text-decoration:underline;
	}


	#pages a img{
		border:none !important;
		position:relative !important;
		top:8px !important;
		width: 26px !important;
		height: 29px !important;		
	}
	
	#pages a img:hover {
		border:none !important;
		position:relative !important;
		left:0px;
		top:8px !important;
		width: 26px !important;
		height: 29px !important;	
	}

		
#footer_wrap{
background-image:url(../images/footer_wrap.gif);
background-repeat:repeat;
width:100%;
/*min-height:270px;*/
}

	#footer{
	width:766px;
	margin: 0 auto;
	}
	
		#footer #col1{
		float:left;
		width:240px;
		padding:10px;
		}
		
			#footer ul{
			list-style:none;
			padding:10px;
			color:#6e6e6e;
			margin-left:20px;
			}
			
				#footer ul li a{
				color:#6e6e6e;
				text-decoration:none;
				}
				
				#footer ul li a:hover{
				color:#3d3d3d;
				}
		
		#footer #col2{
		float:left;
		width:220px;
		padding:10px;
		}
		
		#footer #col3{
		float:left;
		width:160px;
		padding:10px;
		}
	
		#footer img{
		float:right;
		border:none;
		}
		
		#footer h1{
		font-family:Georgia, "Times New Roman", serif;
		font-size:14px;
		color:#202020;
		font-weight:200;
		text-transform:uppercase;
		margin-left:30px;
		}
		
		
		a#akt{
		background-image:url(../images/akt_logo_sprite.gif);
		background-repeat: no-repeat;
		height:40px;
		width:73px;
		background-position: top center;
		float:right;
		cursor:pointer;
		}
		
			a#akt:hover{
			background-image:url(../images/akt_logo_sprite.gif);
			background-repeat: no-repeat;
			height:40px;
			width:73px;
			background-position: center -40px;
			}
		
		
.clearfloat{
	clear:both;
	margin:0;
	padding:0;
}


.inv_heading {
	background: url(../images/blog_header_bg.gif) no-repeat;
	width: 745px;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, Times New Roman, serif;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 33px;
	font-weight: 100;
	margin-top: 20px;
	color: #6E6E6E;
	margin-bottom: 10px;
	padding-top:6px;
}

.inv_body {
	width: 800px;
	margin: 0 auto;
}

.inv_img_box {
	margin-left:20px;
	float: left;
	background-color: #EEEFEF;
	padding:5px;
}

.inv_blurb {
	color: #6E6E6E;
	float: right;
	margin-right:10px;
	width: 540px;
	font-size: 14px;
	line-height: 18px;
}
