/* 
	Turino Web Design
	Style Sheet
*/

/************************************************
*	Body										*
************************************************/

body {
	background: #FFFFFF url(../images/bg1.gif);
	background-repeat: no-repeat; 
	background-position: center 170px;
	color: #777777;
	font-size: 11px;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
img a:active {
 border: 0px;	
}


/************************************************
*	Header  									*
************************************************/

#headerBg {
	width: 100%;
	background: #191715 url(../images/bg_header.gif);
	background-repeat: no-repeat; 
	background-position: top center;

	height: 130px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header {
	width: 1100px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#headerLogo {
	width: 260px;
	height: 130px;
	float: left;
	padding: 0px;
	}

#headerLogo img {
	border: 0px;
	}

#headerLinks {
	width: 560px;
	height: 130px;
	margin-left: 260px;
	position: absolute;
	text-align: center;
	}

#headerLinks img {
	padding-top: 58px;
	padding-left: 22px;
	padding-right: 22px;
	border: 0px;
	}

#headerRight {
	width: 280px;
	height: 130px;
	float: right;
	padding: 0px;
	text-align: center;
	}

#headerRight img {
	padding-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	}
	
/************************************************
*	Page Title  								*
************************************************/

#titleBg {
	width: 100%;
	background: #252743 url(../images/bg_pagetitle.gif);
	background-repeat: repeat-x; 
	height: 40px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#title {
	width: 1100px;
	margin: 0px auto 0px;
	overflow: hidden;
	padding: 0px;
	}

#title img {
	padding-left: 260px;
	}


/************************************************
*	Content  									*
************************************************/

#content {
	width: 1100px;
	min-height: 500px;
	margin: 0px auto 0px;
	overflow: hidden;
	padding: 0px;
	}

/************************************************
*	Content L 									*
************************************************/

#contentL {
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	}

#contentL h2 {
	color: #777777;
	font-size: 10px;
    	font-weight: normal;
	text-transform: uppercase;
	}

#contentL p {
	padding-left: 4px;
	}

#contentL span {
	color: #777777;
	font-size: 10px;
    	font-weight: normal;
	padding-left: 4px;
	}

#contentL p a {
	color: #a1c2a9;
	font-size: 12px;
    	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	}

#contentL p a:hover {
	color: #CCCCCC;
	}

#contentL table {
	margin-bottom: 30px;
	}


.thumbL {
	width: 50%;
	padding-left: 4px;
	}

.thumbL a img {
	margin-top: 4px;
	margin-bottom: 4px;
	border-right: 3px solid #EEEEEE;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.thumbL a:hover img {
	margin-top: 4px;
	margin-bottom: 4px;
	border-right: 3px solid #CFCFCF;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	}

.thumbR {
	width: 50%;
	padding-left: 4px;
	}

.thumbR a img {
	margin-top: 4px;
	margin-bottom: 4px;
	border-left: 3px solid #EEEEEE;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.thumbR a:hover img {
	margin-top: 4px;
	margin-bottom: 4px;
	border-left: 3px solid #CFCFCF;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	}

/************************************************
*	Content M 									*
************************************************/

#contentM {
	width: 540px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 10px 10px;
	float: left;
	}

#contentM p {
    	font-weight: normal;
	text-decoration: none;
	color: #777777;
	font-size: 11px;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	padding-left: 8px;
	padding-right: 8px;
	}

#contentM h3 {
    	font-weight: normal;
	text-decoration: none;
	color: #777777;
	font-size: 10px;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	padding-left: 4px;
	padding-right: 4px;
	}

.projectImg {
	width: 538px;
	border: 1px solid #BBBBBB;
	background-color: #D5D5D5;
	margin-bottom: 30px;
	}

#contentM img {
	border: 3px solid #EEEEEE;
}

#contentM a {
	color: #a1c2a9;
    	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	}

#contentM a:hover {
	color: #CCCCCC;
	}

/************************************************
*	Content R									*
************************************************/

#contentR {
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	float: right;
	}

#contentR h2 {
	color: #777777;
	font-size: 10px;
    	font-weight: normal;
	text-transform: uppercase;
	}

#contentR p {
	padding-left: 4px;
	color: #777777;
	font-size: 10px;
    	font-weight: normal;
	}

#contentR span {
	color: #777777;
	font-size: 10px;
    	font-weight: bold;
	padding-left: 4px;
	}

#contentR p a {
	color: #a1c2a9;
	font-size: 10px;
    	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	}

#contentR p a:hover {
	color: #CCCCCC;
	}


/************************************************
*	Footer  									*
************************************************/

#footerBg {
	width: 100%;
	background: #252743 url(../images/bg_footer.gif);
	background-repeat: repeat-x; 
	height: 130px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#footer {
	width: 1100px;
	margin: 0px auto 0px;
	color: #777777;
	overflow: hidden;
	padding: 0px;
	}

#footer p {
	color: #777777;
	font-size: 10px;
    	font-weight: normal;
	margin: 0px;	
	padding: 0px;
	}

#footer a {
	color: #999999;
	text-decoration: none;
    	text-transform: uppercase;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}

#footerL {
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 16px 10px 0px 10px;
	float: left;
	}

#footerM {
	width: 540px;
	margin: 0px 0px 0px 0px;
	padding: 16px 10px 0px 10px;
	text-align: center;
	float: left;
	}

#footerR {
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 10px 10px;
	float: right;
}

/************************************************
*	Contact Form Data							*
************************************************/
.tdFormField {
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 6px;
	border-right: 1px solid #CCCCCC;
}

.tdFormInput {
	width: 370px;
	vertical-align: top;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
}

.formInput {
	border: 1px solid #CCCCCC;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #777777;
}

.formTextarea {
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 70px;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #777777;
}

.formSubmit {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #777777;
}