/* 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 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5384em;
	color: #666666;
	min-width: 1000px;
	background-color: #DAFED8;
}
html, body { height:100%;}


p {padding-top:20px;}

a {
	color: #BCDD14;
	outline: none;
}
a:hover{
	text-decoration: none;
	position: absolute;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	background-position: top;
}

h1 {
	float:left;
	padding:6px 0 0 1px;
}
	h1 a {
	display: block;
	width: 194px;
	height: 95px;
	text-indent: -5000px;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	}
	
h2 {
	font-size:24px;
	line-height:1.2307em;
	color:#000;
	font-weight:normal;
	padding:22px 0 16px 0;
}
	.h2-pad {
		padding-bottom:6px;
	}
	.h2-pad1 {
		padding-bottom:24px;
	}
	.h2-pad2 {
		padding-top:50px;
	}
	.h2-pad3 {
		padding-top:60px;
	}
	.h2-pad4 {
		padding-top:45px;
	}
	
	
/* Global Structure ============================================================= */
#page1 header {
	height:825px;
	border-bottom:1px solid #e7e7e7;
}
.header-inner {
	background:url(../images/header-inner.png) left top repeat-x;
}
	/* Header */
	header{
		height:199px;
		border-bottom:2px solid #131313;
		background:url(../images/header-bg.gif) top center no-repeat #f6f6f6;
		position:relative;
		z-index:5
	}
	
	aside {
		background:#f6f6f6;
		border-bottom:1px solid #e7e7e7;
		min-height:262px;
	}
	/* Content */
	section#content {
		background:#fff;
		width:100%;
		position:relative;
		z-index:2
	}			
	/* Footer */
	footer{
		height:42px;
		padding-top:20px;
		border-top:1px solid #eaeaea;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 30px 0 0; 
	float:left;
}
.img-indent1 { 
	margin:0 15px 0 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}

/*===== header =====*/
.contacts {
	text-align:right;
	font-size:18px;
	color:#8e8e8e;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	vertical-align:baseline;
}
	.contacts strong {
		font-size:20px;
		color:#f9a01e;
		display:inline-block;
		line-height:1.2307em;
		vertical-align:baseline;
	letter-spacing:-1px;
	padding-left:10px;
	}

