ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

h2{
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h2 a{
	color: #fff;
}

h2 a:hover{
	color: #fff;
	text-decoration: none;
}


body{
	position:relative;
	background:#000 url(images/background.jpg) no-repeat center top;
	color:#fff;
	font:62.5% Myriad,Arial,sans-serif;
}

#header{
	width: 942px;
	height: 50px;
	float: left;
	margin: 0px 0px 38px 0px;
}

#logo{
	width: 186px;
	height: 63px;
	float: left;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#header ul{
	float: right;
}

#header ul li{
	display: block;
	float: left;
	font-size: 14px;
	margin: 22px 0px 0px 0px;
}

.lavaLampNoImage {
	position: relative;
 	overflow: hidden;
}
.lavaLampNoImage li.back {
	background-color: #e01b25;
	height: 16px;
	z-index: 8;
	position: absolute;
}

.lavaLampNoImage li.current_page_item a {
	color: #fff;
}

.lavaLampNoImage li a {
	text-decoration: none;
	color: #e01b25;
	padding: 0px 6px;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.lavaLampNoImage li a:hover{
	color: #fff;
}

.lavaLampNoImage li a:active{
	color: #fff;
}

.lavaLampNoImage li a:focus{
	color: #fff;
}



.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
	border: none;
}

#intro_text{
	width: 942px;
	float: left;
	height: 124px;
}

#intro_text h1{
	font-size: 84px;
}

#intro_text h2{
	font-size: 30px;
	font-weight: bold;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
}

#intro_text p{
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
}

#home{
	width: 959px;
	float: left;
	padding: 37px 0px 53px 0px;
}

.blocks{
	display: block;
	width: 217px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0px 17px 0px 0px;
	padding: 0px 2px 10px 0px;
	border: 1px solid #808080;
	background: #fff;
}

.blocks img{
        display:block;
	margin-left: auto;
	margin-right: auto;

	padding: 0px 0px 10px 0px;
}

.blocks h2{
	font-size: 19px;
	color: #ff4100;
	padding: 0px 0px 0px 5px;
}

.blocks h2 a{
	color: #ff4100;
}

.blocks h2 a:hover{
	color: #ff4100;
	text-decoration: none;
}

.blocks p{
	width: 200px;
	padding: 0px 0px 10px 5px;
	font-size: 14px;
	color: #666666;
}

.blocks:hover{
	display: block;
	text-decoration: none;
	border: 1px solid #ff4100;
}

a.more{
	position: relative;
	display: block;
	float: right;
	color: #fff;
	height: 20px;
	font-size: 16px;
	margin: 13px 23px 0px 0px;
	padding: 0px 29px 0px 0px;
	background: url(images/more.jpg) right no-repeat;
}

a:hover.more{
	text-decoration: none;
}

#footer{
	width: 100%;
	height: 84px;
	clear: both;
	padding: 11px 0px 0px 0px;
	background: #8c8c8c;
}

#footer_content{
	width: 942px;
	margin: auto;
}

#footer_content ul li{
	display: block;
	float: left;
	width: 225px;
	height: 62px;
	background: url(images/footer_content_li.jpg) right top no-repeat;
}

#footer_content ul li.no_bg{
	background: none;
}


#footer_content ul li img{
	float: left;
}

#footer_content ul li h2{
	width: 130px;
	font-size: 14px;
	color: #ee352d;
	float: left;
	margin: 18px 0px 5px 21px;
}

#footer_content ul li p{
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0px 0px 0px 21px;
}

#footer_content ul li p a{
	color: #fff;
	text-decoration: underline;
}


/*---------------------About Page----------------------*/

#about{
	width: 959px;
	float: left;
	padding: 19px 0px 53px 0px;
}

#about .left_column{
	width: 480px;
	float: left;
}




#about .right_column{
	width: 458px;
	float: left;
}

.text_container{
	width: 440px;
	float: left;
	min-height: 313px;
	padding: 7px 7px 10px 11px;
	background: url(images/png_bg.png);
}

.text_container h2{
	color: #e65f25;
	font-size: 19px;
	font-weight: normal;
}

.text_container h3{
	color: #ff7f00;
	font-size: 13px;
	margin: 18px 0px 0px 0px;
}

.text_container p{
	color: #1a171b;
	font-size: 13px;
        float: left;
       margin: 0px 0px 10px 0px;
} 

.text_container img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
        float: left;
}

.text_container ul li{
	color: #1a171b;
	font-size: 13px;
	margin: 0px 0px 3px 0px;
}


.text_container ul li a{
	color: #1a171b;
	font-size: 13px;
}


#bread_crumb{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

#bread_crumb a{
	color: #fff;
}

#bread_crumb span a{
	color: #ff7f00;
}

.ourstory{
	display: block;
	height: 20px;
	width: 234px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 12px 0px;
	background: #ff0000;
}

.ourteam_heading{
	display: block;
	height: 20px;
	width: 150px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 12px 0px;
	background: #ff0000;
}

