@font-face {
  font-family: "Oregon LDO Book";
  src: url('../Oregon LDO Book.ttf');
}

/*::::::::::::::::::::::::::: RESET :::::::::::::::::::::::::::*/
html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, form, table, tr, td, label, input, button, textarea, select, option, img 
{margin: 0px; padding: 0px; font-family: "Book Antiqua",Palatino,"Palatino Linotype",georgia,"times new roman",serif; -webkit-text-size-adjust:none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a {text-decoration: none;outline:none;}
a img {border: none;}
button {outline:none;outline:0px;cursor:pointer;border:none;}

/*::::::::::::::::::::::::::: STRUCTURE :::::::::::::::::::::::::::*/
body{
	background: url(../images/bg.gif);
}
h1{display:none;}
h2{
	float: left;
	width:100%;
	color:#B33300;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	font-size: 19px;
	font-style:none;
	position: relative;
	z-index:2;
	text-shadow: 0px 0px 4px #000; 
	font-family: "Oregon LDO Book";
}
p{
	font-size:16px;
	color: #999;
	padding: 0 0 20px 0;
	text-align: justify;
	line-height:22px;
	text-shadow: 0 0 3px #000; 
}
p#center{
	text-align:center;
}

p strong{
	color: #B33300;
	font-weight:normal;
}
p em{
	font-size:8px;
	font-style:normal;
}
p small{
	font-size:12px;
	font-style:normal;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}
p small strong{
	font-weight:bold;
}
p em.line{
	text-decoration: line-through;
	font-size:16px;
}
p a{
	color: #6f6f6f;
}
p a:hover{
	color: #999;
}
p img{
	float: left;
	padding: 5px;
	background: url(../images/field_bg.gif);
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
span.outerborder{
	float: left;
	margin: 3px 0 0 0;
}
span.innerborder{
	float: left;
}
.space{
	float: left;
	width:100%;
	background: url(../images/divider.gif) bottom left no-repeat;
	padding: 0 0 50px 0;
}
#top{
	float: left;
	width:100%;
	height:11px;
	overflow:hidden;
	background: url(../images/top_trim.gif) repeat-x;
}
#page{
	float: left;
	width:100%;
	background: url(../images/page_bg2.gif) top center no-repeat;
}
#header{
	margin: 0 auto;
	width:850px;
	height:160px;
	clear:both;
}
#logo{
	float: left;
	margin: 42px 0 0 -6px;
}
#logo a{
	float: left;
	width:220px;
	height:60px;
	text-indent:-9999px;
}
#title{
	float: left;
	width:370px;
	height:55px;
	background: url(../images/title.gif) no-repeat;
	text-indent:-9999px;
	margin: -50px 0 0 485px;
	border: 1px solid red;
}
#content{
	margin: 0 auto;
	width:850px;
	overflow:hidden;
	/*height:275px;*/
	background: url(../images/divider.gif) bottom left no-repeat;
	line-height:18px;
	padding: 60px 0 70px 0;
}
#content h2{
	font-size: 24px;
	line-height: 32px;
	padding-bottom:10px;
}

#work{
	margin: 0 auto;
	width:850px;
	line-height:18px;
	padding: 16px 0 0 0;
}
#work h2{
	background-position: 0 -70px;
}
#left{
	float: left;
	/*width:545px;*/
}
#middle{
	float: left;
	/*width:210px;*/
	width: 450px;
	margin: 0 0 0 34px;
}
#right{
	float: left;
	width: 150px;
	margin: 0 0 0 34px;
}
#right p{
	text-align: left;
}

#right h2.contact{
	background-position: 0 -102px;
}
#content .divide{
	float: left;
	width:1px;
	height:80px;
	margin: 45px 0 0 40px;
	border-right: 1px solid #2B2B2B;
}
#getintouch{
	margin: 0 auto;
	width:850px;
	clear:both;
	line-height:18px;
	overflow:hidden;
	background: url(../images/divider.gif) bottom left no-repeat;
	padding: 0 0 70px 0;
}
#getintouch .divide{
	float: left;
	width:1px;
	height:160px;
	margin: 45px 0 0 40px;
	border-right: 1px solid #2B2B2B;
}
#form{
	float: left;
	width:394px;
}
#form h2{
	padding-bottom:16px;
}
#form form{
	float: left;
	width:100%;
}
#form div.field{
	float: left;
	width:100%;
	clear:both;
	margin: 0 0 8px 0;
	position: relative;
}
#form label, #form input, #form textarea, #form button{
	float: left;
	width:236px;
	padding:8px 6px 8px 6px;
	font-size:12px;
	color: #888;
	line-height:12px;
	text-shadow: 1px 1px 0px #000; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 2px #111;
	-webkit-box-shadow: 1px 1px 2px #111;
	-khtml-box-shadow: 1px 1px 2px #111;
	background: url(../images/field_bg.gif);
	border: 1px solid #444;
}