.slider {
	width:100%;
	height:362px;
	position:relative;
	z-index:5;
}
.items {
	display:none;
}
.slider-indent {
	padding-top:18px;
}
* + html .slider-indent {
	padding-top:4px;
}
.banner {
	position: absolute;
	color: #2b2b2b;
	width: 282px;
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: none;
	display: block;
	right: 27px;
	top: 0px;
	z-index: 20
}
.banner p {
	padding-top:16px;
}
	.banner strong {
		font-size:30px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:35px;
		color:#b9b9b9;
		letter-spacing:-1px;
		display:block;
	}
	.banner em {
		font-style:normal;
		font-size:26px;
		line-height:1.2307em;
		color:#2b2b2b;
		display:block;
		text-align:right;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	.banner span {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:60px;
		line-height:1.2307em;
		color:#f9a01e;
		display:block;
		text-align:right;
		letter-spacing:-2px;
		margin-top:-20px;
	}

.boxes {
	padding-top:24px;
	width:100%;
	overflow:hidden;
	position:relative;
}

	.box {
		background:url(../images/box-tail.gif) left top repeat-x #262626;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		position:relative;
		color:#232323;		
	}
		.box-indent {
			padding:0px 0 17px 0
		}
		.box .inner {
			padding:15px 20px 18px 15px;
			line-height:1.3846em;
		}
			.box .bg1 {
				background:#f9a01e;
			}
			.box .bg2 {
				background:#eb4f2c;
			}
			.box .bg3 {
				background:#66c5dd;
			}
			.box .bg4 {
				background:#66aadd;
			}
			
			.box .color1 span {
				color:#f9a01e;
			}
			.box .color2 span {
				color:#eb4f2c;
			}
			.box .color3 span {
				color:#66c5dd;
			}
			.box .color4 span {
				color:#66aadd;
			}
			.box h6 {
				color:#fff;
				font-size:25px;
				line-height:1.2307em;
				padding:7px 0 0 12px;
				vertical-align:baseline;
				font-weight:normal;
				overflow:hidden;
				letter-spacing:-1px;
				margin-bottom:-16px;
			}
				.box h6 span {
					font-size:60px;
					line-height:1.2307em;
					display:inline-block;
					float:left;
					font-weight:bold;
					font-family:Arial, Helvetica, sans-serif;
					letter-spacing:-4px;
					vertical-align:baseline;
					padding-right:12px;
				}
				.box h6 em {
					font-style:normal;
					display:inline-block;
					padding-top:25px;
				}
		.box-link {
			display:inline-block;
			font-size:16px;
			line-height:1.2307em;
			padding-left:18px;
			margin:13px 0 0 13px;
			text-decoration:none;
			color:#fff;
		}
			.box-link:hover {
				text-decoration:underline;
			}
		.link-bg1 {
			background:url(../images/box-link-bg1.png) left 3px no-repeat;
		}
		.link-bg2 {
			background:url(../images/box-link-bg2.png) left 3px no-repeat;
		}
		.link-bg3 {
			background:url(../images/box-link-bg3.png) left 3px no-repeat;
		}
		.link-bg4 {
			background:url(../images/box-link-bg4.png) left 3px no-repeat;
		}
/*===== content =====*/
.indent {
	padding:30px 0 62px 0;
}
.indent1 {
	padding:40px 0 80px 0;
}
.indent2 {
	padding:45px 0 60px 0;
}

.grid_indent {
	padding-left:12px
}

.color {
	color:#000;
}

.font {
	font-size:14px;
}

.border {
	border-bottom:1px solid #eaeaea;
	padding-bottom:48px;
	margin-bottom:20px;
}
.border1 {
	border-bottom:1px solid #eaeaea;
	padding-bottom:40px;
	margin-bottom:20px;
}

.list li {
	line-height:2.857em;
	font-size:14px;
	padding-left:30px;
	background:url(../images/marker.gif) left 15px no-repeat;
}
	.list li a {
		color:#848484;
		text-decoration:none;
	}
		.list li a:hover {
			text-decoration:underline;
		}
		
.color1 li a {
	color:#000;
}
.pad {
	padding-top:10px;
}
.pad1 {
	padding-top:14px;
}
.pad2 {
	padding-top:30px;
}

.news li {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:25px;
	margin-bottom:18px;
	width:100%;
	overflow:hidden;
}
	.news li a {
		color:#848484;
		text-decoration:none;
	}
		.news li a:hover {
			text-decoration: underline;
		}
	.date {
		width:49px;
		float:left;
		margin-right:15px;
		padding-top:8px;
	}
		.date strong {
			display:block;
			background:#f9a01e;
			text-align:center;
			font-size:30px;
			line-height:1.2307em;
			font-weight:bold;
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			height:32px;
			border-radius:8px 8px 0 0;
			-moz-border-radius:8px 8px 0 0;
			-webkit-border-radius:8px 8px 0 0;
			position:relative;
		}
		.date span {
			background:#232323;
			color:#fff;
			display:block;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:20px;
			line-height:1.2307em;
			border-radius: 0 0 8px 8px;
			-moz-border-radius: 0 0 8px 8px;
			-webkit-border-radius: 0 0 8px 8px;
			position:relative;
		}
		.news .col {
			float:left;
			width:206px;
		}
			.date .bg {
				background:#eb4f2c;
			}
		.news p {
			padding-top:10px;
		}
	.news .last{
		margin-bottom:0;
	}
	
.link {
	display:inline-block;
	font-size:16px;
	color:#000;
	line-height:1.2307em;
	padding-left:19px;
	text-decoration:none;
	margin-top:20px;
	background:url(../images/box-link-bg1.png) left 2px no-repeat;
}
	.link:hover {
		text-decoration:underline;
	}
	.link-margin {
		margin-top:34px;
	}
	.link-margin1 {
		margin-top:30px;
	}
	

blockquote {
	background:#f6f6f6;
	position:relative;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding:26px 20px 35px 20px
}
.blockquote {
	text-align:right;
	padding:16px 20px 0 0;
	background:url(../images/blockquote-bg.gif) 170px 0px no-repeat;
}
	.blockquote strong {
		color:#000
	}
	.blockquote a {
		text-decoration:none;
	}
		.blockquote a:hover {
			text-decoration:underline;
		}
		

/*----- history ------*/
.relative {
	position:relative;
}
.prev, .next {
	display:block;
	width:11px;
	height:16px;
	position:absolute;
	top:16px;
	z-index:5
}
	.next {
		right:2px;
		background:url(../images/next-bg.gif) left -16px no-repeat;
	}
		.next:hover {
			background:url(../images/next-bg.gif) left 0px no-repeat;
		}
	.prev {
		right:17px;
		background:url(../images/prev-bg.gif) left -16px no-repeat;
	}
		.prev:hover {
			background:url(../images/prev-bg.gif) left 0px no-repeat;
		}
.history1 div {
	width:305px;
}
	.history1 strong {
		display:block;
		font-size:24px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2307em;
		color:#f9a01e;
		border-bottom:1px solid #eaeaea;
		padding:10px 0 0 0;
		margin-bottom:12px;
	}

/*-----*/


.link1 {
	display:inline-block;
	width:11px;
	height:16px;
	background:url(../images/next-bg.gif) right -16px no-repeat;
}
	.link1:hover {
		background:url(../images/next-bg.gif) right 0px no-repeat;
	}
	
	

.inner {
	position:relative;
}
	.inner .next, .inner .prev {
		top:-40px;
	}

.carousel-1 {
	padding-top:5px;
}
	.carousel-1 li {
		float:left;
		width:209px;
		margin-right:31px;		
		min-height:445px;
	}

.carousel {
	position:relative;
	padding-left:52px;
}
.carousel li {
	float:left;
	width:150px;
	height:186px;
	margin-right:18px;
	color:#b1b1b1;
	overflow:hidden;
}
	.carousel li div {
		padding:10px 0 14px 15px;		
		border:1px solid #eaeaea;
		border-top:none;
		border-radius:0 0 8px 8px;
		-moz-border-radius:0 0 8px 8px;
		-webkit-border-radius:0 0 8px 8px;
		background:#2d2d2d;
		position:relative;
		z-index:10;
	}
	.c-prev {
		display:block;
		position:absolute;
		background:url(../images/prev-bg-carousel-hover.gif) left top no-repeat;
		left:0px;
		top:0;
		z-index:5
	}
	.c-next {
		display:block;
		position:absolute;
		background:url(../images/next-bg-carousel-hover.gif) left top no-repeat;
		top:0;
		left:555px;
		z-index:5
	}
	.carousel li span {
		font-size:14px;
		color:#fff;
		display:block;
	}
	
.col-pad {
	padding-right:25px;
}
.col-1 {
	width:275px;
}
.col-2 {
	width:195px;
}
.dropcap {
	display:block;
	width:68px;
	height:68px;
	background:url(../images/dropcap_bg.gif) left top no-repeat;
	float:left;
	margin:4px 12px 0 0;
	font-size:50px;
	line-height:1.2307em;
	color:#fff;
	text-align:center;
	padding-top:5px
}


.products {
	padding-top:5px;
	overflow:hidden;
}
	.products li {
		float:left;
		margin:0 12px 12px 0;
		width:289px;
		font-size:14px;		
	}
		.products li a {
			display:inline-block;
			width:11px;
			height:16px;
			background:url(../images/products-link-bg.png) left -16px no-repeat;
			margin-top:3px
		}
		.products li div {
			background:#2d2d2d;
			border:1px solid #eaeaea;
			padding:15px 10px 19px 22px;
			border-radius:0 0 8px 8px;
			-moz-border-radius:0 0 8px 8px;
			-webkit-border-radius:0 0 8px 8px;
			position:relative;
			color:#b1b1b1;
		}
		.products li strong {
			display:block;
			color:#fff;
			font-size:18px;
			line-height:1.2307em;
			font-weight:normal;
		}
		.products .last {
			margin:0
		}
		.products .l1 {
			margin-bottom:0
		}
		
		.products li div:hover {
			background:#f9a01e;
			color:#000;
			cursor:pointer;
		}
		.products li div:hover strong {
			color:#fff;
		}
		.products li div:hover a {
			background:url(../images/products-link-bg.png) left 0px no-repeat;
		}

.phone {
	display:inline-block;
	width:75px
}
iframe {
	float:left;
	margin:4px 30px 0 0;
}
.link2 {
	text-decoration:none;
}
	.link2:hover {
		text-decoration:underline;
	}
/*===== footer =====*/
footer {
	color:#fff;
}
	footer a {
		color:#fff;
		text-decoration:none;
	}
		footer a:hover {
			text-decoration:underline;
		}


/*----- forms -----*/

#search-form {
	background:url(../images/search-form-bg.gif) left top no-repeat;
	width:349px;
	height:77px;
	margin:4px -3px 0 0	;
	color:#fff;
	padding-right:3px;
}
	#search-form fieldset {
		border:none;
	}
		#search-form .form-border {
			background:url(../images/form-border.gif) left bottom repeat-x;
			padding:5px 0 8px 26px;
		}
		#search-form .rowElem {
			background:url(../images/input-bg.gif) left top no-repeat;
			display:inline-block;
			height:31px;
			margin:0 0px 0 0px;
			padding:0 10px;
			float:left;
		}
		#search-form span {
			display:inline-block;
			margin:4px 12px 0 0;
			float:left;
		}
		#search-form input[type=text] {
			border:none;
			background:none;
			width:162px;
			padding:6px 0 6px 0;
			margin:0;
			line-height:1.2307em;
			color:#757e87;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		#search-form input[type=image] {
			vertical-align:top;
			float:left;
			margin-left:7px;
		}
		#search-form a {
			text-decoration:none;
			color:#8d8e90;
		}
		#search-form .alignright {
			padding:5px 28px 0 0;
		}
			#search-form a:hover {
				color:#fff;
			}

