﻿
*
{
	margin:0;
	padding:0;
}

html, body
{
	margin:0;
	padding:0;
	background:url(../images/main/header_background.jpg) 0 0 repeat-x;
	font:85% Trebuchet MS, Sans-Serif;
	color:#838383;
	line-height:1.4em;
}

p
{
	margin:0 0 15px 0;
	line-height:1.4em;
}

input, textarea
{
	font:100% Trebuchet MS, Sans-Serif;
	color:#838383;
	padding:1px 0 0 2px;
}

img
{
	border:none;
}

#Wrapper
{
	width:941px;
	margin:0 auto;
}

/* Start Public Master */

#Header
{
	width:941px;
	height:500px;
	padding:6px 0 0 0;		
}

#Header #Logo
{
	float:left;
}

#Header #Contact
{
	float:right;
}

#Header #Flash
{
	width:941px;
	height:279px;
	margin:20px 0 0 0;
	float:left;
	clear:both;
	position:relative;
	z-index:0;
}

#Footer
{
	width:941px;
	height:145px;
	color:#ADADAD;
	font-size:.95em;
}

#Footer p
{
	width:941px;
	padding:2px 0 0 0;
	text-align:right;
}

/* End Public Master */

/* Start Common */

#MainBodyLeft
{
	width:475px;
	float:left;
	padding:20px 0 0 0;
}

#MainBodyLeft h3
{
	margin:0 0 20px 0;
	letter-spacing:.15em;
	font-size:1.6em;
	font-family:Arial;
	font-weight:normal;
	color:#707a71;
	text-transform:uppercase;	
}

#MainBodyLeft h4
{
	margin:0 0 8px 0;
	font-size:1.4em;
	font-weight:normal;
	color:#b31f17;
}

#MainBodyRight
{
	width:466px;
	float:right;
	padding:20px 0 0 0;
}


/* End Common */


/* Start Default.aspx */

#HomeContent p
{
	text-align:justify;
}

#HomeContent ul
{
	list-style-type:none;
	margin:0 0 18px 0;
}

#HomeHireUs
{
	width:276px;
	height:146px;
	display:block;
	background:url(../images/home/hire_us_btn.jpg) 0 0 no-repeat;
}

#HomeHireUs:hover
{
	width:276px;
	height:146px;
	display:block;
	background:url(../images/home/hire_us_btn.jpg) 0 -146px no-repeat;
}

/* End Default.aspx */


.PortFolioHeader h4
{
	width:375px;
	margin:0px 0 15px 0;
	font-family:Arial;
	font-weight:normal;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
}

.PortFolioHeader span
{
	color:#b31f17;
}

.port-th
{
	margin:0 0 15px 0;
}

#portfolio-sm {
  float: right;
  width: 375px;
  text-align:right;
}

#portfolio-sm-thumbs {
  float: right;
  width:375px;
}

/* Contact.aspx */

#ContactForm
{
	width:475px;
	display:table;
	margin:25px 0 20px 0;
}

.FormRow
{
	width:475px;
	margin:0 0 15px 0;
}

.FormRow span span
{
	font-weight:bold;
}

.FormRow input
{
	width:465px;
	height:20px;
	margin:4px 0 0 0;
	border:1px solid #A1C5DD;
}

.FormRow textarea
{
	width:469px;
	height:75px;
	margin:4px 0 0 0;
	border:1px solid #A1C5DD;
}

.FormError
{
	color:#b31f17;
}

.ContactSubmitBtn
{
	width:182px !important;
	height:110px !important;
	background:url(../images/contact/submit_btn.jpg) 0 0 no-repeat;
	float:right;
	cursor:pointer;
	border:none !important;
}

.ContactSubmitBtn:hover
{
	width:182px !important;
	height:110px !important;
	background:url(../images/contact/submit_btn.jpg) 0 -110px no-repeat;
	float:right;
	cursor:pointer;
	border:none !important;
}

#ContactContent ul 
{
	list-style-type:none;
	margin:0 0 15px 0;
}

#ContactContent ul li
{
	margin:0 0 5px 0;
}

#ContactContent ul li span
{
	color:#434343;
}