
@charset "utf-8";
/* CSS Document */

html{
	font-family:Arial, Helvetica, sans-serif;
}

html, body, div, span, p, h1, h2, h3, h4 a, ul, li, img{
	padding:0px;
	margin:0px;
}

html, body, #flashContainer{
	/*required for swfobject in FF*/
	width:100%;
	height:100%;
}

body{
	background-color:#40474D;
	color:#FFFFFF;
}

a:{
	text-decoration:none;
	border:none;
}

a:link{
	text-decoration:none;
	color:#FFFFFF;
}

img{
	border:none;
}



#column{
	margin:auto;
	padding-top:50px;
	width:765px;
}

#nav{
	float:left;
	width:313px;
}

a#logo{
	display:block;
	margin-bottom:33px;
}

#mainNav{
	margin-bottom:50px;
	float:right;
}

#mainNav ul{
	list-style:none;
}

#mainNav li{
	float:left;
}

#mainNav a{
	display:block;
	height:19px;
}

a.workNavItem{
	width:65px;
	background-image:url(http://dev.sandpaperstudio.com/images/nav/work.jpg);
}

a.workNavItem:hover{
	width:65px;
	background-image:url(http://dev.sandpaperstudio.com/images/nav/workOver.jpg);
}

a.aboutNavItem{
	width:82px;
	background-image:url(http://dev.sandpaperstudio.com/images/nav/about.jpg);
}

a.aboutNavItem:hover{
	width:82px;
	background-image:url(http://dev.sandpaperstudio.com/images/nav/aboutOver.jpg);
}

a.contactNavItem{
	width:99px;
	background-image:url(http://dev.sandpaperstudio.com/images/nav/contact.jpg);
}

a.contactNavItem:hover{
	width:99px;
	background-image:url(http://dev.sandpaperstudio.com/images/nav/contactOver.jpg);
}



#subNav{
	width:313px;
	/*width:248px;*/
	/*float:right;*/
}

#subNav ul{
	list-style:none;
}

.subNavItem{
	width:313px;
	height:auto;
	padding:4px 0px 5px 0px;
	background-image:url(/images/nav/subNavItemBkg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
}
	

.subNavTitle{
	text-align:right;
	/*float:right;*/
}

.subNavSubtitle{
	float:left;
}

#content{
	margin-top:36px;
	width:412px;
	float:right;
}

#thumbNav{
	margin:24px 6px 0px 6px;
	padding-left:24px;
	width:376px;
	height:23px;
	background-color:#11181b;
}

#thumbNav li{
	list-style:none;
}

.thumbNavItem{
	width:23px;
	height:23px;
	float:left;
	margin-right:4px;
}

.thumbNavItem a{
	display:block;
}

.thumbNavItem img{
	padding:2px;
}

.thumbNavItem a:link{
	background-color:#8d969d;	
}

.thumbNavItem a:visited{
	background-color:#8d969d;
}

.thumbNavItem a:hover{
	background-color:#aec33c;
}

.thumbNavItem a:active{
	background-color:#aec33c;
}

.slideHTML{
	border:6px solid #FFFFFF;
	padding:24px;
	width:352px;
	height:252px;
	margin-bottom:23px;
	clear:both;
	background-color:#121a1d;
}

.slideImage{
	border:6px solid #FFFFFF;
	width:400px;
	height:300px;
	margin-bottom:23px;
	clear:both;
	background-color:#121a1d;
}

.clear{
	clear:both;
}

#footer{
	clear:both;
	height:58px;
}

#footer a{
	display:block;
}

a.address{
	font-size:10px;
}

a.220Btn{
	background-image:url(../images/nav/220.jpg);
	width:123px;
	height:58px;
}