ul.ourteam li{
	float: left;
	font-size: 12px;
	color: #000;
	text-align: right;
	margin: 0px 6px 10px 0px;
}

/*---------------------what we do----------------------*/

#what_we_do{
	width: 959px;
	float: left;
	padding: 37px 0px 53px 0px;
}

#what_we_do .blocks{
        min-height: 450px;
        background: url(images/png_bg.png);
}

.blocks h3{
	color: #ff7f00;
	font-size: 13px;
	margin: 18px 0px 0px 5px;
}

.blocks ul li{
	color: #1a171b;
	font-size: 13px;
	margin: 0px 0px 0px 5px;
}

.blocks ul li a{
	color: #1a171b;
}


#what_we_do .blocks p{
	color: #1a171b;
}

.stuff_we_make_happen{
	display: block;
	height: 20px;
	width: 690px;
	color: #fff;
	float: left;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 0px 6px;
	margin: 0px 18px 12px 0px;
	background: #ff0000;
}

.how_we_do_it{
	display: block;
	height: 20px;
	width: 220px;
	color: #fff;
	float: left;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 12px 0px;
	background: #ff0000;
}

#white .blocks{
        min-height: 450px;
        background: #fff;
}

/*---------------------Award Ceremonies----------------------*/

#award{
	width: 959px;
	float: left;
	padding: 19px 0px 53px 0px;
}

.single_post{
	width: 917px;
	float: left;
	padding: 19px 11px 53px 11px;
	margin: 0px 0px 17px 0px;
	background: url(images/png_bg.png);
}

.single_post h2{
	color: #e65f25;
	font-size: 19px;
	font-weight: normal;
}

.single_post h3{
	color: #ff7f00;
	font-size: 13px;
	margin: 18px 0px 5px 0px;
}

.single_post p{
	color: #1a171b;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

.single_post ul li{
	color: #1a171b;
	font-size: 16px;
	margin: 0px 0px 3px 0px;
}


.single_post ul li a{
	color: #1a171b;
	font-size: 16px;
}


.single_post p img{
	float: right;
	margin: 0px 0px 10px 20px;
}

a.more_post{
	position: relative;
	display: block;
	float: left;
	color: #000;
	height: 20px;
	font-size: 16px;
	margin: 63px 23px 0px 0px;
	padding: 0px 29px 0px 360px;
	background: url(images/singlepost_arrow.png) right no-repeat;
}

a:hover.more_post{
	text-decoration: none;
}

.award_ceremonies{
	display: block;
	overflow: visible;
	height: 20px;
	color: #fff;
	float: left;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 10px 0px 6px;
	margin: 0px 18px 12px 0px;
	background: #ff0000;
}

/*---------------------Award Ceremonies----------------------*/

ul.clients {
	float: left;
	clear: left;
}


ul.clients li{
	display: inline-block;
	width: 144px;
	height: 144px;
	float: left;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 11px 11px;
	background: url(images/png_bg.png);
}

ul.clients li img{
	border: 1px solid #fff;
}

ul.clients li a:hover img{
	border: 1px solid #ff4100;
}


/*---------------------Contact Page----------------------*/

#contact{
	width: 959px;
	float: left;
	padding: 19px 0px 53px 0px;
}

#contact .left_column_contact{
	width: 460px;
	margin: 0px 18px 0px 0px;
	float: left;
}

#contact .right_column_contact{
	width: 460px;
	float: left;
}

#contact .right_column_contact input{
	font-family: Arial;
	width: 434px;
	height: 24px;
	background: #fff;
	border: none;
	padding: 4px 2px 0px 2px;
	margin: 0px 0px 10px 0px;
}

#contact .right_column_contact span.checkbox input{
	
	width: 10px;
	height: 10px;
	background: #fff;
	border: none;
	margin: 3px 0px 10px 0px;
}


#contact .right_column_contact textarea{
	font-family: Arial;
	font-size: 12px;
	width: 430px;
	height: 93px;
	background: #fff;
	border: none;
	padding: 4px;
	margin: 0px 0px 10px 0px;
}

#contact .right_column_contact input#submit{
	font-family: Arial;
	width: 80px;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	background: #FF0000;
	border: none;
	float: right;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 10px 0px;
}



#contact .text_container{
	min-height: 100px;
	margin: 0px 0px 17px 0px;
}

#contact .text_container p{
		color: #1a171b;
}


#bread_crumb{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

#bread_crumb span{
	color: #ff7f00;
}

.ourstory{
	display: block;
	height: 20px;
	width: 234px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 12px 0px;
	background: #ff0000;
}

.ourteam_heading{
	display: block;
	height: 20px;
	width: 150px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 12px 0px;
	background: #ff0000;
}

ul.ourteam li{
	float: left;
	font-size: 12px;
	color: #000;
	text-align: right;
	margin: 0px 6px 10px 0px;
}

	







.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width: 959px;
	height: auto !important;
	padding: 43px 0px 0px 0px;
	margin:0 auto;
}

label{
color: #000;
font-size: 14px;}


