/* 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 ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#515050;
	min-width:960px;
	background:#151515;
}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.384em;
}

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

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

.col-1 {width:315px;}
.col-2 {width:275px;}


.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;
		text-align:justify;
		text-justify:inter-word;
}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:60px;}
.p7 {margin-bottom:70px;}

.reg {text-transform:uppercase;}

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

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

.title {margin-bottom:18px;}

.it {font-style:italic;}
.bl {display:block !important;}
.bo {font-weight:bold;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#ce4d4d;}
.color-4 {color:#515050;}
.color-5 {color:#898888;}
.color-6 {color:#f4f5f0;}

/*.bg-color {background:#EA5B0C;}*/
.bg-color {background:#2d2d2d;}

.bg-color2 {background:#ce4d4d;}

.bg-color3 {background:#FC8F53;}
.bg-color4 {background:#FFF;}


.index-1 {z-index:1; position:relative;}
.index-2 {z-index:2; position:relative;}

/*********************************table**********************************/
table{
max-width:100%;
border-collapse:collapse;
border-spacing:0;
 background-color: #fff;
}
.table{
width:100%;
margin-bottom:18px;
}
.table th,
.table td{
padding:8px;
line-height:18px;
/*text-align:left;*/
font-size:12px;
border-top:0px solid #ddd;
}
.table th{
font-weight:bold;vertical-align:bottom;
}
.table td{
vertical-align:top;
}
.table thead:first-child tr th,
.table thead:first-child tr td{
border-top:0;
}

.table-bordered{
border:1px solid #ddd;border-collapse:separate;
*border-collapse:collapsed;-webkit-border-radius:4px;-moz-border-radius:4px;
border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;
background-clip:padding-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px
}
.table-bordered th+th,.table-bordered td+td,.table-bordered th+td,.table-bordered td+th{
border-left:1px solid #ddd;}

tr.gray {
    background: #dfdfdf;
}
tr.gray1 {
    background: #777070;
}
tr.gray2 {
    background: #f4f5f0;
}



tr.gray-t {
    background: #a7a7a7;
    height: 30px;
    color: #000;
}
td.dot {
    border-right-style: dashed;
      border-right-width: 1px;
    padding-left: 10px;
}

/*********************************boxes**********************************/
.indent {padding: 28px 40px 49px 39px;}
.indent2 {padding: 26px 0 39px 35px;}
.indent3 {
padding: 28px 47px 43px 39px;
	-webkit-border-radius: 12px;
border-radius: 12px;
border: 1px solid #000;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;


}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:25px;}
.indent-bot3 {margin-bottom:35px;}
.indent-bot6 {margin-bottom:65px;}

.img-style {float:left;margin-right:18px;}
.img-style2 {float:left;margin-right:15px;}
.img-style3 {float:left;margin-right:26px;}
.img-style4 {float:left;margin:5px 16px 0 0;}
.img-style5 {float:left;margin:3px 10px 0 0;}

.bot-indent {margin-bottom:5px;}
.bot-indent2 {margin-bottom:10px;}
.bot-indent3 {margin-bottom:17px;}
.indent-images {margin-left:120px;}
.indent-r {margin-right:20px;}
.indent-r2 {margin-right:30px;}
.indent-r3 {margin-right:5px;}
.indent-r4 {margin-right:9px;}
.indent-l {padding-left:16px;}
.indent-l2 {padding-left:20px;}

.top-pad {padding-top:5px;}
.top-pad2 {padding-top:10px;}
.top-pad3 {padding-top:23px;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

div.galImg {
/*padding: 4px;*/
/*border: 1px solid #EEE ;*/
/*border: 1px solid #EA5B0C;*/
border: 1px solid #F9AD83;
background:#FFF;

margin: 0px 5px 10px 10px;
float: left;
}

div.galImg1 {
/*padding: 4px;*/
/*border: 1px solid #EEE ;*/
/*border: 1px solid #EA5B0C;*/
/*border: 1px solid #F9AD83;
background:#FFF;*/

margin: 0px 5px 10px 10px;
float: left;
}
div..prog{
	width:180px; margin-right: 20px; border:1px solid #ddd;margin-bottom:10px; padding-bottom:10px;
	text-align:center;
}

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.gif) repeat-x center top #f4f5f0;
}

.header-indent {margin-bottom:13px;}

h1 {
	/*padding:11px 0 0 0; */
	/*padding:11px 0 0 0; */
	position:relative;
	/*float:left;*/
	margin-right:20px;
	font-size:22px; 
	text-transform:uppercase;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.227em; 
	color:#424242;
	font-weight:normal;
}
h1 a {
	display:block; 
	width:313px; 
	height:110px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}
.h1-pad {padding:11px 0 0 0; }

.slogon {
	float:left;
	padding:64px 0 8px 23px;
	/*background:url(../images/separator-1.gif) no-repeat left bottom;*/
	font-size:14px;
	line-height:1.214em;
	color:#a3a3a3;
	letter-spacing:-1px;
}

.slogon strong {
	display:block;
	font-weight:normal;
	margin-top:-3px;
}

.rss {
	font-size:12px;
	line-height:1.25em;
	color:#2d2d2d;
	background:url(../images/rss.png) no-repeat left bottom;
	position:absolute;
	top:62px;
	right:56px;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	padding: 17px 0 1px 40px;
}

.rss:hover {color:#F00;}

.social {
	font-size:12px;
	line-height:1.25em;
	color:#2d2d2d;
	position:absolute;
	top:72px;
	right:1px;
	display:inline-block;
	text-decoration:none;
	font-weight:normal;
	padding: 17px 0 1px 30px;
}

/*********************************menu**********************************/
nav {
	background:#FFF;
	margin-bottom:28px;
	box-shadow: 0px 0px 3px #cdcdcc;
	-webkit-box-shadow: 0px 0px 3px #cdcdcc;
	-moz-box-shadow: 0px 0px 3px #cdcdcc;
}

.menu {
	padding:0; 
	width:100%;
	
}
.menu > li {
	float:left; 
	position:relative;
	padding:0;
	font-size:14px;
	line-height:1.214em;
	text-transform: uppercase;
	
}
.menu > li > a {
	display:block; 
	color:#565555; 
	text-align:center; 
	padding:18px 28px 19px 29px;
	background:#FFF;
}
/*.menu > li > a:hover, .menu > li > a.active, .menu > li.sfHover > a {color:#f4f5f0;}*/
.menu > li > a:hover, .menu > li > a.active, .menu > li.sfHover > a {color:#f4f5f0;}

/*.menu > li > a.active {background:#2d2d2d;}*/
.menu > li > a.active {background:#EA5B0C;}


.menu li:hover {visibility:	inherit; }



div.menu a.curr {
color: #fff;
background: #4e6c99;
padding: 10px 20px;
}

/******************************** submenu **************************************/
.menu ul {
	position:		absolute;
	padding:		12px 0 18px 34px;
	top:			-999em;
	width:			135px;
	background: 	url(../images/menu-bg.png) repeat 0 0;
	border-top:		2px solid #fdfdfd;
		text-transform: capitalize;
}

.menu li li {width:	100%; padding:0px 0 13px; background:none;}
.menu li li.last {padding-bottom:0;}
.menu li li a {
	display:inline-block;
	color:#565555;
	padding:		0 0 0 0px;
	text-align:		left;

}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			54px;
	z-index:		999;

}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;

}

.menu li li a:hover, .menu li li.sfHover > a {color:#ce4d4d;}

/******************************** submenu 2 **************************************/
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			171px;
	top:			28px;
	z-index:		9999;
	

	
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
	
}


/*********************************slider**********************************/
.slider {
	overflow:hidden;
	width:643px;
	height:350px;
	position:relative;
	z-index:1;
	background:#000;
	float:left;
}
.items {
	display:none;
}

.pagination {
	position:absolute;
	right:14px;
	top:329px;
	z-index:999;
}
.pagination li {
	float:left;
	margin-left:3px;
}

.pagination li:first-child {margin-left:0;}

.pagination li a {
	display:block;
	width:11px;
	height:11px;
	text-indent:-5000px;
	background:url(../images/pagination.png) right bottom no-repeat;
}
.pagination li.current a, 
.pagination li a:hover {background-position:left bottom;}

.pagination li.current a {cursor:default;}

.slider-aside {
	width:225px;
	float:left;
	padding:28px 44px 0 38px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:33px 0 75px;
	position:relative;
	z-index:1;
	background:#f4f5f0;
}

#page1 #content {padding-top:26px;}
#page4 #content {padding-top:10px;}
#page5 #content {padding-top:10px;}
#page6 #content {padding-top:10px;}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px; 
	line-height:1.227em; 
	color:#424242;
	text-transform:uppercase;
	font-weight:normal;
}

h2 span {
	margin-top:-4px;
	display:inline-block;
}

.h2-pad {margin-bottom:28px;}


h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:1.2em;
	color:#424242;
	text-transform:uppercase;
	font-weight:bold;
}
h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	line-height:1.2em;
	color:#f4f5f0;
	text-transform:uppercase;
	font-weight:normal;
}

.h4-pad {margin-bottom:4px;}

h5 {color:#515050;}

.box {
	background:#FFF;
	position:relative;
	min-height:282px;
	border:1px solid #ecede8;
}

#page7 .box {min-height:309px;}

.box2 {
	background:#FFF;
	position:relative;
	/*min-height:332px;*/
	width:270px;
	border:1px solid #ecede8;
}

.box-inner {
	padding:20px 19px 21px;
	color:#838383;
}

.box-title {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-size:18px;*/
	font-size:14px;
	line-height:1.222em;
	color:#808080;
	text-transform:uppercase;
}

.box-title2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:72px;
	line-height:1.208em;
	color:#575757;
	float:left;
	position:absolute;
	top:6px;
	left:17px;
}

.box-link {
	background:url(../images/link-bg.png) no-repeat 1px bottom;
	display:block;
	position:absolute;
	bottom:24px;
	left:-5px;
	padding-bottom:4px;
}

.box-link a {
	text-decoration:none;
	color:#FFF;
	background: #ce4d4d;
	text-align:center;	
	padding: 4px 19px 6px;
	display:block;
}

.box-link a:hover {background:#831b1b;}

.box-indent {padding:10px 0 0 40px;}
.box-indent2 {padding:10px 0 0 50px;}

.time-style {
	font-size:11px;
	line-height:1.272em;
	color:#fff;
	background:#ce4d4d;
	font-style:italic;
	display:inline-block;
	padding:4px 12px;
	margin-bottom:7px;
}

.button {
	display:inline-block; 
	padding:5px 19px;
	color:#fff; 
	background:#ce4d4d;
}
	
	.button:hover {background:#831b1b;}

.price {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px;
	line-height:1.227em;
	color:#ce4d4d;
	font-weight:bold;
	letter-spacing:-2px;
	padding-top:3px;
	display:inline-block;
}

.price2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	line-height:1.2em;
	color:#ce4d4d;
	font-weight:bold;
	letter-spacing:-2px;
	padding-top:3px;
	display:inline-block;
}


.list-1 {padding-top:2px;}

.list-1 li {
	font-size:12px;
	line-height:1.25em;
	padding:0px 0 9px 0px; 
}
.list-1 li.last {padding-bottom:0;}

	.list-1 li a {
		display:inline-block;
		color:#bcbdb9;
		background:url(../images/marker-2.gif) 0 5px no-repeat;
		padding-left:12px;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
		
	}
		.list-1 li a:hover {
			color:#a64545;
			background-position: 3px 5px;
		}

.list-2 {padding-top:2px;}

.list-2 li {
	font-size:12px;
	line-height:1.25em;
	padding-bottom:9px;
}
.list-2 li.last {padding-bottom:0;}

	.list-2 li a {
		display:inline-block; 
		color:#bcbdb9;
		padding-left:23px; 
		background:url(../images/social-buttons.jpg) no-repeat left top;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}
	.list-2 li a.item-2 {background-position:left -24px;}
	.list-2 li a.item-3 {background-position:left -48px;}
	.list-2 li a.item-4 {background-position:left -72px;}
	
		.list-2 li a:hover {color:#fff;}

.list-3 dt {
	background:url(../images/ico1.png) no-repeat left 0;
	padding:0 0 9px 30px;
}

.list-3 dt a {
	font-size:11px;
	line-height:1.272em;
	color:#ce4d4d;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
}

.list-4 li {padding-bottom:10px;}
.list-4 li.last {padding-bottom:0px;}

.list-4 li a {
	color:#f4f5f0;
	font-style:italic;
	background:url(../images/marker-3.gif) no-repeat 5px 4px;
	text-decoration:none;
	padding-left:17px;
}

.list-4 li a:hover {text-decoration:underline;}

.list-5 li {
	padding-bottom:10px;
	background:url(../images/marker-3.gif) no-repeat 0px 4px;
	padding-left:10px;
}
.list-5 li.last {padding-bottom:0px;}

.list-5 li a {
	/*color:#ce4d4d;
	font-style:italic;*/
	text-decoration:none;
}

.list-5 li a:hover {text-decoration:underline;}

.link:hover {text-decoration:underline;} 

.link-1 {color:#ce4d4d;}

.text-1 {line-height:16px;} 
.text-2 {
	font-size:13px; 
	line-height:1.272em; 
	color:#ce4d4d; 
	/*font-weight:bold;*/
	text-transform:uppercase;
	padding: 20px 0px 0px 0px;
}

.text-2 a {color:#ce4d4d;}

.text-3 {
	font-size:12px;
	line-height:1.25em;
	color:#898888;
}

.text-4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:1.23em;
	color:#f4f5f0;
	margin-bottom:23px;
}

.text-5 {
	font-size:14px; 
	line-height:1.272em; 
	color:#ce4d4d; 
	/*font-weight:bold;
	//text-transform:uppercase;*/
	padding: 15px 0px 0px 0px;
}

.text-5 a {color:#ce4d4d;}

.banner-1 {
	background: url(../images/nationwide.png) no-repeat 11px 62px #5e3737;
	width:100%;
	position:relative;
	min-height:176px;
	-webkit-border-radius: 12px;
border-radius: 12px;
border: 1px solid #5e3737;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}

.banner-2 {
background: url(../images/ico-free.png) no-repeat 18px 48px #B40404;
width: 100%;
position: relative;
min-height: 155px;
-webkit-border-radius: 12px;
border-radius: 12px;
border: 1px solid #B40404;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.banner-3 {
background: url(../images/ico-order.png) no-repeat 25px 38px #EA5B0C;
width: 100%;
position: relative;
min-height: 100px;
-webkit-border-radius: 12px;
border-radius: 12px;
border: 1px solid #EA5B0C;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}

.banner-4 {
background: #FFF;
width: 100%;
position: relative;
min-height: 100px;
}


.banner-title {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:1.208em;
	color:#f4f5f0;
	text-transform:uppercase;
	position:absolute;
	top:12px;
	left:18px;
}

.banner-text {
	position:absolute;
	top:70px;
	left:140px;
	color:#979992;
}
.banner-text1{
	position:absolute;
	top:50px;
	left:108px;
	font-weight:bold;
	color:#000000;
}


.banner-1 .t1 {
	font-size:15px;
	line-height:1.2em;
}

.banner-1 .t2 {
	font-size:18px;
	line-height:1.5em;
}

.banner-indent {padding-left:18px;}

dl span {float:left; width:72px;}

/***** aside *****/

aside {
	padding:50px 0 60px;
	background:url(../images/aside-bg.gif) repeat-x center top #2d2d2d;
	width:100%;
}

/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				min-height:50px;
			}
			#contact-form label.message {
				min-height:287px;
			}
			
			#contact-form input {
				width:408px;
				padding:8px 10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#515050; 
				border:1px solid #d8d8d6;
				background:none;
				outline:none;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:250px;
				margin:0;
				width:528px;
				padding:8px 10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#515050; 
				border:1px solid #d8d8d6;
				background:none;
				overflow:auto;
				outline:none;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding:0 0px 0 0; text-align:right;}
		.buttons-wrapper a { margin-left:10px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:15px 0 14px;
}

.footer-text {
	font-size:12px;
	line-height:1.25em;
	color:#bcbdb9;
    text-align:left;
}

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

.form-wrapper {
	height:25px;
	position:relative;
	z-index:999;
}

form.jqtransformdone {
	padding-top:2px;
	font-size:12px;
	line-height:1.25em;
	color:#adadad;
}

#page3 form.jqtransformdone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.23em;
	color:#515050;
}

.jqTransformTextarea div textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.272em;
	vertical-align: middle;
	color:#b7b9bc;
	text-transform:uppercase;
	border:1px solid #231f20;
	background:#f2f2f2;
	margin: 0px;
	float:left;
	width:444px;
	height:107px;
	padding:8px 6px;
	outline:none;
	overflow: auto;
}

.sp1 {
	display:inline-block;
	margin-bottom:5px;
}

.w1 .jqTransformInputWrapper {width:82px !important;}
.w1 .jqTransformInputWrapper div input {width:82px !important;}
.w1 .jqTransformSelectWrapper {width:88px !important;}
.w1 .jqTransformSelectWrapper ul {width:97px !important;}
.w2 .jqTransformSelectWrapper {width:210px !important;}
.w2 .jqTransformSelectWrapper ul {width:219px !important;}
.w3 .jqTransformSelectWrapper {width:119px !important;}
.w3 .jqTransformSelectWrapper ul {width:128px !important;}
.w4 .jqTransformSelectWrapper {width:70px !important;}
.w4 .jqTransformSelectWrapper ul {width:79px !important;}
.w5 .jqTransformSelectWrapper {width:257px !important;}
.w5 .jqTransformSelectWrapper ul {width:266px !important;}
.w6 .jqTransformSelectWrapper {width:212px !important;}
.w6 .jqTransformSelectWrapper ul {width:221px !important;}
.w7 .jqTransformSelectWrapper {width:72px !important;}
.w7 .jqTransformSelectWrapper ul {width:81px !important;}
.w8 .jqTransformSelectWrapper {width:44px !important;}
.w8 .jqTransformSelectWrapper ul {width:53px !important;}
.w9 .jqTransformSelectWrapper {width:63px !important;}
.w9 .jqTransformSelectWrapper ul {width:72px !important;}

.pos {padding:3px 6px 0 5px;float:left;}
.pos2 {padding:3px 14px 0 0px;float:left;}
.pos3 {padding:3px 14px 0 0px;float:left;}
.pos4 {padding:3px 12px 0 15px;float:left;}

.submit-button {
	width:100%;
	background:#f4f5f0;
	color:#ce4d4d;
	text-align:center;
	padding:5px 0 6px;
	display:block;
	text-decoration:none;
}

.submit-button:hover {background:#FFF; color:#000;}

#page4 .submit-button {
	float:right;
	width:222px;
}

#page5 .submit-button {width:222px;}

.form-link {
	font-size:11px;
	line-height:1.272em;
}

#page4 .form-link {
	display:inline-block;
	margin-top:6px;
}

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	width:159px !important;
	position:relative;
	height: 15px;
	border:1px solid #757575;
	background:transparent;
	padding:2px 9px 4px;
	color:#818181;
}

.jqTransformInputInner {
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	margin:0px 0px 0px 0;
	overflow:hidden;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	vertical-align: middle;
	color:#b7b9bc;	
	border: none;
	padding: 0px 0px;
	margin: 0px;
	background:transparent;
	float:left;
	width:159px !important;
	outline:none;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -25px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -25px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -50px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -50px ;}

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {margin:0px;}
.jqTransformRadio {
	background: transparent url(../images/radio.png) no-repeat center bottom;
	height: 15px;
	width: 15px;
	display:inline-block;
	margin:0px 5px 0 0;
}

/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(images/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center top;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:100px !important;
	position:relative;
	height: 15px;
	border:1px solid #757575;
	background:transparent;
	padding:2px 3px 4px 6px;
	color:#818181;
}

#page3 .jqTransformSelectWrapper {border:1px solid #d8d8d6;}

.jqTransformSelectWrapper div span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	vertical-align: middle;
	color:#6d6d6d;	
	float: none;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	display:inline-block;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 1px;
	top:1px;
	width: 17px;
	height: 17px;
	background: url(../images/marker-1.gif) no-repeat 5px 7px transparent;
	border:1px solid #757575;
}

#page3 .jqTransformSelectWrapper a.jqTransformSelectOpen {border:1px solid #d8d8d6;}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 23px;
	left: -1px;
	list-style: none;
	background-color: #2d2d2d;
	border: solid 1px #757575;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index:10;
	width:277px !important;
}

.w3 .jqTransformSelectWrapper ul li:first-child a {cursor:default;}
.w3 .jqTransformSelectWrapper ul li:first-child a:hover {background-color:transparent !important;}
.w3 .jqTransformSelectWrapper ul li:first-child a.selected {background-color:transparent !important;}

.w4 .jqTransformSelectWrapper ul li:first-child a {cursor:default;}
.w4 .jqTransformSelectWrapper ul li:first-child a:hover {background-color:transparent !important;}
.w4 .jqTransformSelectWrapper ul li:first-child a.selected {background-color:transparent !important;}

.st1 .jqTransformSelectWrapper ul li:first-child a {cursor:default;}
.st1 .jqTransformSelectWrapper ul li:first-child a:hover {background:none;}
.st1 .jqTransformSelectWrapper ul li:first-child a.selected {background:none;}

#page3 .jqTransformSelectWrapper ul {
	border: solid 1px #d8d8d6;
	background-color:#f4f5f0;
}
#page3 .jqTransformSelectWrapper ul a {color:#2d2d2d;}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px 3px;
	text-decoration: none;
	color:#adadad;
	padding-left:10px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #f7f7f7;
	color: #333;
	padding-left:10px;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#000;
	color: #fff;
}

#page3 .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background:#2d2d2d; color:#FFF;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}


/*----------------------left side menu*/

div.menu-side{
 list-style-type:none;
	padding-left:0px;
	font-size:12px;
	width:250px;
	background:#2d2d2d url(images/bg-blue1.jpg) 0 0 repeat-x;
	
	/*border:1px solid #ddd;*/
}

div.menu-side ul{
	list-style-type:none;
	margin:0px;
	padding: 0;
	
}
div.menu-side ul li{
	background:url(images/icon-right2.png) 15px 12px no-repeat;
	padding:10px 10px 10px 15px;
	/*border-bottom:1px dashed #bbb;*/
}
div.menu-side ul li:last-child{
	border-bottom:none;
	padding: 10px 0px 20px 20px;
}

div.menu-side ul li a:hover, div.menu-side ul li a.curr{	
	color:#ce4d4d;
}
div.menu-side ul li a{
	color:#fff;
	text-decoration:none;
}

/*----------------------left side menu1*/

div.menu-side1{
 list-style-type:none;
	padding-left:0px;
	font-size:12px;
	width:250px;
	background:#2d2d2d url(images/bg-blue1.jpg) 0 0 repeat-x;
	
	border:1px solid #ddd;
}

div.menu-side1 ul{
	list-style-type:none;
	margin:0px;
	padding: 0;
	
}
div.menu-side1 ul li{
	background:url(images/icon-right2.png) 15px 12px no-repeat;
	padding:10px 10px 10px 15px;
	border-bottom:1px dashed #bbb;
}
div.menu-side1 ul li:last-child{
	border-bottom:none;
	padding: 10px 0px 20px 20px;
}

div.menu-side ul li a:hover, div.menu-side ul li a.curr{	
	color:#ce4d4d;
}
div.menu-side1 ul li a{
	color:#fff;
	text-decoration:none;
}

/* hr{
    height: 1px;
    margin: 0px 1px;
	padding:0px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
    border-bottom: 1px dashed rgb(255, 255, 255);
}*/

/*hr {
border: none;
border-top: dashed 1px #fff;
color: #ffffff;
background-color: #2d2d2d;
}*/

.dotted-menu{
  border: none;
border-top: dashed 1px #fff;
color: #ffffff;
background-color: #2d2d2d;
}
.dotted-right{
  border: none;
border-top: dashed 1px #2d2d2d;
color: #2d2d2d;
background-color: #ffffff;
}
.dotted {
  border: none;
border-top: dashed 1px #C2BBB7;
color: #ffffff;
/*background-color: #151515;*/
margin-bottom: 40px;
}

.attention{
border:3px dashed red;
padding:10px
font:normal 11px Verdana;
padding:10px 10px 10px 10px;
width:320px;
}

.box1{
border:1px solid #000;
padding:10px
font:normal 11px Verdana;
padding:10px 10px 10px 10px;
width:320px;
}

span.red {
    color: red;
}




