/*****UNIVERSAL*****/
.deco_border {
	margin: 0px auto;
}

.deco_border .section_content {
	width: 90%;
	margin: 25px auto 0px auto;
}

	.deco_border p {
		display: inline;
		line-height: 25px;
	}
	
	.deco_border img {
		float: left;
		margin: 0px 30px 0px 0px;	
	}

/*****FONTS*****/
@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-black-webfont.eot');
    src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-black-webfont.woff') format('woff'),
         url('fonts/gotham-black-webfont.ttf') format('truetype'),
         url('fonts/gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knockout-uww';
    src: url('fonts/knockout-htf90-ultmtwelterwt-webfont.eot');
    src: url('fonts/knockout-htf90-ultmtwelterwt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/knockout-htf90-ultmtwelterwt-webfont.woff') format('woff'),
         url('fonts/knockout-htf90-ultmtwelterwt-webfont.ttf') format('truetype'),
         url('fonts/knockout-htf90-ultmtwelterwt-webfont.svg#knockout_htf90-ultmtwelterwRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 55px;
	text-align: center;
	color: #c00d13;
}

/*****INDEX*****/
body {
	min-width: 752px;	
}

body > div {
	position: relative;
}

body > div:before { 
  display: block; 
  content: " "; 
  margin-top: -145px; 
  height: 145px; 
  visibility: hidden; 
}

.max_width {
	width: 90%;
	max-width: 1450px;
	min-width: 752px;
	margin: 0px auto;
	position: relative;
}

.bottom_shadow:after {
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0px -3px 12px 10px #000000;
       -moz-box-shadow: 0px -3px 12px 10px #000000;
            box-shadow: 0px -3px 12px 10px #000000;
}

#nav {
	background: black;
	padding-top: 60px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

#nav > div {
	background: #c00d13;
	height: 125px;
}

#nav div img{
	margin-top: -35px;
	position: relative;
	left: 20px;
}

#nav ul {
	color: white;
	position: absolute;
	top: 52px;
	right: 20px;
}

#nav ul li, #nav ul li a {
	color: #f6eec9;
	display: inline;
	font-family: gotham;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	letter-spacing: 5px;
	text-decoration: none;
}

#nav ul li:first-child {
	margin: 0px 0px 0px 0px;
}

#nav ul li a:hover {
	color: black;
}

@media only screen 
and (min-device-width : 1px) 
and (max-device-width : 1600px) {
	#nav {
		position: absolute !important;
	}
	
	#nav ul li, #nav ul li a {
		margin: 0px 0px 0px 8px !important;
	}
}

/*****SLIDER*****/
#slider {
	position: relative;
	padding-top: 185px;
	height: 495px;
	background: #c00d13;
	font-family: knockout-uww;
	z-index: 800;
}

#slider_red_rule {
	height: 495px;
	background: #c00d13;
	z-index: 810;
}

#slider_gradient_bg{
	height: 475px;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 100%), url('../images/decopatternBW.jpg') repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))), url('../images/decopatternBW.jpg') repeat; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%), url('../images/decopatternBW.jpg') repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%), url('../images/decopatternBW.jpg') repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%), url('../images/decopatternBW.jpg') repeat; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%), url('../images/decopatternBW.jpg') repeat; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */

	z-index: 820;
	
	overflow: hidden;
}

#slider img {
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
}

#slider h1 {
	font-family: knockout-uww;
	color: white;
	font-size: 100px;
	text-align: center;
	line-height: 80px;
	text-shadow: 6px 5px black;
	float: right;
	width: 50%;
	position: relative;
	top: 125px;
}

/*****PITCH*****/
#pitch,
#pitch .shadow_buffer {
	background: white;
	z-index: 700;
}

#pitch .max_width {
	padding: 50px 0px;
}

#pitch .deco_border {
	padding: 69px;
	background: url('../images/pitch_border/NWcorner.jpg') no-repeat,
				url('../images/pitch_border/SWcorner.jpg') left bottom no-repeat,
				url('../images/pitch_border/SEcorner.jpg') right bottom no-repeat,
				url('../images/pitch_border/NEcorner.jpg') right top no-repeat,
				url('../images/pitch_border/Nborder.jpg') repeat-x,
				url('../images/pitch_border/Wborder.jpg') repeat-y,
				url('../images/pitch_border/Sborder.jpg') bottom repeat-x,
				url('../images/pitch_border/Eborder.jpg') right repeat-y,
				#f6eec9;
}

