/* 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:url(../images/bg.gif) 50% 0 repeat; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:18px;
	color:#6a6c6e;
	min-width:1010px;
}
html, body { height:100%;}


p {padding-bottom:18px;}

a {
	color:#dd161f; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	position: relative;
	width: 980px; }

	/* Header */
	header{
		height:201px; background:url(../images/header-bg.gif) 50% 0 repeat-x; position:relative; z-index:20;
	}
	
	/* Content */
	section#content {background:url(../images/content-bg.gif) 50% 0 repeat; position:relative; z-index:19;
		
	}			
	/* Footer */
	footer{height:36px;
		
	}
	aside {background:url(../images/content-bg.gif) 50% 0 repeat; min-height:234px;}
/* 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 9px 0 0; 
	float:left;
}
.img-indent1 { 
	margin:0 19px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent3 { 
	margin:0 3px 0 0; 
	float:left;
}
.img-indent4 { 
	margin:0 1px 0 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}
.extra-wrap1 { 
	overflow:hidden;
}

h1 {display:inline-block; margin-top:57px;
	}
h1 a {
	text-indent:-5000px; 	 
	background:url(../images/logo.png) 0 0 no-repeat;	 
	width:290px;
	height:100px;
	display:block;
	
}
h2 {font-size:24px; line-height:1.2307em; color:#424242; text-transform:uppercase;}
.h2-top {padding-top:72px;}
.h2-top1 {padding-top:63px;}
.h2-top2 {padding-top:37px;}
.h2-top3 {padding-top:68px;}

.title3 {font-size:24px; line-height:1.2307em; color:#424242; text-transform:uppercase;}
.title3-bot {margin-bottom:14px;}

h3 {font-size:18px; line-height:1.2307em; color:#5c5c5c; text-transform:uppercase;}
h3 span {text-transform:none; display:inline-block; font-size:12px; padding-top:3px;}
.h3-bot {padding-bottom:26px;}

.sf-menu {margin-top:27px;
		
}
.sf-menu li {float:left;
	position:	relative;
	font-size:14px;
	line-height:1.2307em;
	display:inline-block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	z-index:1;
	background:url(../images/pic.png) 0 0 repeat;
	}
.sf-menu em {position:absolute; top:12px; left:-20px;}	

.sf-menu .last {background:none;}	
.sf-menu .last1 {padding-left:0px}	
.sf-menu a {display:block;
	position:		relative;	
	color:#363636;
	text-decoration:none; 
	padding:10px 29px 12px 28px;

	}
	

	.sf-menu li li {
	font-size:14px;
	text-align:left;
	line-height:30px;
	padding:0 0 0px 0px;
	background:none;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 6px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:153px;

	
	
}
.sf-menu .last2 {border-bottom:none;}
	.sf-menu li li a {
		
		padding:0px 0px 0px 28px;
		display:inline-block;
		text-decoration:none;
		color:#565555;
		background:none;
		margin-top:0px;
		width:120px;
		
	}
.sf-menu li span {width:100%; display:none; height:7px; margin:0; padding:0; position:absolute; bottom:-5px; left:0; background:url(../images/span.gif) center 0 no-repeat; z-index:999;}
.sf-menu li.last-item {margin:0;}
.sf-menu > li:hover span, .sf-menu > li.sfHover span, .sf-menu .active span {display:block;}
	
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			167px; 
	display:none;
	padding:13px 0px 12px 0px;
	background:#f5f5f5;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border:1px solid #dcdbdb;
	z-index:19;
	
}

		
.sf-menu .text-left {padding-right:30px;}		

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1px;
	top:			38px; /* 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:			-138px; /* match ul width */
	top:			3px;
	
}
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:			0px;
}

.sf-menu > li.sfHover > a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a.active {
	 color:#fff;
}