#form label{
	width:62px;
	padding:9px 6px 9px 6px;
	margin: 0 8px 0 0;
	text-transform: capitalize;
	background:none;
	display:none;
}
#form input:focus, #form textarea:focus, #form button:focus, #form button:hover{
	background: #111;
	background:none;
	outline: 0 none;
}
#form input#phone, #form input#phone2, #form input#phone3{
	width:40px;
	text-align:center;
}
#form small{
	float: left;
	color: #888;
	line-height:30px;
	padding:0 6px 0 6px;
}
#form textarea{
	width:320px;
	height:100px;
}
#form button{
	float:left;
	clear:both;
	width:auto;
	line-height:12px;
}

/*::::::::::::::::::::::::::: PORTFOLIO :::::::::::::::::::::::::::*/
#design{
	float: left;
	width:100%;
	overflow:hidden;
	background: url(../images/divider.gif) bottom left no-repeat;
	padding: 0 0 70px 0;
}
#design h3{
	float:left;
	width:100%;
	font-size:12px;
	color: #888;
	padding: 8px 0 0 0;
	text-shadow: 1px 1px 0px #000; 
	font-family: arial, helvetica, sans-serif;
}
#design p{
	font-size:11px;
	color: #6f6f6f;
	padding: 0 0 0 0;
	text-align: justify;
	font-style:italic;
	line-height:12px;
	font-family: arial, helvetica, sans-serif;
}
#design ul{
	float: left;
	width:120%;
	padding-bottom:25px;
}
#design ul li{
	float: left;
	display:inline;
	width: 253px;
	height:167px;
	background: url(../images/work_bg.gif) no-repeat;
	margin: 5px 45px 30px 0;
}
#design ul li:hover{
	background-position: 0 -167px;
}
#design ul li a{
	float: left;
	width:243px;
	height:138px;
	margin: 14px 0 0 5px;
	background: url(../images/clients.jpg) no-repeat;
}

#design ul li a.records{
	background-position: 0 0;
}
	#design ul li:hover a.records{
		background-position: -243px 0;
	}
#design ul li a.criterion{
	background-position: 0 -138px;
}
	#design ul li:hover a.criterion{
		background-position: -243px -138px;
	}
#design ul li a.afscme{
	background-position: 0 -276px;
}
	#design ul li:hover a.afscme{
		background-position: -243px -276px;
	}
#design ul li a.tennis{
	background-position: 0 -415px;
}
	#design ul li:hover a.tennis{
		background-position: -243px -415px;
	}
#design ul li a.dream{
	background-position: 0 -553px;
}
	#design ul li:hover a.dream{
		background-position: -243px -553px;
	}
#design ul li a.vexberg{
	background-position: 0 -691px;
}
	#design ul li:hover a.vexberg{
		background-position: -243px -691px;
	}
#design ul li a.rudd{
	background-position: 0 -829px;
}
	#design ul li:hover a.rudd{
		background-position: -243px -829px;
	}
#design ul li a.mind{
	background-position: 0 -967px;
}
	#design ul li:hover a.mind{
		background-position: -243px -967px;
	}
#design ul li a.billiards{
	background-position: 0 -1105px;
}
	#design ul li:hover a.billiards{
		background-position: -243px -1105px;
	}		
#design ul li a.headshots{
	background-position: 0 -1243px;
}
	#design ul li:hover a.headshots{
		background-position: -243px -1243px;
	}	
#design ul li a.strings{
	background-position: 0 -1381px;
}
	#design ul li:hover a.strings{
		background-position: -243px -1381px;
	}
		
#design ul li h3 a{
	width:100%;
	height:auto;
	margin: 0 0 0 0;
	background: none;
	color: #888;
}


/*::::::::::::::::::::::::::: FOOTER :::::::::::::::::::::::::::*/	
#footer{
	float: left;
	clear:both;
	width:100%;
	height:60px;
	background: #222;
	margin: 50px 0 0 0;
}
#footer ul{
	margin: 0 auto;
	overflow:hidden;
	width:850px;
	clear:both;
	padding: 22px 0 0 0;
	text-align:center;
}
#footer ul li{
	display:inline;
	color: #666;
	font-size:10px;
	text-transform: uppercase;
}		