/* TEMPLATE CSS DOCUMENT */

/* CSS includes */
@import url("menu-header.css");
@import url("menu-footer.css");

/* Base 960 Grid Website Structure */

    .container					                { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; height: auto !important; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
	.container .one.column						{ width: 60px;  }
	.container .two.columns 					{ width: 140px; }
	.container .three.columns 					{ width: 220px; }
	.container .four.columns 					{ width: 300px; }
	.container .five.columns 					{ width: 380px; }
	.container .six.columns 					{ width: 460px; }
	.container .seven.columns 					{ width: 540px; }
	.container .eight.columns 					{ width: 620px; }
	.container .nine.columns 					{ width: 700px; }
	.container .ten.columns 					{ width: 780px; }
	.container .eleven.columns 					{ width: 860px; }
	.container .twelve.columns 					{ width: 940px; }

    /* Offsets */

	.container .offset-by-one                	{ padding-left: 80px;  }
    .container .offset-by-two                	{ padding-left: 160px; }
    .container .offset-by-three              	{ padding-left: 240px; }
    .container .offset-by-four               	{ padding-left: 320px; }
    .container .offset-by-five               	{ padding-left: 400px; }
    .container .offset-by-six                	{ padding-left: 480px; }
    .container .offset-by-seven              	{ padding-left: 560px; }
    .container .offset-by-eight              	{ padding-left: 640px; }
    .container .offset-by-nine               	{ padding-left: 720px; }
    .container .offset-by-ten                	{ padding-left: 800px; }
    .container .offset-by-eleven             	{ padding-left: 880px; }

/*** GLOBAL  ***/

body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
	background: #1b7ccd;
}

hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:0px 0px 30px 0px;
	padding:30px 0px 0px 0px;
	page-break-after:always;
	text-align:center;
	border-bottom:1px solid #d2d7db;
	width:100%;
	clear:both;
}

hr.sparator {
	border-width:0;
	height:1px;
	line-height:0;
	padding:0px;
	margin:0px 0px 10px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/

/* heading */
h1, h2 {margin-bottom:15px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; font-weight:normal; }
h3, h4, h5, h6 {margin-bottom:8px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; font-weight:normal; }
h1, h2 {color:#b30004;}
h3, h4, h5, h6 {color:#2a2e31;}

h1 {font-size:24px; line-height:30px;}
h2 {font-size:21px; line-height:23px;}
h3 {font-size:17px; line-height:20px;}
h4 {font-size:13px; line-height:20px;}
h5 {font-size:12px; line-height:20px;}
h6 {font-size:11px; line-height:normal;}

/* links */
a, a:visited { text-decoration:none; color:#006ec7; }

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

/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/

#wrapper { clear: both; background: #1b7ccd url('../images/body-bg.jpg') repeat-x; background-position: 0 -50px; margin: 0 auto; }

#bg-gray { position: relative; width: 100%; height: 155px; background: #fff; border-top: 1px solid #b9bdc3; }

#top { clear: both; width: 1000px; height: 144px; margin:0 auto; margin-top:10px; }

#top #logo { width: 382px; height: 130px; margin: 10px 0 0 0; padding: 0; border: none; }

#top #logo img { width: 382px; height: 130px;}

#top #contact { width: 280px; height: 72px; margin: 0 0 0 40px; padding: 5px; text-align: center; overflow: hidden; border: none; }

#top #login { width: 300px; height: 72px; margin: 0 0 0 20px; padding: 5px; text-align: right; overflow: hidden; border: none; }

#mini_login_layer { width: 100%; height: 72px; text-align: right; font-size: 11px; color: #333; overflow: hidden; }

#mini_login_layer input { height: 16px; line-height: 16px; padding: 0 2px 2px 2px; font-size: 11px; color: #333; border: 1px solid #1b7ccd; border-bottom: 1px solid #006dc4; font-family: "Tahoma", "Arial", "San-Serif"; }

#mini_login_layer td.mini_login_form_field_title { font-size: 11px; color: #1b7ccd; }

#mini_login_layer ul.mini_login_links { float: right; }

#mini_login_layer ul.mini_login_links li { display: inline-block; list-style-type: none; font-size: 11px; }

#top #nav {
	width: 560px;
	height: 32px;
	top: -35px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #fff;
	background: url('../images/nav-bg.png') no-repeat 0 0;
	text-align: center;
	/*border: 1px solid red;*/
}

#main-frame { position: relative; width: 1000px; margin: 0 auto 0 auto; }

#frame { padding-bottom: 40px; background: #c2dedf url('../images/main-bg.jpg') repeat-x; background-position: 0 0; }

 /*** HEADER & SLIDER ***/

#banner-wrapper { background: #97b9a9;  width: 100%; height: 264px; margin: 0 0 20px 0; padding: 0; overflow: hidden; }

/* Slider */
#slider-container { margin: 10px 0 0 0; clear:both!important; }

#slider { position:relative; width:100%; height: 244px; overflow:hidden; }

.theme-default .nivoSlider {
	position: relative;
	background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	height: 244px;
	width: 1000px;
}

.theme-default .nivoSlider a {	border:0; display:block; }

.theme-default .nivo-directionNav a {
	display: block;
	width: 36px;
	height: 36px;
	background: url('../images/arrows.png') no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-default a.nivo-nextNav { background-position:-36px 0; right:30px; }
.theme-default a.nivo-nextNav:hover { background-position:-36px 0; }

.theme-default a.nivo-prevNav { left:30px; }

.theme-default .nivo-caption { font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; }

.theme-default .nivo-caption h1 { margin-bottom: 0px; color: #b30004; }

#wrapper-footer { background: #1b7ccd; margin: 0 0 50px 0; color: #f4f4f4; font-size: 12px; line-height: 22px; }

/* CONTENT */
.home-intro-blocks .four.columns { background: #c2dedf; color: #333; padding: 0px; }
.home-intro-blocks .info { position: relative; float: left; width: 288px; height: 170px; margin: 5px; padding: 0; border: 1px solid #fff; }
.home-intro-blocks .four.columns h1{ color:#fff; font-size:28px; margin-bottom:0px;}
.home-intro-blocks .four.columns ul{ margin:0px; padding:0px; float:left; list-style-type:none;}
.home-intro-blocks .four.columns ul li{ background:url('../images/icons/icon-check.png') no-repeat 0px 8px; padding-left:15px;}
.home-intro-blocks .four.columns .price{ float:left; font-size:26px; padding:15px 0px 0px 30px; }

.four.columns p { overflow:hidden; }

/* SIDEBAR */
.sidebar { position: relative; float: right; width: 100%; height: 100%; top: 0; margin: 0; padding: 0; }

.sidebar .widget-container { position: relative; float: left; width: 100%; min-height: 600px; height: auto; margin: 0; padding: 0 0 30px 0; background: inherit; }

.sidebar .widget-container .widget-title {
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #fff;
	background: #fa873c;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#3f4448), to(#303437));
	background: -moz-linear-gradient(top,  #3f4448,  #303437);
	background: -o-linear-gradient(top,  #3f4448,  #303437);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4448', endColorstr='#303437');*/
 }

.sidebar .widget-container .textwidget {
	background: #fefefe;
	min-height: 600px;
	height: auto;
	margin: 0;
	padding: 0px 5px 10px 5px;
	border: 1px solid #bad2c4;
	overflow-x: hidden;
	overflow-wrap: normal;
}

.sidebar .widget-container .textwidget h2 {
	margin: -14px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #fa873c;
	background-color: #bad2c4;
}

.sidebar .widget-container .textwidget h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #fa873c;
	background-color: #bad2c4;
}

.sidebar .widget-container .textwidget ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 25px;
	padding: 0;
}
.sidebar .widget-container .textwidget ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 2px;
	line-height: 24px;
 }

/*** FOOTER ***/
#banner-footer{width:1000px; margin:0 auto; background:#d4d4d4; padding:11px 0px;}
#banner-footer img{ float:left;}


.footer { padding-top: 25px; }
.footer h2.widget-title{ font-size:17px; color:#2a2e31; font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; }
.footer ul{ margin:0px 0px 30px 0px; padding:0px; list-style-type:none;}
.footer .widget-container{  color:#7c7d7e;}
.footer .widget-container li{ list-style-type:none; background:url('../images/arrow-footer.gif') no-repeat 0px 8px; padding-left:13px; padding-bottom:5px; margin-bottom:5px;  }
.footer .widget-container li a{color:#7c7d7e;}
.footer .widget-container li a:hover{ text-decoration:underline;}

#copyright{ padding:24px 0px; color:#7c7d7e; background:url('../images/line-footer.gif') repeat-x;}

/*=======================================*/
.backtop{text-align:right; float:right; position:relative; margin-bottom:-40px; }

/*== Column Layouts ==*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }


/*== Column List ==*/
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}

/* Form and Button */

/*input[type="text"],

textarea { padding: 5px 5px; width:100%; border:1px solid #dedede; color:#b4b4b4; background:#f8f8f8;}*/

.button:hover, .reply:hover { color:#fff; }
.button, .button:visited, .reply, .reply:visited {
	padding: 6px 15px;
	display: inline-block;
	font-size: 11px;
	text-align: center;
	color: #fff;
	border: 0px;
	border-radius: 2px;
	background-color: #7fbbe5;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fbbe5), to(#1b7ccd));
	background: -moz-linear-gradient(top,  #7fbbe5,  #1b7ccd);
	background: -o-linear-gradient(top,  #7fbbe5,  #1b7ccd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fbbe5', endColorstr='#1b7ccd');
	cursor: pointer;
}

a.more{ background:url('../images/arrow-red.png') no-repeat 0px 3px; display:inline-block; padding:2px 0px 2px 25px;}
a.more:hover{ text-decoration:underline;}

/* == Dropcaps == */
.dropcap1{
	text-shadow:1px 1px 0 #ccc;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#ccc;

}
.dropcap2{
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	float:left;
	font-size:25px;
	line-height:40px;
	text-align: center;
	margin:0px 8px 0 0;
	background-color:#989898;
	color:#fff;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}

/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	padding:10px 20px;
	width:50%;
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
	color:#454545;
	background-color:#eeefef;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*== Bullet List ==*/
.bullet{
	margin:0;
	padding:0;
	list-style-type:none;
}
.bullet li{
	background: transparent url('../images/arrow_check.png') no-repeat;
	background-position:0 1px;
	margin:0;
	padding:0 0 8px 25px;
	list-style-type:none;
}
.bullet.arrow li{
	background: transparent url('../images/arrow_small-check.png') no-repeat;
	background-position:0 5px;
}

/* JQUERY TOGGLE */
div.trigger {border-bottom:solid 1px #dedede; background-color:#fff;}
div.trigger span {	color:#b30004;	background: url('../images/trigger.png') no-repeat 0px 3px; font-size:14px; }
div.active{background-color:#fff; }
div.active span{color:#2a2e31 ;}
div.trigger a:hover {color:#b30004;}

.toggle_container {	border:solid 0px;}

div.trigger {
	padding: 7px 0px;
	margin: 0 0 0px 0;
	width:auto;
	font-size:12px;
	font-weight: normal;
	border-top:0px;
}

div.trigger span {
	text-decoration: none;
	display: block;
	padding-left:25px;
	line-height:normal;
	cursor:pointer;
}

div.active span { background-position:0px -10px !important; }

div.active { background-position: left bottom; }

.toggle_container {
	margin: 10px 25px;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	margin-bottom: 10px;
}