/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#fff; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	line-height:19px;
	color:#989797;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:19px;}

.top {padding-top:4px;}
.top1 {padding-top:11px;}
.top3 {padding-top:20px;}
.top4 {padding-top:24px;}
.top5 {padding-top:27px;}
.top6 {padding-top:32px;}

.big-top {padding-top:50px;}

a {
	color:#fc375e; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px; }

	/* Header */
	header{
		height:590px;
		background:url(../images/header-bg.gif) top center repeat-x;
	}
	
	/* Content */
	section#content {
		background:url(../images/content-bg.gif) 0 0 repeat-x;
	}			
	/* Footer */
	footer{
		height:73px;
		background:url(../images/footer-bg.gif) center bottom repeat-x
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4, .col-5 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:19px;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 24px 0 0; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}
.phone {
	display:inline-block;
	width:78px;
}
.phone1 {
	display:inline-block;
	width:140px;
}

/*=============================================================================== text =====*/
h1 {
	padding:32px 0 0px 0px;
	margin-left:-11px;
	position:relative;
	float:left;
}
	h1 a {
		display:block;
		height:108px;
		width:215px;
		text-indent:-5000px;
		background:url(../images/logo.gif) left top no-repeat;
	}
h2 {
	font-size:29px;
	line-height:1.2em;
	color:#818080;
	padding:43px 0 3px 0;
	margin:0 0 0 0;
}
.text {
	font-size:14px;
	line-height:19px;
	color:#fc375e;
	font-weight:bold;
	font-style:italic;
}
	.text a {text-decoration:none;}
		.text a:hover {text-decoration:underline;}
/*=================================================================================================================== header =====*/

/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent {
	padding:0 0 52px;
}
/*=============================================================================== col-indents =====*/
.col-indent {padding-right:49px;}
.col-indent_1 {padding-right:13px;}
.col-indent_3 {padding-right:16px;}
.col-indent_2 {padding-right:42px;}
/*=============================================================================== boxes =====*/

/*=============================================================================== borders =====*/

/*=============================================================================== lists =====*/
.list li {
	background:url(../images/list-a-bg.gif) 8px 8px no-repeat #f2f2f2;
	padding:0px 0 1px 40px;
	display:block;
	line-height:32px;
	cursor:pointer;
	margin-bottom:1px;
}
	.list li a {
		color:#949393;
		font-weight:bold;
		font-style:italic;
		text-decoration:none;
	}
	.list li:hover {
		background:url(../images/list-a-bg.gif) 8px 8px no-repeat #e8e6e6;
	}
/*=============================================================================== links =====*/
.link_1 {
	text-decoration:underline !important;
	padding-right:20px;
}
	.link_1:hover {
		text-decoration:none !important;
	}
.link {
	background:url(../images/link-left-bg.png) left top no-repeat; 
	display:inline-block;
	text-decoration:none;
	margin:17px 0 0 0px;
	color:#fff; 
	cursor:pointer; 
	font-size:14px;
	line-height:19px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	.link span {
		background:url(../images/link-right-bg.png) right top no-repeat;
		display:inline-block; 
		padding:0 7px 0 7px;
	}
	.link span span  {
		background:url(../images/link-tail-bg.png) top repeat-x;
		padding:3px 7px 6px 7px;
	}

.link:hover {background:url(../images/link-left-hover-bg.png) left top no-repeat; }
.link:hover span {background:url(../images/link-right-hover-bg.png) right top no-repeat;}
.link:hover span span  {background:url(../images/link-tail-hover-bg.png) top repeat-x;}
/*=============================================================================== gallery =====*/
.gallery {
	padding:26px 0 0 0;
}
	.gallery .wrapper img {
		float:left;
		margin-right:10px;
	}
		.gallery .wrapper .last {
			margin-right:0px;
		}
	.gallery .fleft {
		margin-top:21px;
	}
	.gallery .fright {
		margin:21px 3px 0 0;
	}
/*=============================================================================== nav =====*/

/*=============================================================================== other =====*/
.block {
	height:235px;
	width:278px;
	background:url(../images/page1-img1.jpg) 0 0 no-repeat;
	margin-top:39px;
	position:relative;
}
	.block .link {
		background:url(../images/link-left-hover-bg.png) left top no-repeat; 
		position:absolute;
		left:13px;
		bottom:14px;
	}
		.block .link span {
			background:url(../images/link-right-hover-bg.png) right top no-repeat;
		}
			.block .link span span  {
				background:url(../images/link-tail-hover-bg.png) top repeat-x;
			}

.block .link:hover {background:url(../images/link-left-bg.png) left top no-repeat; }
.block .link:hover span {background:url(../images/link-right-bg.png) right top no-repeat;}
.block .link:hover span span  {background:url(../images/link-tail-bg.png) top repeat-x;}
/*=================================================================================================================== footer =====*/
footer strong {
	display:block;
	padding:29px 0 0 1px;
	color:#838181;
}
	footer a {
		text-decoration:none;
		color:#838181;
	}
		footer a:hover {text-decoration:underline;}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#ContactForm {
	padding-top:26px;
}
	#ContactForm label {
		height:40px; 
		display:block;
	}
	#ContactForm .link {
		margin:20px 0px 0px 9px;
	}
	#ContactForm input {
		width:250px; 
		background:#f2f2f2; 
		border:1px solid #e6e6e6;
		padding:8px 14px 6px 14px; 
		color:#9e9e9e;
		color:#989797;
	}
	#ContactForm textarea {
		width:250px; 
		height:178px;
		background:#f2f2f2; 
		border:1px solid #e6e6e6;
		padding:5px 14px 6px 14px;  
		overflow:auto; 
		color:#9e9e9e; 
	}

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */