body {
    margin: 0;
    background: #FFB40A url(../../assets/images/bg.png) center top no-repeat;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size:12px;
}

img.block{display:block}
img, object, embed {
    max-width: none;
}

/*page*/
.page {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

/*header*/
.header {
    height: 70px;
    line-height: 70px;
}

.header h1 {
    position: absolute;
    width: 220px;
    height: 120px;
    left: 20px;
    top: 15px;
    z-index: 200;
    background: url(../../assets/images/logo.png) left top no-repeat;
}

.header h1 a {
    position: absolute;
    width: 220px;
    height: 120px;
    overflow: hidden;
    text-indent: -10000px;
    outline: none;
}

.header .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: 320px;
	position:absolute;
	z-index:1000;
}

.header .nav li {
    float: left;
}

.header .nav li a {
    display: block;
    text-align: center;
    background: url(../../assets/images/nav.png) center top no-repeat;
    overflow: hidden;
    text-indent: -10000px;
    outline: none;
}

.header .nav li a.home {
    width: 100px;
    background-position: center top;
}

.header .nav li a.home:hover, .header .nav li a.home:focus, .header .nav li a.home.active {
    background-position: center -70px;
}

.header .nav li a.services {
    width: 160px;
    background-position: center -140px;
}

.header .nav li a.services:hover, .header .nav li a.services:focus, .header .nav li a.services.active {
    background-position: center -210px;
}

.header .nav li a.work {
    width: 220px;
    background-position: center -280px;
}

.header .nav li a.work:hover, .header .nav li a.work:focus, .header .nav li a.work.active {
    background-position: center -350px;
}

.header .nav li a.contact {
    width: 160px;
    background-position: center -420px;
}

.header .nav li a.contact:hover, .header .nav li a.contact:focus, .header .nav li a.contact.active {
    background-position: center -490px;
}

/*banner*/
.banner {
    height: 260px;
    overflow: hidden;
}

.banner .content {
    height: 220px;
}

.grid_12 .top {
    height: 10px;
    background: url(../../assets/images/box_12.png) left top no-repeat;
}

.grid_12 .content {
    background: #ffffff;
}

.grid_12 .bottom {
    height: 10px;
    background: url(../../assets/images/box_12.png) left bottom no-repeat;
}

/*main*/
.main .content {
    padding: 10px 20px 10px 20px;
    padding-bottom: 2010px;
	margin-bottom: -2000px;
}

.subPage .main div:first-child .content{
	padding-top: 60px !important;
	
}

.main .content h2 {
    font-size: 20px;
    font-weight:700;
    margin-bottom: 15px;
    letter-spacing: -1px;
    color:#000000;
}

.main .content h2.bigger{
	font-size:26px;
}


.main .content h3 {
    font-size: 16px;
    color: #FC1300;
    margin-bottom: 10px;
}

.main .content h2.abs {
    position: absolute;
}

.main .content p {
    margin-bottom: 10px;
    line-height: 140%;
}
.main .content p.strong{
	font-weight:700;
}

.main .content p .info{
	font-style:italic;
	color:#333333;
	font-weight:700;
	cursor:help;
} 

.main .content p.first {
    margin-top: 40px;
}


.main .content p.highlight{
	font-weight:400;
	font-size:15px;
	margin-bottom:20px;
}


.main .content p a{
	color: #FC1300;
	
}
.main .content ul.list{
	margin-bottom:20px;
	
}


.main .content ul.list li{
	font-weight:700;
	color:#333333;
}

.main .content ul.listBig li{
	margin-bottom:10px;
	font-size:14px;
}


.main .content hr{
	margin-left:-20px;
	margin-right:-20px;
	margin-top:0px;
	display:block;
	height:20px;
	background:#ff0000;
	border:none;
	border-top:1px solid #f3f3f3;
	background:url(../../assets/images/hr.png) center top no-repeat;
	
}

.main .grid_8 .content hr{
	margin-right:0px;
}




/*GALLERY LIST*/
.main ul.galleryList{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

.main ul.galleryList li{
	float:left;
	display:block;
	width:130px;
	height:160px;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}

.main ul.galleryList li a{
	text-decoration:none;
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

.main ul.galleryList li a .polaroid{
	width:130px;
	height:158px;
	background:url(../../assets/images/polaroid.png) left top no-repeat;
	position: absolute;
	z-index:200;
}

.main ul.galleryList li a .imgHolder{
	width:117px;
	height:117px;
	position: absolute;
	z-index:100;
	overflow:hidden;
	top:8px;
	left:6px;
}

.main ul.galleryList li .imgHolder img{
	width:150%;
	margin-left:-25%;
}

.main ul.galleryList li a .title{
	position:absolute;
	text-align:center;
	z-index:250;
	color:#000000;
	text-decoration:none;
	font-size:9px;
	font-style:italic;
	width:115px;
	height:20px;
	line-height:20px;
	white-space:nowrap;
	text-shadow:0px 1px 0px #ffffff;
	bottom:11px;
	left:7px;
	font-weight:700;
}

/*END OF GALLERY LIST*/




.grid_8 .top {
    height: 10px;
    background: url(../../assets/images/box_8.png) left top no-repeat;
}

.grid_8 .content {
    background: #ffffff;
}

.grid_8 .bottom {
    height: 10px;
    background: url(../../assets/images/box_8.png) left bottom no-repeat;
}

.grid_4 .top {
    height: 10px;
    background: url(../../assets/images/box_4.png) left top no-repeat;
}

.grid_4 .content {
    background: #ffffff;
}

.grid_4 .bottom {
    height: 10px;
    background: url(../../assets/images/box_4.png) left bottom no-repeat;
}

/*footer*/
.footer {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 20px;
}

.footer .content {
    padding: 10px 20px;
    height:50px;
    position:relative;
}

.footer .content .facebookHolder{
	position:absolute;
	top:5px;
	left:20px;	
}

.footer .content .standards{
	position:absolute;
	width:400px;
	height:70px;
	top:10px;
	right:20px;
	text-align:right;
	background:url(../../assets/images/logos.png) right top no-repeat;
	
}

.footer .grid_12 .top {
    height: 10px;
    background: url(../../assets/images/box_12_footer.png) left top no-repeat;
}

.footer .grid_12 .content {
    background: #FC1300;
    color: #ffffff;
}

.footer .grid_12 .bottom {
    height: 10px;
    background: url(../../assets/images/box_12_footer.png) left bottom no-repeat;
}

.clearBoth {
    clear: both;
    overflow: hidden;
}

.zeroRightPadding {
    padding-right: 0px !important;
}
.normalRightPadding{
	padding-right:20px;
	
}

.buttonBig {
    display: block;
    text-align: center;
    width: 260px;
    background: #FC1300;
    line-height: 40px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0px -1px 0px #800400;
    border: 1px solid #FC1300;
    margin-bottom:10px;
}

.buttonBig:hover, .buttonBig:focus {
    background: #ffffff;
    color: #DE0700;
    text-shadow: none;
    border: 1px solid #cccccc;
}


form label{
	font-size:14px;
	font-weight:700;
	margin-top:10px;
	display:block;
	margin-bottom:3px;
}

form label .small{
	font-size:11px;
	color:#555555;
}

form input{
	font-size:14px;
	width:50%;
}

form textarea{
	resize:none;
	width:80%;
	height:200px;
	font-size:14px;
	padding:5px;
}

form .LV_invalid{
	color:#ff0000;
	font-weight:700;
	font-size:12px;
	padding-left:10px;
}

form .LV_valid{
	color:green;
	font-weight:700;
	font-size:12px;
	padding-left:10px;
}

