/* GENERAL STYLES */
html {
	overflow-y: scroll; /* the scrollbar never disappears */
}
html,
body {
	min-width:980px;
	}
body {
	background-color: #d8d8d8;
	background:#f4f4f4 url(../images/bg1.jpg);
	font: 15px/19px "Open Sans", "OpenSansRegular", Helvetica, Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	color: #666;
}
img {
	max-width:100%;
}

a {
	font-size: 15px;
	outline: none;
	color: #666;
	-webkit-transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	transition:color .2s ease-in;
}

a:visited, a:link {
	text-decoration: none;
}

a:hover {
	color: #439ee0;
}

hr {
	border: none;
	border-top: 1px solid #dddddd;
	margin: 20px 0px;
}

p {
	line-height: 20px;
	color: #444;
	margin-bottom: 20px;
	letter-spacing: -.5px;
	font-weight: 500;
}

b {
	font-weight: bold;
}

.style1 {
	color: #439ee0;
}

.margin10 {
	margin-top: 10px;
}

.margin20 {
	margin-top: 20px;
}

.margin30 {
	margin-top: 29px;
}

.marginleft20 {
	margin-left: 20px;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	color: #333333;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	color: #444444;
}

h3 {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 20px;
}

h4  {
	font-size: 17px;
	line-height: 20px;
	color: #222;
	margin-bottom: 20px;
}

h5  {
	font-size: 15px;
	line-height: 16px;
	color: #444444;
	margin-bottom: 10px;
}

h6  {
	font-size: 10px;
	line-height: 12px;
	color: #888888;
	margin-bottom: 5px;
}

input {
	font-size: 14px;
}

textarea {
	font-size: 14px;
}


br {
	margin: -13px 0 0 !important;
}

.title {
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.1;
	font-size: 22px;
}

.upper {
	text-transform: uppercase;
}

#wrapper {
	max-width: 980px;
	margin: auto;
}

#wrapper > * {
	margin-bottom: 30px;
}

.preloader {
	display:inline-block;
	background: #fff url(../images/preload.gif) center center no-repeat;
}

/* HEADER BEGINS */
#header  {
	position: relative;
	margin: 30px 0 30px;
}

#header .container_12 {
	width: 100%;
}

#header .grid_8 {
	float: right;
}

#logo img {
	margin-left: 0;
}

.page {
	display: none;
}

/* =navigation */

#topnav {
	position: relative;
	margin-top: 18px;
	padding: 6px 0 6px 15px;
	width: 100%;
	background: #2b2b2b; /* Old browsers */
	background: #2b2b2b -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #2b2b2b -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #2b2b2b -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #2b2b2b -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #2b2b2b -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #2b2b2b linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #222;
	color: #fafafa !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(200, 200, 200, 0.4);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(200, 200, 200, 0.4);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(200, 200, 200, 0.4);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#topnav > li {
	float: left;
	margin-right: 9px;
}

#topnav span {
	font-size: 15px;
	color: #aaaaaa;
	text-transform: uppercase;
}
	
#topnav > li > a {
	display: block;
	float: left;
	padding-right: 6px;
}
	
#topnav > li > a span {
	display: block;
	line-height: 24px;
	padding: 4px 6px 5px 12px;
}

#topnav > li:hover > a { 
}
	
#topnav > li:hover > a span { 
	color: #ffffff;
}
	
#topnav > li > a:active, #topnav .active > a, #topnav .active:hover > a {
}

#topnav > li > a:active span, #topnav .active > a span, #topnav .active:hover > a span {
	color: #439ee0;
}

/* =subnavigation */
#topnav {
	z-index: 1000;
}

#topnav li {
	position: relative;
}

#topnav > li > ul a {
	display: block;
	color: #888888 ;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	margin: 0px 12px 0px 12px;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #333333;
	text-shadow: 0px -1px #111111;
	text-transform: uppercase;
}

