/* 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}

/* left & right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.wrap{
	overflow:hidden;
	width:965px;
	margin-left:-5px;
	padding-left:5px;
}

/* global properties */
body {
	background:url(../images/bg_bot.jpg) center 0 repeat #ffffff;
	border:0;
	font:14px "Arial", Helvetica, sans-serif;
	color:#200;
	line-height:24px;
}
.ic, .ic a {
	border:0;
	float:right;
	background:#ffffff;
	color:#174b53;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0;
}
.css3{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative;
}

/* Global Structure */
.main {
	margin:0 auto;
	width:960px;
}
.body1 {
	background:url(../images/bg_top_img.jpg) top center no-repeat;
}
.body2 {
	background:#e0e7f0;
} 
.body3 {
	background:url(../images/bg_bot.jpg) top center repeat;
}
.body4 {
	background:url(../images/bg_bot_img.jpg) top center no-repeat;
}
.body5 {
	background:url(../images/slider_shadow.png) center 508px no-repeat;
}
.body6 {
	background:url(../images/bg_top.jpg) top repeat-x;
}

/* main layout */
a {
	color:#1f487c;
	text-decoration:none;
	outline:none;
}
a:hover, .active a {
	font-weight:bold;
}
h1 {
	float:left;
	padding:0px 0 0 36px;
}
h2 {
	font-size:30px;
	text-align:center;
	line-height:1.2em;
	color:#312826;
	padding:16px 0 12px 0;
	letter-spacing:-2px;
}
h2 span {
	color:#1f487c;
}
h2.letter_spacing {
	letter-spacing:-3px;
}
h3 {
	font-size:24px;
	color:#FFF;
	line-height:1.2em;
	padding:10px 0 9px 0;
	letter-spacing:-1px;
}
h3 span {
	color:#e0e7f0;
}
p {
	padding-bottom:24px;
}

/* header */
header {
	height:140px;
	padding-top:31px;
	width:100%;
	height:100%
	overflow:hidden;
}
#logo {
	display:block;
	background:url(../images/logo.png) 37px 0 no-repeat;
	width:259px;
	height:128px;
	text-indent:-9999px;
}
#top_nav {
	float:right;padding:4px 43px 30px 0;
}
#top_nav li {
	float:left;
	padding:3px 26px 5px 0;
	background:url(../images/top_line.gif) right 0 no-repeat;
	margin-right:25px;
}
#top_nav li a {
	display:block;
	line-height:0;
}
#top_nav .end {
	background:none;
	padding-right:0;
	margin-right:0;
}
	
/* menu */
.menu li a,
.menu {
	padding:20px 10px 0 0; 
}
.menu li {
	float:left; 
	padding-left:12px;
	position:relative;
}
.menu li a {
	display:inline-block; 
	font-family: "Arial", Helvetica, sans-serif;
	font-size:17px; 
	line-height:1.2em;
	padding-bottom:10px;
	color:#1f487c; 
	text-transform:uppercase; 
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.menu li strong {
	display:inline-block; 
	padding:0 15px;
	font-weight:normal;
}
.menu li span {
	display:block; 
	height:2px;
	width:0;
	background:#df3c4b;
	position:absolute;
	left:50%;
	bottom:0;
}	
.menu ul {
	position:		absolute;
	padding:		0px 13px;
	top:			-999em;
	width:			90px;
	background:		url(../images/menu-ul.jpg) left top repeat;
}
.menu ul ul {
	background:url(../images/menu-ul-ul.jpg) left top repeat;
}
.menu ul li {
	width:	100%;
}
.menu li:hover {
	visibility:	inherit;
}
.menu li li {
	padding:2px 0;
	border-bottom:1px solid #636363;
}
.menu li li.last-item {
	border:none;
}
.menu li li a {
	padding:		0 10px 0 5px;
	font-family:	"Arial", Helvetica, sans-serif;
	font-size:		12px;
	line-height:	1.25em;
	color:			#fff;
	text-transform:none;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {}
.menu li li li {
	border-bottom-color:#888;
}
.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			43px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			103px;
	top:			-1px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*slider*/
.slider_bg {
	width:100%;
	height:404px;
	background:url(../images/bg_slider.jpg) 0 0 no-repeat;
	position:relative;
	overflow:hidden;
	box-shadow:0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4);
	margin-bottom:35px;
}
.slider {
	top:10px;
	right:10px;
	position:absolute;
	z-index:1;
	width:920px;
}
.slider .items {
	display:none;
}
.slider .pic {
	float:right;
	position:relative;
}
.banner {
	left:0px;
	top:0;
	position:absolute;
	width:271px;
	z-index:2;
	text-align:center;
}
.banner strong {
	font-size:52px;
	color:#1f487c;
	display:block;
	line-height:1.2em;
	text-transform:uppercase;
	padding:55px 0 0 0;
	letter-spacing:-2px;
}
.banner strong span {
	display:block;
	margin-top:-16px;
}
.banner b {
	display:block;
	font-size:27px;
	color:#312826;
	text-transform:uppercase;
	padding:0 0 23px 0;
	line-height:1.2em;
	letter-spacing:-1px;
}
.banner p {
	background:url(../images/quot1.png) 0 0 no-repeat;
}
.banner p span {
	display:block;
	background:url(../images/quot2.png) right bottom no-repeat;
	padding:0 0 0 0;
	color:#6c5f5b;
	padding-bottom:2px;
}
.slider .pagination {
	position:absolute;
	z-index:2;
	bottom:10px;
	left:0px;
}
.slider .pagination li {
	float:left;
	padding-right:3px;
}
.slider .pagination a {
	display:block;
	width:17px;
	height:17px;
	text-indent:-9999px;
	background:url(../images/buttons.png) right 0 no-repeat;
}
.slider .pagination a:hover, .slider .pagination .current a {
	background-position:left;
}

/* content */
#content {
	padding-bottom:40px;
}
#content2 {
	padding-bottom:31px;
}
.box_pad_left1 {
	padding-left:20px;
	width:600px;
}
.box_pad_left2 {
	padding-top:60px;
	padding-left:20px;
	width:300px;
}
.box_pad_left3 {
	padding-left:20px;
	width:300px;
}
.pad_left1 {
	padding-left:40px;
}
.pad_bot1 {
	padding-bottom:13px;
}
.pad_bot2 {
	padding-bottom:24px;
}
.marg_right1 {
	margin-right:20px;
}

