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

/*-----------------------------------------------------------------------
@import
------------------------------------------------------------------------*/

@import url(reset.css);

/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/

body
{
	background:#c0c0c0 url(../images/background.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.floatLeft
{
	float:left;	
}

.floatRight
{
	float:right;
}

.clear
{
	clear:both;	
}

.wrapper
{
	width:944px;
	margin:0 auto;
	position:relative;
}

/*-----------------------------------------------------------------------
Fonts
------------------------------------------------------------------------*/

p
{
	font-size:14px;
	padding:10px 0 ;
	line-height:20px;
	text-align:justify;
	color:#333;
}

p a
{
	color:#ed1c24;
	text-decoration:none;
}

p a:hover
{
	text-decoration:underline;
}

p span
{
	color:#ed1c24;
}

p strong
{
	color:#ed1c24;
}

.annoucement{
	font-size:18px;
}

h1, h2{
	color:#dd1e20;
	font-weight:normal;
	font-size:18px;
	line-height:16px;
	padding-bottom:4px;
	padding-top:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h4{
	color:#ffffff;
	font-weight:bold;
}

small{
	font-size:11px;
}

/*-----------------------------------------------------------------------
Global
------------------------------------------------------------------------*/

#header
{
	height:332px;
	width:944px;
	position:relative;
	z-index:9999;
	top: 41px;
	
}

#header-in
{
	height:262px;
	width:944px;
	position:relative;
	z-index:9999;
	top: 41px;
	
}
.contact
{
	margin:8px 0 0;	
}

#body
{
	margin:20px 0;
}	


.splashSub
{
	position:relative;
	width:944px;
	height:170px
}

.splashContact
{
	position:absolute;
	z-index:2;
	top:130px;
	right:32px;
	text-align:center;
}

.splashContact a
{
	color:white;
	display:block;
	height:22px;
	width:260px;
	line-height:20px;
	background: url(../images/splash_contact_btn.gif) no-repeat bottom;
	text-decoration:none;
	margin:10px 0 0 0;
	font-size:12px;
}

.splashContact a:hover
{
	background-position:top;
}

.experienced
{
	width:240px;
	text-align:center;	
	background:#fff;
	border:1px solid #d6d6d6;
	padding-bottom:2px;
}

.budgetTitle 
{
	margin:0 0 10px 2px;	
}

.budgetBin
{
		width:677px;
		border:1px solid #d6d6d6;
		background:#fff;
		padding:8px;
}

.budgetBin p
{
	margin:0 0 0 2px;	
}

#footer
{
	border-top:2px solid #fff;
	position:relative;
	height:20px;
	margin:20px 0;
}

#footer p,
#footer p a
{
	color:#676767;	
}

.leftColumn,
.rightColumn
{
	width:458px;	
}

.fullColumn
{
	width:944px;
	padding-top:18px;
}

.title
{
	margin:10px 0 0 0;	
}

/*-----------------------------------------------------------------------
Gallery
------------------------------------------------------------------------*/

.gallery li{
	height:auto;
	position:relative;
	float:left;
	margin:0 6px 15px 0;
	list-style-type:none;
}

.gallery li a{
	color:#ed1c24;
	text-decoration:none;
}

.gallery li a:hover{
	text-decoration:underline;
}

.gallery li h2{
	color:#2f2d27;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	padding:12px 0 8px 0;
	width:100%;
	border-bottom:1px solid #848484;
	margin-bottom:3px;
}

.gallery li p{
	padding:11px 0 2px 0;
	color:#2f2d27;
}

.gallery li.last{
	margin-right:0px;
}

.gallery a:hover img{
filter:alpha(opacity=50) !Important;
-moz-opacity:0.5 !Important;
-khtml-opacity: 0.5 !Important;
opacity: 0.5 !Important;
background-color:#dd1f20 !Important;}
/*-----------------------------------------------------------------------
Navigation
------------------------------------------------------------------------*/

#topNavBg
{
	width:700px;
	height:30px;
}

ul#topNav 
{
	right:0;
	top:30px;
}

ul#topNav li 
{
	margin:12px 7px 0 15px;
	float:left;	
	position:relative;
	top:11px;
}

ul#topNav li a
{
	display:block;
	outline:none;
	margin:0;
	padding:0;
	color:#333;
	font-size:16px;
}
ul#topNav li a:hover
{
	display:block;
	outline:none;
	margin:0;
	padding:0;
	color: #dd1e20;
}

/*-----------------------------------------------------------------------00

Forms
------------------------------------------------------------------------*/