#search-form1 {
	padding:14px 0 0 0;
}
	#search-form1 fieldset {
		border:none;
	}
		
		#search-form1 .rowElem {
			background:url(../images/input-bg1.gif) left top no-repeat;
			display:inline-block;
			height:31px;
			padding:0 18px 0 20px;
			float:left;
		}
		#search-form1 input[type=text] {
			border:none;
			background:none;
			width:215px;
			padding:6px 0 6px 0;
			margin:0;
			font-size:14px;
			line-height:1.2307em;
			color:#757e87;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}




#contacts-form fieldset {
	border:none;
	padding-top:4px;
}
	#contacts-form label {
		display:block;
		height:43px;
		overflow:hidden;
		vertical-align:top;
	}
		.boxshadow #contacts-form input {
			width:264px;
			padding:5px 10px 5px 20px;
			font-size:14px;
			line-height:1.2307em;
			background:#fff;
			border:1px solid #e5e5e5;
			color:#8c8c8c;
			border-radius:8px;
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			box-shadow:inset 0 0 4px 1px #e5e5e5;
			-moz-box-shadow:inset 0 0 4px 1px #e5e5e5;
			-webkit-box-shadow:inset 0 0 4px 1px #e5e5e5;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		.no-boxshadow #contacts-form input {
			width:264px;
			padding:6px 10px 6px 20px;
			border:none;
			font-size:14px;
			line-height:1.2307em;
			background:none;
			color:#8c8c8c;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
			.no-boxshadow #contacts-form label {
				background:url(../images/contacts-input-bg.gif) left top no-repeat;
			}
			.no-boxshadow #contacts-form .textarea-box {
				background:url(../images/textarea-box.gif) left top no-repeat;
			}
		.boxshadow #contacts-form textarea {
			width:274px;
			padding:6px 0px 3px 20px;
			border:1px solid #e5e5e5;
			border-radius:8px;
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			box-shadow:inset 0 0 4px 1px #e5e5e5;
			-moz-box-shadow:inset 0 0 4px 1px #e5e5e5;
			-webkit-box-shadow:inset 0 0 4px 1px #e5e5e5;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#8c8c8c;
			background:#fff;
			height:230px;
			overflow:auto;
			position:relative;
		}
		.no-boxshadow #contacts-form textarea {
			width:274px;
			padding:6px 0px 4px 20px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#8c8c8c;
			background:none;
			border:none;
			height:230px;
			overflow:auto;
		}
		#contacts-form .link3 {
			margin-left:5px;
		}
		#contacts-form .alignright {
			padding-right:16px;
		}
		.link3 {
			display:inline-block;
			padding:5px 0px 5px 0px;
			font-weight:bold;
			width:80px;
			text-align:center;
			text-transform:uppercase;
			color:#fff;
			margin-top:10px;
			text-decoration:none;
			font-size:12px;
			background:url(../images/link3-bg.gif) left top repeat-x #626262;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
		}
			.link3:hover {
				background:url(../images/link3-bg-hover.gif) left top repeat-x #c37502;
			}