.box2{
	background:#900 repeat;
	color:#faf3ed;
	box-shadow:0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4);
}
.box2> div {
	background:url(../images/box_top.png) 0 top  repeat-x;
	padding:30px;
	padding-top:0;
	overflow:hidden;
}
.box2 h2 {
	color:#312826;
	padding:15px 0 12px 0;
}
.box2 h2 span {
	color:#faf3ed;
}
.box2 figure {
	padding-bottom:13px;
}


.box {
	background:url(../images/box_bg.png) repeat;
	color:#000;
	box-shadow:0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4);
}
.box > div {
	background:url(../images/box_top.png) 0 top no-repeat;
	padding:30px;
	padding-top:0;
	overflow:hidden;
}
.box h2 {
	color:#312826;
	padding:15px 0 12px 0;
}
.box h2 span {
	color:#faf3ed;
}
.box figure {
	padding-bottom:13px;
}
.list1 li a {
	display:block;
	text-transform:uppercase;
	color:#faf3ed;
	background:url(../images/menu_bg.png);
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
}
.list_1 {
	padding-right:100px;
	color:#fff;
}
.list_1:hover {
	text-decoration:none;
}

/* button */
.button1 {
	display:inline-block;
	font-size:15px;
	color:#faf3ed;
	line-height:21px;
	padding:0 15px;
	background:#1f487c;
	letter-spacing:-1px;
}
.button1:hover {
	text-decoration:none;
	color:#1f487c;
	background:#e0e7f0;
}

.certificate li span {float:left;width:40px;height:40px;font-size:30px;color:#faf3ed;line-height:34px;text-align:center;background:#81bce4;margin-right:20px}
.certificate li p {float:left;width:180px;padding-bottom:15px}
.certificate li img {padding-top:2px}

.line1_content {
	background:url(../images/line_vert1.gif) repeat-y;
	padding-left:20px;
}
.line2_content {
	padding-right:30px;
	background:url(../images/line_vert1.gif) 593px 0 repeat-y;
}
.line1 {
	background:url(../images/line_vert1.gif) 285px 0 repeat-y;
}
.line2 {
	background:url(../images/line_vert1.gif) 615px 0 repeat-y;
}

.price {margin-top:-7px}
.price li {overflow:hidden;background:url(../images/price_bg.gif) 0 -6px repeat-x}
.price a {float:left;color:#220000;background:url(../images/marker_2.gif) 1px 11px no-repeat #faf3ed;padding-left:12px}
.price a:hover {text-decoration:none;color:#a80002}
.price span {float:right;background:#faf3ed}
.address {padding-bottom:0}
.address span {float:left;width:84px}

/* footer */
footer {
	height:50px;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#696969;
	line-height:18px;
}
footer a {
	color:#c53005;
	text-decoration:underline;
}
footer a:hover {
	text-decoration:none;
}

/* icons */
#icons {
	padding:5px 0 0 0;
}
#icons li {
	float:left;
	padding-right:9px;
}

/* tooltips */
.aToolTip {
	background:#e0e7f0;
	color:#312826;
	margin:0;
	padding:2px 10px 3px;
	font-size:11px;
	position:absolute;
	line-height:17px
}
.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

/* forms */
#ContactForm {
	margin-top:-5px;
	width:580px;
}
#ContactForm span {
	float:left;
	width:111px;
	line-height:20px;
}
#ContactForm .wrapper {
	min-height:24px;
}
#ContactForm .textarea_box {
	min-height:170px;
	width:100%;
	overflow:hidden;
	padding-bottom:9px;
}
#ContactForm {}
#ContactForm a {
	margin-left:10px;
	float:right;
}
#ContactForm .input {
	width:450px;
	height:18px;
	background:#e0e7f0;
	padding:1px 5px;
	color:#220000;
	font:14px "Arial", Helvetica, sans-serif;
	margin:0;
	float:left;
}
#ContactForm textarea {
	overflow:auto;
	width:450px;
	height:163px;
	background:#e0e7f0;
	padding:1px 5px;
	color:#220000;
	font:14px "Arial", Helvetica, sans-serif;
	margin:0;
}