/*****SERVICES*****/
#services,
#services .shadow_buffer {
	background: #f6eec9;
	z-index: 600;
}

#services .max_width {
	padding: 50px 0px;
}

#services .deco_border {
	padding: 35px;
	background: url('../images/services_border/NWcorner.jpg') no-repeat,
				url('../images/services_border/SWcorner.jpg') left bottom no-repeat,
				url('../images/services_border/SEcorner.jpg') right bottom no-repeat,
				url('../images/services_border/NEcorner.jpg') right top no-repeat,
				url('../images/services_border/Nborder.jpg') repeat-x,
				url('../images/services_border/Wborder.jpg') repeat-y,
				url('../images/services_border/Sborder.jpg') bottom repeat-x,
				url('../images/services_border/Eborder.jpg') right repeat-y;
}

#services_container {
	background: white;
	margin: 15px;
	padding: 40px;
}

#services img {
	float: right;
	margin: 0px 0px 0px 30px;
}

/*****PORTFOLIO*****/
#portfolio,
#portfolio .shadow_buffer {
	position: relative;
	z-index: 500;
}

#portfolio .shadow_buffer {
	background: url('../images/decopatternGhost.jpg') repeat;
}

#portfolio h2 {
	padding-top: 55px;
	margin-bottom: 30px;
}

#portfolio p {
	margin: 15px auto 0px auto;
	padding-bottom: 55px;
	text-align: center;
}

#portfolio_spinner {
	width: 90%;
	text-align: center;
	margin: 0px auto;
}

	.port_item {
		display: inline-block;
		margin-bottom: 15px;
	}

	.port_item img {
		margin: 0px 25px 0px 25px;
		border: 3px solid black;	
	}
	
	#portfolio .port_item > p {
		color: #c00d13;
		font-weight: bold;
		font-size: 20px;
		margin: 10px auto 0px auto;
		padding-bottom: 0px;
	}
	
	#portfolio .port_item:hover img {
		border: 3px solid #c00d13;
	}
	
/*****ABOUT*****/
#about,
#about .shadow_buffer {
	background: #f6eec9;
	z-index: 400;	
}

#about .max_width {
	padding: 50px 0px;
}

#about .deco_border {
	padding: 64px;
	background: url('../images/about_border/NWcorner.gif') no-repeat,
				url('../images/about_border/SWcorner.gif') left bottom no-repeat,
				url('../images/about_border/SEcorner.gif') right bottom no-repeat,
				url('../images/about_border/NEcorner.gif') right top no-repeat,
				url('../images/about_border/Nborder.gif') repeat-x,
				url('../images/about_border/Wborder.gif') repeat-y,
				url('../images/about_border/Sborder.gif') bottom repeat-x,
				url('../images/about_border/Eborder.gif') right repeat-y,
				#c00d13;
}


#about h2, #about p {
	color: white;
}

/*****CONTACT*****/
#contact,
#contact .shadow_buffer {
	height: 100%;
	z-index: 300;
}

#contact .shadow_buffer {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%), url('../images/decoDiamondPattern.jpg') repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.95))), url('../images/decoDiamondPattern.jpg') repeat; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%), url('../images/decoDiamondPattern.jpg') repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%), url('../images/decoDiamondPattern.jpg') repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%), url('../images/decoDiamondPattern.jpg') repeat; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%), url('../images/decoDiamondPattern.jpg') repeat; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2ffffff',GradientType=0 ); /* IE6-9 */
}

#contact h2 {
	padding-top: 55px;
	margin-bottom: 26px;	
}

#contact p {
	text-align: center;
	margin: 10px;
}

#contact_frame {
	background: url('../images/contactFrame.png') no-repeat;
	width: 454px;
	height: 353px;
	margin: 20px auto 20px auto;
}

	#contact_frame p:first-child {
		padding-top: 145px;	
	}

	#contact_frame p, 
	#contact_frame p a{
		color: white;
		font-weight: bold;
	}
	
	#contact_frame p a:hover{
		color: #c00d13;
	}