/*==========================================*/
    /*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
nav {
	position:relative;
	z-index:6
}
.sf-menu {
	padding:14px 0 0 0px;
	width:100%;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
	background:#262626;
	
}
.sf-menu ul li {
	width:			100%;
	float:none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	font-size:12px;
	margin:0;
	line-height:1.2307em;	
	text-transform:uppercase;
	font-weight:bold;
	padding-right:2px;
	background:url(../images/menu-li-bg.gif) right 0px no-repeat;
}
.sf-menu .first a {
	border-radius:8px 0px 0px 8px;
	-moz-border-radius:8px 0px 0px 8px;
	-webkit-border-radius:8px 0px 0px 8px;
}
.sf-menu .last {
	padding-right:0px;
	background:none;
}
	.sf-menu .last a {
		padding-right:40px;
		border-radius:0px 8px 8px 0px;
		-moz-border-radius:0px 8px 8px 0px;
		-webkit-border-radius:0px 8px 8px 0px;
		border-right:1px solid #1a1a1a;
	}
.sf-menu li a {
	display:		inline-block;
	position:		relative;
	text-decoration:none;
	color:#fff;
	padding:20px 39px 19px 39px;
	background:url(../images/menu-li-a-bg.gif) left top repeat-x;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			53px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom:	1em;
}
.sf-menu li li {
	font-size:9px;
	line-height:2.5em;
	background:url(../images/form-border.gif) left bottom repeat-x;
	padding:0;
	padding:5px 0px 5px 0px;
}
.sf-menu li li a {
	color:#acacac;
	cursor:pointer;
	display:block;
	text-align:center;
	padding:0 0 0 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:url(../images/menu-li-li-a.png) left -31px repeat-x;
	margin:0 3px;
}
.sf-menu li li li {
	font-size:1em;
}
.sf-menu li a:hover, 
.sf-menu a:hover, .sf-menu a.active {
	color:#f9a01e;
	outline:		0;
	
}
.sf-menu li.sfHover > a, .sf-menu a:focus {
	color:#f9a01e;
	background:url(../images/menu-li-a-bg.gif) left -52px repeat-x;
}

.sf-menu li li a:hover, .sf-menu li li a.active {
	color:#fff;
	background:url(../images/menu-li-li-a.png) left 0px repeat-x;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.html') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.html') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
/******************************************************************************
 * Contact form
 ******************************************************************************/
#contact 										{ background: #f5f5f5 url('../image/contact-center.html') top left repeat-y; width: 95%;  }
#contact #contact_inner 		{ padding: 5px 0px 0px 0px; }
#contact #contact_padding 	{ padding: 15px 0px; }

#contact label						{ cursor: pointer; display: block; height: 24px; line-height: 24px; padding: 0px 0px 0px 20px; width: 125px; }
#contact textarea					{ border: 1px solid #a0a0a0; font-family: 'Arial', sans-serif; font-size: 12px; height: 100px; padding: 4px; width: 350px; }
#contact .input						{ border: 1px solid #a0a0a0; padding: 4px 4px 4px 4px; width: 200px; }
#contact .select					{ padding: 0px; height: 22px; border: 1px solid #a0a0a0; font-size: 12px;}
#contact .checkbox				{ padding: 0px; border: 0px solid #a0a0a0; position: relative; top: 2px; left: -4px;}
#contact .clear 					{ margin: 0px 0px 8px 0px; }
#contact .confirm					{ background: #333333; display: inline; float: left; margin: 0px 0px 0px 145px; width: auto; }
#contact .submit					{ background: transparent; border: 0px; color: #fff; cursor: pointer; font-size: 11px; height: 22px; font-weight: bold; padding: 0px; width: 90px; font-family: 'Arial', sans-serif; }
#contact .terms						{ padding: 0px 0px 0px 200px; }
#contact div.fl label			{ float: none; color: #ff0000; display: block; padding: 0px 0px 0px 20px; width: auto; }
#contact label.required 	{ background: url('../images/contact-required.gif') top right no-repeat; }

/*****************************************