.sf-menu li:hover, .sf-menu li.active, .sf-menu > li.sfHover  {background:url(../images/li-bg.gif) 0 0 repeat-x #d11426;} 

.sf-menu li li.sfHover > a,
	.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a.active {
	padding:0px 0px 0px 28px; border:none; color:#565555;
	}
.sf-menu li li:hover {background:#e2e2e2;  padding:0px 0px 0px 0px;  border:none;}


.jcarousel-skin-tango .jcarousel-container-horizontal {
	background:none;
	padding:0px 0px 0px 0px; 
	width:904px;
	min-height:228px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  904px;
    height: 228px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 286px;
    height: 228px;
}
.jcarousel-skin-tango .jcarousel-item a {}
.jcarousel-skin-tango .jcarousel-item a:hover {}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 23px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background:url(../images/button2.png) 0 0 no-repeat; height:60px; width:31px; position:absolute; top:85px; right:-54px; z-index:2; cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
   background:url(../images/button2.png) 0 -60px no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    top: 85px;
    right: -54px;    
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:url(../images/button1.png) 0 0 no-repeat; height:60px; width:31px; position:absolute; top:85px; left:-54px; z-index:2;  cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background:url(../images/button1.png) 0 -60px no-repeat;    
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    top: 85px;
    left: -54px; 
}





.bg3 {background:url(../images/bg3.gif) 0 0 no-repeat; height:34px; width:86px; position:absolute; right:0px;top:42px;}


.jcarousel-skin-tango-1 .jcarousel-container-horizontal {
	background:none;
	padding:60px 0px 0px 0px; 
	width:870px;
	min-height:145px;
}

.jcarousel-skin-tango-1 .jcarousel-clip-horizontal {
    width:  870px;
    height: 145px;
}

.jcarousel-skin-tango-1 .jcarousel-item {
    width: 270px;
    height: 145px;
}
.jcarousel-skin-tango-1 .jcarousel-item a {}
.jcarousel-skin-tango-1 .jcarousel-item a:hover {}

.jcarousel-skin-tango-1 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 30px;
}

.jcarousel-skin-tango-1 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango-1 .jcarousel-next-horizontal {
	background:url(../images/button4.png) 0 -23px no-repeat; height:23px; width:23px; position:absolute; top:11px; right:13px; z-index:2; cursor:pointer;
}

.jcarousel-skin-tango-1 .jcarousel-next-horizontal:hover {
   background:url(../images/button4.png) 0 0 no-repeat;
}

.jcarousel-skin-tango-1 .jcarousel-next-horizontal:active {
    top: 11px;
    right: 13px;    
}

.jcarousel-skin-tango-1 .jcarousel-prev-horizontal {
	background:url(../images/button3.png) 0 0 no-repeat; height:23px; width:23px; position:absolute; top:11px; right:50px; z-index:2;  cursor:pointer;
}

.jcarousel-skin-tango-1 .jcarousel-prev-horizontal:hover {
	background:url(../images/button3.png) 0 -23px no-repeat;    
}

.jcarousel-skin-tango-1 .jcarousel-prev-horizontal:active {
    top: 11px;
    right: 50px; 
}
/*===== header =====*/
#header {
	
}
.text {text-align:right; font-size:12px; line-height:14px; color:#a7a7a7; padding:51px 40px 0px 0px;}
.text  span {text-transform:uppercase;}

.img-pad {margin-top:-4px; margin-right:-9px; margin-left:9px;}

.border {background:url(../images/header-border.gif) 0 0 repeat-x; height:1px; margin-top:18px;}

.text-pad {padding:12px 0px 18px 0px; display:inline-block;}

.padding-bottom {padding-top:65px;}

.img-top {padding-top:9px;}
.img-top1 {padding-top:26px;}
.img-top2 {padding-top:15px;}
.img-top3 {padding-top:41px;}
.img-top4 {padding-top:27px;}
.img-top5 {padding-top:29px;}
.img-top6 {padding-top:29px;}

.img-bottom {padding-bottom:24px;}

.text-top {margin-top:-3px; display:inline-block;}

.pad-top {padding-top:14px;}
.pad-top1 {padding-top:15px;}
.pad-top2 {padding-top:4px;}
.pad-top3 {padding-top:38px;}

.pad-bot {padding-bottom:61px;}
.pad-bot1 {padding-bottom:68px;}

.pad-left {padding-left:30px;}


/*===== content =====*/
#content {
	
}
.bg1 {background:url(../images/bg1.gif) 50% 0 repeat-x;}

.box {background:#fff; height:274px; width:950px;
border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 12px #191a1a;
-moz-box-shadow:0 0 12px #191a1a;
-webkit-box-shadow:0 0 12px #191a1a;
}
.box .padding {padding:23px 0px 0px 23px;} 
.block {margin: 0 auto; width:1010px;}

.pad {padding-top:43px;}
.pad1 {padding-left:25px; padding-bottom:43px;}

.box1 {min-height:200px; width:950px; background:#fff;
border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px #999;
-moz-box-shadow:0 0 4px #999;
-webkit-box-shadow:0 0 4px #999;
}
.box1 .padding {padding:37px 0px 38px 40px;} 
.box1 .padding1 {padding:37px 0px 32px 40px;}
.box1 .padding2 {padding:37px 0px 43px 40px;}
.box1 .padding3 {padding:37px 0px 39px 40px;}
.box1 .padding4 {padding:37px 0px 43px 40px;}
.box1 .padding5 {padding:37px 0px 35px 40px;}