#topnav > li > ul li {
	background-color: #0b0b0b;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.has_subnav {
	background-image: url('../images/menu/arrow.png');
	background-repeat: no-repeat;
	background-position: 160px center;
}

.has_subnav:hover {
	background-image: url('../images/menu/arrow-hover.png');
	background-repeat: no-repeat;
	background-position: 160px center;
}

#topnav > li > ul li:first-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#topnav > li > ul li:first-child > a {
	padding-top: 11px;
	border-top: none;
}

#topnav > li > ul li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#topnav > li > ul li:last-child > a {
	padding-bottom: 11px;
	border-bottom: none;
}

#topnav > li > ul li:hover {
	background-color: #0071bf;
	text-shadow: 0px -1px #333333;
}

#topnav > li > ul li:hover > a {
	color: #ffffff;
	border: none;
	padding: 11px 0px 11px 0px;
	text-shadow: 0px -1px #888888;
}

#topnav li > ul {
	background-image: url('../images/menu/triangle-top.png');
	background-position: 20px 10px;
	background-repeat: no-repeat;
	display: none;
	width: 190px;
	position: absolute;
	padding-top: 16px;
	left: 0px;
	top: 32px;
}

#topnav li > ul > li > ul { /* level 3+ */
	background-image: url('../images/menu/triangle-left.png');
	background-position: 1px 16px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 7px;
	left: 190px;
	top: 0px;
}

/* #topnav li:hover > ul { display: block; } */ /* css dropdown */

/* HEADER ENDS */

/* ---------------------------- */
/*        Fluid Columns
/* ---------------------------- */

.full_width_fluid {
	width: 100%;
	float: left;
}

.one_half_fluid {
	width:48%;
	margin-right:4%;
	float:left;
}

.one_half_fluid.last {
	width:48%;
	margin-right:0;
	clear:right;
}

.one_third_fluid {
	width:30.5%;
	margin-right:4%;
	float:left;
}

.one_third_fluid.last {
	width:30.5%;
	margin-right:0;
	clear:right;
}

.two_third_fluid {
	width:65.5%;
	margin-right:4%;
	float:left;
}

.two_third_fluid.last {
	width:65.5%;
	margin-right:0;
	clear:right;
}

.one_fourth_fluid {
	width:22%;
	margin-right:4%;
	float:left;
}

.one_fourth_fluid.last {
	width:22%;
	margin-right:0;
	clear:right;
}

.three_fourth_fluid {
	width:74%;
	margin-right:4%;
	float:left;
}

.three_fourth_fluid.last {
	width:74%;
	margin-right:0;
	clear:right;
}

.one_fifth_fluid {
	width:16.5%;
	margin-right:4%;
	float:left;
}

.one_fifth_fluid.last {
	width:16.5%;
	margin-right:0;
	clear:right;
}

.one_sixth_fluid {
	width:13.6%;
	margin-right:1%;
	float:left;
}

.one_sixth_fluid.last {
	width:12.5%;
	margin-right:0;
	clear:right;
}

.two_fifth_fluid {
	width:38.5%;
	margin-right:4%;
	float:left;
}

.two_fifth_fluid.last {
	width:38.5%;
	margin-right:0;
	clear:right;
}

.three_fifth_fluid {
	width:57%;
	margin-right:1%;
	float:left;
}

.three_fifth_fluid.last {
	width:57%;
	margin-right:0;
	clear:right;
}

.four_fifth_fluid {
	width:79%;
	margin-right:4%;
	float:left;
}

.four_fifth_fluid.last {
	width:79%;
	margin-right:0;
	clear:right;
}

.full_width_fluid, .one_half_fluid, .one_third_fluid, .two_third_fluid, .one_fourth_fluid, .three_fourth_fluid,
.one_fifth_fluid, .two_fifth_fluid, .three_fifth_fluid, .four_fifth_fluid {
	/*margin-bottom: 20px;*/
}
.last{
	margin-right: 0px !important;
	clear: right;
}

.grid_4_1 {
	width: 293px;
	float: left;
	padding: 20px 25px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #fff;
}

.grid_4_1:first-child {
	border-left: none;
}
.grid_4_1:last-child {
	border-right: none;
}

.grid_4_1 h3 {
	letter-spacing: -1px;
	text-shadow: 0px 1px #ffffff;
	font-weight: normal;
}
.two_columns {
	margin: 30px 0 40px;
	border: 1px solid #ddd;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff; /* Old browsers */
	background: #fff -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(225,225,225,.1) 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(225,225,225,.1)));
	background: #fff -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(225,225,225,.1) 100%);
	background: #fff -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(225,225,225,.1) 100%);
	background: #fff -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(225,225,225,.1) 100%);
	background: #fff linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(225,225,225,.1) 100%);
	height: 100%;
}
.two_columns p.left, .two_columns p.right {
	margin-bottom: 0;
}
.two_columns #inside {
	background: #eee;
	margin: 5px;
	padding: 0;
}
/* CONTENT BEGINS */
.inner {
	clear: both;
	padding: 20px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.fill {
	display: block !important;
}

#content, #footer, .sidebar-alt {
	background: #ffffff;
	clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.sidebar-alt {
	height: 100% !important;
}

.sidebar-alt h4 {
	font-size: 20px;
	line-height: 28px;
}
	

#sidebar-nav {
	z-index: 2000;
	height: 100%;
}

#content.has_sidebar {
	width: 740px;
}


.begin h2, #end h3, .begin h4 {
	text-shadow: 1px 1px #ffffff;
	margin-bottom: 0;
}

.begin, #end {
	background: #f5f5f5; /* Old browsers */
	background: #f5f5f5 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(140,140,140,.1) 100%);
	background: #f5f5f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(140,140,140,.1)));
	background: #f5f5f5 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(140,140,140,.1) 100%);
	background: #f5f5f5 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(140,140,140,.1) 100%);
	background: #f5f5f5 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(140,140,140,.1) 100%);
	background: #f5f5f5 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(140,140,140,.1) 100%);
	border: 1px solid rgba(238, 238, 238, 0); /* chrome bug workaround */
}

.begin {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}

#end {
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#end p {
	color: #888888;
	margin: 0px;
	text-shadow: 0px 1px #ffffff;
}

#end span {
	text-shadow: 0px 1px #ffffff;
	line-height: 24px;
}

.shadowHolder img{
	display: block;
	margin: 0 auto 30px;
	position: relative;
	max-width: 100%;
}


/*--------------------------------------------------------*/
/* #Image Overlay Styles */
/*--------------------------------------------------------*/

.imageWrap{
	line-height: 0;
	position: relative;
	background: url(../images/preload.gif) center center no-repeat #efefef;
}
/*.imageWrap img{
	display: block;
	width: 100%;
	height: auto;
}*/
.imageHolder{
	margin-left: auto;
	margin-right: auto;
}
.imageHolder, .imageHolder img{
	line-height: 0;
	display: block;
}
.imageWrap a span {
	display: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 999; 
	background: url(../images/overlay.png) repeat;
}
.imageWrap a span span {
	float: left; 
	width: 100%; 
	height: 100%; 
	background: transparent url(../images/mg.png) center center no-repeat; 
}
span.link{
	background: transparent url(../images/link.png) center center no-repeat !important;
}


/* contact form */
.contact_form {
	margin-top: 20px;
}

.contact_form textarea.input_text {
	height: 80px;
	margin-bottom: 20px;
}

.contact_form label, label {
	font-weight: bold;
	display: block;
	color: #444444;
}

.grid_5 .two_columns {
	margin: 0 0 30px;
}
.grid_5 .two_columns h4 {
	text-shadow: 0px 1px #ffffff;
}

/* google maps */
#map_canvas { 
	width: 100%;
	height: 320px;
}

/* text input */
.input_text {
	font-size: 14px;
	border: 1px solid #dddddd;
	border-top: 1px solid #cccccc;
	margin: 10px 0px 10px 0px;
	padding: 6px;
	color: #333333;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	box-shadow: inset 0px 0px 2px #eeeeee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 350px;
}

.input_text:hover {
	border: 1px solid #bbbbbb;
	border-top: 1px solid #aaaaaa;
}

.input_text:focus {
	border: 1px solid #439ee0;
}

input.button {
	cursor: pointer;
	font-weight: bold;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
	float: left;
}

.chkalign {
	display: inline-block;
	float: left;
	margin: 1.5px 0 15px 5px;
}

/* button */
.button {	
	padding: 6px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: normal;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}


a.button.medium,
button.medium,
input[type="submit"].medium,
input[type="reset"].medium,
input[type="button"].medium {
	padding: 6px 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #E9E9E9; /* Old browsers */
	background: #E9E9E9 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #E9E9E9 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #E9E9E9 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #E9E9E9 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #E9E9E9 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #E9E9E9 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #bbb;
	color: #444;	
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #444 !important;
	background: #fff;
	background: #fff -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #fff -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #fff -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #fff -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #fff linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
}
.button.blue,
a.button.blue,
button.blue,
input[type="submit"].blue,
input[type="reset"].blue,
input[type="button"].blue {
	background: #328BDE; /* Old browsers */
	background: #328BDE -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #328BDE -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #328BDE -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #328BDE linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #2370BD;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.button.blue:hover,
a.button.blue:hover,
button.blue:hover,
input[type="submit"].blue:hover,
input[type="reset"].blue:hover,
input[type="button"].blue:hover {	
	background: #51a6fb;
	background: #51a6fb -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #51a6fb -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #51a6fb -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #51a6fb -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #51a6fb -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #51a6fb linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #2370BD;
}
.button.blue:active,
a.button.blue:active,
button.blue:active,
input[type="submit"].blue:active,
input[type="reset"].blue:active,
input[type="button"].blue:active {
	background: #2171bb;
	border: 1px solid #2171bb;
	border-top: 1px solid #0c2e4e;
	box-shadow: none;
}

/* big button */
.large.button  {
	font-size: 18px;
	padding: 10px 18px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin-right: 15px;
}

p.button {
	cursor: default;
}

/* rounded button */
.rounded.button {
	line-height: 42px;
	font-size: 18px;
	padding: 0px 18px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	vertical-align: middle;
	margin: 6px 0 0;
}

/* =pagination button */
.pag_button {
	background: #e6e6e6 url('../images/pag-bg.png') repeat-x;
	padding: 2px 10px;
	margin-left: 4px;
	line-height: 20px;
	border: 1px solid #bbbbbb;
	color: #666666;
	font-weight: bold;
	display: inline-block;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}

.selected.pag_button, .pag_button:active {
	background: #24bfb6;
	border: none;
	padding: 3px 11px;
	color: #ffffff;
	text-shadow: 0px -1px #888888;
	-moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 0px #ffffff, inset 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.pag_button img, .pag_switch_button img {
	margin: 3px 0px 2px 0px;
	vertical-align: middle;
}

.pagination {
	display: inline-block;
	margin-left: 10px;
}

.pagination li {
	display: inline-block;
}

/* pagination switch */
ol.pag_switch {
	font-size: 0px;
}

ol.pag_switch li {
	display: inline-block;
}

ol.pag_switch a.pag_switch_button {
	background: #e6e6e6 url('../images/pag-bg.png') repeat-x;
	border: 1px solid #bbbbbb;
	border-left: none;
	display: inline-block;
	margin: 0px;
	padding: 3px 6px 1px 6px;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}

ol.pag_switch a.selected.pag_switch_button, ol.pag_switch a.pag_switch_button:active {
	background: #d0d0d0 url('../images/pag-bg-selected.png') repeat-x;
}

ol.pag_switch li:first-child a.pag_switch_button {
	border-left: 1px solid #bbbbbb;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

ol.pag_switch li:last-child a.pag_switch_button {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* =tabs */
.tabs {
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}

.page_tabs {
	list-style: none;
	height: 32px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: -20px;
	border-bottom: none;
}

.tabs li, .page_tabs li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	position: relative;
	background: #eaeaea url('../images/tab-passive-bg.png') repeat-x;
	margin-right: 2px;
	margin-bottom: -1px; 
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.page_tabs li.active a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.tabs li a, .page_tabs li a {
	font-weight: bold;
	line-height: 32px;
	color: #666666;
	display: block;
	padding: 0px 20px;
	outline: none;
}
.tabs li a:hover, .page_tabs li a:hover {
	color: #439ee0;
}

.tabs li.active, .tabs li.active a, .tabs li.active a:hover, .page_tabs li.active, .page_tabs li.active a, .page_tabs li.active a:hover  {
	color: #333333;
	background: #ffffff;
	border-bottom: 1px solid #ffffff; 
}

.tab_container {
	border: 1px solid #e0e0e0;
	border-top: none;
	overflow: hidden;
	margin-bottom: 20px;
	background: #ffffff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tab_content {
	margin: 19px; /* 20 - border */
}

/* =notification boxes */
.infobox, .alertbox, .errorbox, .successbox {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 10px 10px 36px;
	display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.infobox {
	background-color: #8bdced;
	background-image: url('../images/icons/info.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px -1px #aaaaaa;
}

.alertbox {
	background-color: #fff486;
	background-image: url('../images/icons/alert.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #666666;
	padding: 10px 10px 10px 36px;
}

.errorbox {
	background-color: #fa597e;
	background-image: url('../images/icons/cross.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px -1px #777777;
}

.successbox {
	background-color: #73cc33;
	background-image: url('../images/icons/tick.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px -1px #999999;
}

.infobox:hover, .successbox:hover, .errorbox:hover {
	color: #ffffff;
}

.alertbox:hover {
	color: #666666;
}

#content .box {
	border: 1px solid #dddddd;
	border-top: 1px solid #eeeeee;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 0px;
	overflow: hidden;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* ---------------------------- */
/*          Fake File
/* ---------------------------- */

input.upfile {
	display: none;
}

.fakefile {
	cursor: pointer !important;
}

/* Definition List */


dt, dd, .col1, .col2 {
	padding: 7px 6px 7px 10px;
	margin: 1px !important;
	width: 140px;
	border: 1px solid #ddd;
}

.grid_5 dt, .grid_5 dd, .col2 {
	width: 360px !important;
}

.toggle .container {
	margin: -2px 1px 5px;
	border: 1px solid #eee;
	border-top: none;
	
	}

dt {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	background: #eaeaea url('../images/tab-passive-bg.png') repeat-x;
	clear: right;
}

select {
	width: 100%;
	border: none;
	font: 15px/19px "Open Sans", "OpenSansRegular", Helvetica, Arial, sans-serif !important;
	color: #444;
	background: none;
	padding: 0;
}

select option {
	padding: 2px 0;
	outline: none;
}

dd.select {
	padding: 4px 6px 3px 10px;;
}

/* =lists */
.list {
	margin-bottom: 30px;
	margin-left: 0;
}

.list > li {
	padding-left: 24px;
	color: #444;
	margin-bottom: 8px;
}

ol.list li {
	padding-left: 30px;
}

.bullet li { background: url('../images/lists/bullet.png') no-repeat 0 5px; }
.bullet2 li { background: url('../images/lists/bullet-dark.png') no-repeat 0 5px; }
.ticklist li { background: url('../images/lists/tick.png') no-repeat 0 1px; }
.crosslist li { background: url('../images/lists/cross.png') no-repeat; }


/* =icons */
.icon {
	padding: 1px 0px 1px 25px;
}

img.icon {
	float: left;
	margin-right: 10px;
	padding: 0px;
}

.icon.home { background: url('../images/icons/home.png') no-repeat 0 2px; }
.icon.phone { background: url('../images/icons/phone.png') no-repeat 0 2px;; }
.icon.fax { background: url('../images/icons/fax.png') no-repeat 0 2px;; }
.icon.mail { background: url('../images/icons/mailc.png') no-repeat 0 2px;; }
.icon.mail:hover { background: url('../images/icons/mail.png') no-repeat 0 2px;; }
.icon.globe { background: url('../images/icons/globe.png') no-repeat 0 2px;; }

/* =horizontal scroll */
.scroll {
	position: relative;
}

.scroll .window {
	height: 80px;
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
}

.scroll .reel {
	position: absolute;
	top: 0px;
	left: 0px;
	white-space: nowrap;
	font-size: 0px;
}

.scroll .reel li {
	display: inline-block;
	margin-right: 30px;
}

.scroll .reel img {
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in;
}

.scroll .arrow_left {
	background: url('../images/arrow-left.png') no-repeat 0 0;
	width: 14px;
	height: 22px;
	position: absolute;
	top: 31px;
	left: 0px;
}

.scroll .arrow_right {
	background: url('../images/arrow-right.png') no-repeat top;
	width: 14px;
	height: 22px;
	position: absolute;
	top: 31px;
	right: 0px;
}

/* Items */
.items .left {	
	margin-right: 20px;
}

.items li {
	margin-top: 20px;
	display: inline-block;
	overflow: hidden;
}

/* slider */
.slider-wrapper #slider {
    width: 980px; /* Make sure your images are the same size */
    height: 360px; /* Make sure your images are the same size */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

/* image frame */

.frame {
	background: #fff;
	border: 1px solid #dddddd;
	border-top: 1px solid #eeeeee;
	display: inline-block;
	padding: 5px;
	font-size: 0px;
}

.frame > img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}


/* CONTENT ENDS */

/* SIDEBAR BEGINS */
#sidebar {
	width: 220px;
}

#sidebar > * {
	margin-bottom: 20px;
}

#sidebar hr {
	margin: 10px 0px;
}


.sidebar-content {
	margin-top: -10px;
}

/* SIDEBAR ENDS */

/* FOOTER BEGINS */
#footer {
	background: #cccccc;
	padding: 20px;
	clear: both;
	position: relative;
	border: 1px solid #c4c4c4;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	text-shadow: 1px 1px #ffffff;
	z-index: 2200;
}

#footer p#copyright {
	margin-bottom: 0;
}

#footer li a {
	line-height: 22px;
}

#footer a {
	color: #444;
}

#footer a:hover {
	color: #439ee0;
}

#footer hr {
	border-top: 1px solid #888;
	border-bottom: 1px solid #eee;
	margin: 20px 0px;
	height: 0;
}

.vertical-sep {
	border-left: 1px solid #888;
	border-right: 1px solid #fff;
	height: 118px;
	position: relative;
	float: left;
	width: 0;
	margin-right: 24px;
}

/* FOOTER ENDS */

/* ---------------------------- */
/*       GoToTop plugin
/* ---------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:15px;
	right:15px;
	overflow:hidden;
	width:42px;
	height:42px;
	border:none;
	text-indent:-999px;
	background:url(../images/arrow-up.png) no-repeat;

}

#toTopHover {
	background: url(../images/arrow-up-hov.png) no-repeat;
	width:42px;
	height:42px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* ie 8 */

.ie8 .grid_4_1 {
	padding: 20px 24px;
}

.ie8 body {
	background: #fcfcfc;
}

.ie8 #content, .ie8 .sidebar-alt, .ie8 #slider {
	border: 1px solid #dadada;
}

.ie8 #toTop, .ie8 #toTopHover, .ie8 .nivo-caption p, .ie8 .nivo-caption {
	background-color: #fcfcfc;
}

.ie8 .nivo-caption {
	padding: 10px;
	height: 300px;
	top: 20px;
	border: 1px solid #eee;
}