/* Custom Style Sheet for Walk Productions */

body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color:#F2F2F2;
	
}

html, body, bg {
	height:100%;
}

h2 {
	font-family:"Trebuchet MS", Myriad, "Myriad Web", Tahoma, Arial;
	font-size:20px;
	color:#A44200;
	font-weight:normal;
}

a {	
	color:#FF6600;
}	

#bg {
	margin:0px;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:100%;
}

#outwrapper {
	background-image:url(../img/body_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
}
#header {
	height: 32px;
	display:block;
	margin: 0px;
	padding:0px;
	border:none;
}

#nav ul {
	list-style-type:none;
	margin:0px;
	margin-top:5px;
	margin-left:0px;
	padding:0px;
}

#nav {
	position:absolute;
}

#nav li {
	float:left;
	margin:0px;
	padding:0px;
}

#nav img {
	border:none;
	margin:0px;
	padding:0px;
}

#nav li a img {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#nav li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}

#home #home a img,
#studio #studio a img,
#photos #photos a img,
#map #map a img,
#contact #contact a img
{
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}

#phone a img
{
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}


#wrapper {
	display:block;
	width:860px;
	margin: 0px auto;
}

#logo {
	position:absolute;
	z-index:1000;
	margin-top:72px;
}

#main {
	height:320px;
	width:860px;
	display:block;
	position:absolute;
}

#text {
	margin-top:336px;
	position:absolute;
}

#official {
	position:absolute;
	margin-left:560px;
	margin-top:245px;
}

#columns {
	margin-top:420px;
	font-weight:normal;
	font-size:12px;
}

#columns p {
	font-size:11px;
	line-height:20px;
	color:#666;
}

#maincol {
	width:526px;
	display:block;
	float:left;
}

#leftcol {
	width:263px;
	display:block;
	float:left;
}

#midcol {
	width:263px;
	display:block;
	float:left;
	padding-left:20px;
}

#rightcol {
	width:263px;
	display:block;
	float:left;
	padding-left:20px;
}

#footer {
	display:block;
	border-top:1px solid #E8E8E8;
	padding-top:20px;
	font-size:10px;
	color:#999;
	margin-top:40px;
}

#footer a {
	color:#999;
}

/* classes */

.left_33 {
	float:left;
	width:33%;
}

.left_50 {
	float:left;
	width:50%;
}

.right_50 {
	float:right;
	width:50%;
	text-align:right;
}

.left_50 p {
	width:94%;
}

/* clearfix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}

/* PNG Fix */

img, div, input { 
	behavior: url("htc/iepngfix.htc") ;
}