.border1 {background:url(../images/border1.png) 0 0 repeat-x; height:2px; margin:5px 0px 40px 0px;}
.border1-pad {margin:5px 0px 0px 0px;}
.border1-pad1 {margin:5px 0px 23px 0px;}


.border2 {background:url(../images/border2.gif) 0 0 repeat-x; height:1px; margin:8px 0px 10px 0px;}
.border2-pad {margin:7px 0px 9px 0px;}
.border2-pad1 {margin:21px 0px 21px 0px;}
.border2-pad2 {margin:22px 0px 21px 0px;}
.border2-pad3 {margin:25px 0px 23px 0px;}

.border3 {background:url(../images/border3.gif) 0 0 repeat-x; height:1px;}
.border3-pad {margin:21px 0px 25px 0px;}
.border3-pad1 {margin:23px 0px 26px 0px;}
.border3-pad2 {margin:19px 0px 21px 0px;}

.data {font-size:11px; line-height:18px; font-style:italic; margin-top:-2px; margin-bottom:5px;}
.data a {color:#fff; background:#2d2d2d; text-decoration:none; padding:3px 10px 2px 11px; display:inline-block;}
.data a:hover {background:#e31629;}

.data-top {margin-top:33px;}

.link1 {font-size:12px; line-height:18px; color:#de161f; text-decoration:none; background:url(../images/link1-bg.gif) 0 0 repeat-x #fbfbfb; padding:4px 15px 4px 15px; display:inline-block; border:1px solid #cacaca;
border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	box-shadow:0 0 1px #999;
-moz-box-shadow:0 0 1px #999;
-webkit-box-shadow:0 0 1px #999;
}
.link1:hover {color:#000;}
.link1-top {margin-top:38px;}
.link1-top1 {margin-top:27px;}
.link1-top2 {margin-top:21px;}


.data-top {margin-top:33px;}

.link5 {font-size:12px; line-height:18px; color:#de161f; text-decoration:none; background:url(../images/link5-bg.gif) 0 0 repeat-x #efefef; padding:4px 10px 4px 10px; display:inline-block; border:1px solid #cacaca;
border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	box-shadow:0 0 1px #999;
-moz-box-shadow:0 0 1px #999;
-webkit-box-shadow:0 0 1px #999;
}
.link5:hover {color:#000;}

.link5-top {margin-top:28px;}

.link6 {font-size:12px; line-height:18px; color:#fff; text-decoration:none; background:url(../images/link6-bg.gif) 0 0 repeat-x #d0151d; padding:4px 13px 4px 13px; display:inline-block; margin:69px 0px 0px 97px;
border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	
}
.link6:hover {background:#bf1d24;}

.link6-top {margin:97px 0px 0px 94px;}

.link2 {font-size:12px; line-height:18px; color:#424242; text-transform:uppercase; font-weight:bold;}

.list li {font-size:13px; line-height:24px; background:url(../images/list-marker.gif) 0 7px no-repeat; padding-left:21px;}
.list a {color:#6a6c6e; text-decoration:none;}
.list a:hover {text-decoration:underline;}

.list-top {padding-top:13px;}
.list-top1 {padding-top:10px;}

.list2 li {font-size:12px; line-height:36px; font-weight:bold; text-transform:uppercase; background:url(../images/list2-bg.gif) 0 bottom repeat-x;}
.list2 a {color:#424242;}
.list2 .last {background:none;}

.list2-top {padding-top:32px;}
.list2-top1 {padding-top:28px;}


#search-form fieldset {
	border:none;

}
	#search-form {
		background:url(../images/search-form-bg.gif) 0 0 repeat-x #f7f7f6;
		border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	box-shadow:0 0 1px #999;
-moz-box-shadow:0 0 5px #CCC;
-webkit-box-shadow:0 0 1px #999;
	border:1px solid #c1c1c1;	
	margin-left:4px;
	width:263px;
	}
#search-form input[type=text] {
	background:url(../images/page1-img15.gif) 14px 7px no-repeat;
	border:none;
	line-height:1.2307em;
	font-size:11px;
	padding:5px 7px 5px 35px;
	width:135px;
	vertical-align:middle;
	color:#a5a4a4;
	font-style:italic;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:0px;
}
* + html #search-form input[type=text] {padding:4px 7px 4px 35px;}

.link3 {
	background:url(../images/button-left1.png) left 0 no-repeat;
	
	font-size:12px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	margin-top:0px;
	vertical-align:middle;
	margin-top:0px;


}
.link3 em {
	font-style:normal;
	padding:0 10px;
	display:inline-block;
	background:url(../images/button-right1.png) right 0 no-repeat;
}	
.link3 em em {
	font-style:normal;
	background:url(../images/button-tail1.png) 0 0 repeat-x;
	cursor:pointer;
	padding:5px 5px 3px 3px;
}
.link3:hover {color:#000;}
.link3:hover em  {color:#000;}
.link3:hover em em {color:#000;}	

.link4 {font-size:12px; line-height:18px; color:#424242; text-transform:uppercase; font-weight:bold; display:inline-block;}

.link4-top {margin-top:15px;}
.link4-top1 {margin-top:13px;}

.link4-pad {margin:1px 0px 17px 0px;}
.link4-pad1 {margin:0px 0px 17px 0px;}
.link4-pad2 {margin:36px 0px 17px 0px;}
.link4-pad3 {margin:34px 0px 17px 0px;}
.link4-bot {margin-bottom:16px;}

#page2 .col-1 {width:168px; margin-right:24px;}
#page2 .col-2 {width:168px; margin-right:22px;}
#page2 .col-3 {width:168px; margin-right:0px;}

#page2 .width {width:230px; margin-right:26px; float:left;}
#page2 .width1 {width:150px; margin-right:10px; float:left;}
#page2 .width2 {width:130px; margin-right:0px; float:left;}

#page4 .width {width:154px; margin-right:0px; float:left;}
#page4 .width1 {width:68px; margin-right:10px; float:left;}
#page4 .width2 {width:130px; margin-right:0px; float:left;}

#page5 .col-1 {width:70px; margin-right:9px;}
#page5 .col-2 {width:70px; margin-right:9px;}
#page5 .col-3 {width:70px; margin-right:0px;}


.color {color:#dd161f;}

.title1 {font-size:19px; line-height:22px; color:#dd161f; float:left; padding-top:2px;}
.title1-top {padding-top:11px;}
.title1-top1 {padding-top:15px;}

.list1 li {font-size:13px; line-height:24px; background:url(../images/list1-marker.gif) 0 9px no-repeat; padding-left:17px;}
.list1 a {color:#dd161f; text-decoration:none;}
.list1 a:hover {text-decoration:underline;}
.list1-top {padding-top:18px;}
.list1-pad {padding:19px 0px 0px 1px;}
.list1-pad1 {padding:19px 0px 0px 10px;}
.list1-pad2 {padding:19px 0px 0px 2px;}

.font {line-height:21px; display:inline-block;}

.bg2 {background:url(../images/bg2.gif) 0 0 no-repeat; height:118px; width:273px; margin-top:48px;}
.bg4 {background:url(../images/bg4.gif) 0 0 no-repeat; height:156px; width:272px; margin-top:39px;}

.box2 {background:url(../images/box2-bg.gif) 0 0 repeat-x #d4d4d4; height:332px; width:271px; border-bottom:1px solid #c5c5c5; border-right:1px solid #c5c5c5; border-top:none; border-left:none; margin:69px 0px 0px 0px;}
.box2 .padding {padding:29px 0px 0px 27px;}

.box3 {background:url(../images/box2-bg.gif) 0 0 repeat-x #d4d4d4; min-height:417px; width:269px; border-bottom:1px solid #c5c5c5; border-right:1px solid #c5c5c5; border-top:none; border-left:none; margin:3px 0px 66px 0px;}
.box3 .padding {padding:29px 0px 0px 27px;}

iframe {height:300px; width:270px; margin:39px 0px 0px 0px;}

dl {margin-top:27px; margin-left:0px;}
dl span {float:left; width:78px;}
dt {color:#424242; padding-bottom:0px; font-weight:bold; font-size:12px; line-height:18px; text-transform:uppercase;}
dt a {color:#424242;}
dd a {margin-left:4px;}


.link7 {font-size:12px; line-height:18px; color:#424242; text-transform:uppercase;}


.border4 {background:url(../images/border4.gif) 0 0 repeat-x; height:1px; margin:30px 0px 0px 0px;}

.link-img {padding:24px 0px 0px 0px;}
.link-img li {float:left; margin-right:6px;}

.img10 {background:url(../images/img10.jpg) 0 0 no-repeat; height:34px; width:34px; display:inline-block;}
.img10:hover {background:url(../images/img10.jpg) 0 -34px no-repeat;}

.img11 {background:url(../images/img11.jpg) 0 0 no-repeat; height:34px; width:34px; display:inline-block;}
.img11:hover {background:url(../images/img11.jpg) 0 -34px no-repeat;}

.img12 {background:url(../images/img12.jpg) 0 0 no-repeat; height:34px; width:34px; display:inline-block;}
.img12:hover {background:url(../images/img12.jpg) 0 -34px no-repeat;}

.img13 {background:url(../images/img13.jpg) 0 0 no-repeat; height:34px; width:34px; display:inline-block;}
.img13:hover {background:url(../images/img13.jpg) 0 -34px no-repeat;}

.img14 {background:url(../images/img14.jpg) 0 0 no-repeat; height:34px; width:34px; display:inline-block;}
.img14:hover {background:url(../images/img14.jpg) 0 -34px no-repeat;}



#easyTooltip {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:1px 5px;
	background:#000;
	color:#fff;
	font-size:12px;
	text-transform:none;
	z-index:999;
}	
/*===== footer =====*/
#footer {

}
.foot-text {font-size:12px; line-height:18px; color:#c1c1c1; padding:10px 0px 0px 0px; margin-left:-1px;}
.foot-text a {color:#c1c1c1;}

.foot-text span {padding:0px 4px 0px 4px;}




/*----- forms -----*/
#contact-form {
	vertical-align:top;	
	padding-top:39px;
	padding-left:0px;
}
	#contact-form fieldset {
		border:none;
		}
		#contact-form .rowElem {
			display:block;			
			position:relative;
			min-height:46px;
			overflow:hidden;
			}
			#contact-form .textarea-box {
				position:relative;
			}
			#contact-form input {
				width:335px;
				padding:9px 0px 9px 14px;
				background:#fff;
				border:1px solid #e1e1e1;
				line-height:1.2307em;
				font-size:13px;
				display:block;
				color:#6a6c6e;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				margin:0px;
				
				
				
				
				}
				
			#contact-form textarea {
				line-height:1.2307em;
				width:535px;
				height:199px;
				padding:9px 0px 9px 14px;
				background:#fff;
				border:1px solid #e1e1e1;
				line-height:1.2307em;
				display:block;
				color:#6a6c6e;
				overflow:auto;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				margin:0px;
				
				}
				#contact-form label {
					padding:0px 0 2px 5px;
					display:inline-block;
					font-size:12px;
					display:none;
				}
				#contact-form .rowElem label {
					font-size:11px;
					
					right:5px;
					top:0
				}
				#contact-form .textarea-box label {
					padding:0px 0 2px 5px;
					font-size:11px;
				}
#contact-form .error {
				color:red;
			}

div#contact_form .download-box {
	margin:0px 30px 0 0;
	padding-top:24px;
}
#back {
	
} 



.link10 {
	float:left;
	background:url(../images/button-left.png) left 0 no-repeat;
	line-height:1.2307em;
	font-size:12px;
	color:#de161f;
	text-decoration:none;
	cursor:pointer;
	margin-left:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.link10 em {
	font-style:normal;
	padding:0 15px;
	display:inline-block;
	background:url(../images/button-right.png) right 0 no-repeat;
}	
.link10 em em {
	font-style:normal;
	background:url(../images/button-tail.png) 0 0 repeat-x;
	cursor:pointer;
	padding:9px 0px 9px 0px;
}
.link10:hover {color:#000;}
.link10:hover em  {color:#000;}
.link10:hover em em {color:#000;}	




.buttons-wrapper {padding:27px 0px 0px 0px; float:right;}
.buttons-wrapper a {
	float:left;
	background:url(../images/button-left.png) left 0 no-repeat;
	line-height:1.2307em;
	font-size:12px;
	color:#de161f;
	text-decoration:none;
	cursor:pointer;
	margin-left:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.buttons-wrapper a em {
	font-style:normal;
	padding:0 15px;
	display:inline-block;
	background:url(../images/button-right.png) right 0 no-repeat;
}	
.buttons-wrapper a em em {
	font-style:normal;
	background:url(../images/button-tail.png) 0 0 repeat-x;
	cursor:pointer;
	padding:9px 0px 9px 0px;
}
.buttons-wrapper a:hover {color:#000;}
.buttons-wrapper a:hover em  {color:#000;}
.buttons-wrapper a:hover em em {color:#000;}	

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */