
/******************** Template Skeleton *********************************************/

html, body
{
	margin:0;
	padding:0;
	height:100%;
}

#container
{
	min-height:100%;
	position:relative;
}

#header
{
	padding-top: 20px;
}

#body
{
	padding:10px;
	padding-bottom:30px;   /* Height of the footer */
}

#footer
{
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;   /* Height of the footer */

}

/******************** Generic Styles *********************************************/

body
{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	color: #555;
}


h1, h2
{
	color: #f58020;
	font-family: 'Crete Round', serif;
	font-weight: normal;
	padding: 0;
	margin: 15px 0 5px 0;
}

p
{
	width: 550px;
	font-size: 11px;
	color: #555;
}

/******************** Header Styles *********************************************/

#header_container
{
	width: 760px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.contact_button
{
	position: absolute;
	right: 0;
	bottom: 20px;
}

#header_right
{
	position: absolute;
	right: 0;
	top: 100px;
	color: #999;
	font-family: 'Crete Round', serif;
	font-size: 17px;
	letter-spacing: -1.0px;
}

#navigation_container
{
	width: 760px;
	height: 25px;
	border: 1px solid #e1e1e1;
	border-width: 1px 0 1px 0;
	margin: 0 auto 3px auto;
	text-align: center;
}

#navigation_container ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation_container li
{
	display: inline-block;
	padding: 0 20px;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
}

#navigation_container a
{
	color: #888;
	text-decoration: none;
}

#navigation_container a:hover, .selected
{
	color:  #f58020;
}

.sub_navigation
{
	position: absolute;
	border: 1px solid #cdcdcd;
	background-color: white;
	z-index: 100;
	border-width: 0 1px 0px 1px;
}

.sub_navigation li
{
	display: block;
	border: 1px solid black;
	width: 140px;
	border: 1px solid #cdcdcd;
	border-width: 0 0 1px 0;
}


/******************** Body Styles *********************************************/

#body_container
{
	width: 760px;
	margin: 0 auto 0 auto;
	position: relative;
}


/******************** Footer Styles *******************************************/

#footer_container
{
	width: 760px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	font-family: 'Crete Round', serif;
	color: #666;
	line-height: 20px;
}

#footer_links
{
	display: inline-block;
	position: absolute;
	right: 0;
}

#footer_links ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer_links li
{
	display: inline-block;	
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin: 0 4px;
}

#footer_links a
{
	color: #999;
	text-decoration: none;
}

#footer_links a:hover
{
	color: #999;
	text-decoration: underline;
}

#footer_links .selected
{
	color: #fff;
}

#slideshow
{
	width: 760px;
	height: 293px;
}

#slideshow IMG
{
	position:absolute;
	z-index:8;
}

#slideshow IMG.active 
{
    z-index:10;
}

#slideshow IMG.last-active 
{
    z-index:9;
}

/******************** Contact Us *******************************************/

input[type=text], textarea, input[type=password]
{
	display: block;
	padding: 0;
	margin: 0;
	height: 22px;
	color: #ACACAC;
	text-align: left;
	line-height: 100%;
	text-decoration: none;
	border: 1px solid #888;
	font-weight: normal;
	float: left;
	color: #888;
	background: #F5F5F5;
	width: 200px;
	background: url('../img/text_fields.png') repeat-x #fff !important;
	margin-left: 10px;
}

textarea
{
	width: 300px;
	height: 100px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

#contact_us_form
{
	font-size: 11px;
	color: #555;
}

#contact_us_form td
{
	vertical-align: top;
}

.error_alert /* Floating error alerts */
{
	width: 150px;
	border: 1px solid black;
	position: absolute;
	background: #c42626;
	padding: 5px;
	border: 1px solid white;
	color: #FFF;
	text-shadow: 1px 1px 0 #870707;
	line-height: 100%;
	font-size: 11px;
	margin-left: -10px;
}

.arrow_left
{
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-left: 6px solid #c42626;
	position: absolute;
	right: -5px;
}

.alert_success
{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E2F6C5 url(../img/icn_alert_success.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #79C20D;
	color: #32510F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

/******************** Recent Projects *******************************************/

a IMG /* Super Important */
{
	border: none !important;
}

.gallery IMG
{
	margin-right: 10px;
	margin-top: 10px;
}

