@import"reset.css";
@import"pro_pages_style.css";
@import"grid.css";
@import"forms.css";
@import"prettyPhoto.css";
@import"jquery.snippet.min.css";
@import"../skin/blue.monday/jplayer.blue.monday.css";
@import"../css/smoothness/jquery-ui-1.8.17.custom.css";

@import"ui.totop.css";
body{
	background: url(/images/main-bg.gif) repeat-x 0 0 #fff;
	font:10px/16px Arial, Helvetica, sans-serif;
	color:#949494;
	position:relative;
	min-width:980px;
}
html,body{height:100%;}
img { border:none;}
p{padding-bottom:16px;}
a{color:#434242;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}

h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#434242;font-family: 'Michroma', sans-serif; margin-bottom:15px; font-weight:normal; text-transform:none;}
h1{font-size:35px;}
h2{font-size:30px;}
h3{font-size:24px;} 
h4{font-size:20px;}  
h5{font-size:18px;}
h6{font-size:16px;}


.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:970px; 	
	padding:0;
	text-transform:uppercase;
	margin:0 auto;
}

.link2 {
	color:#969696;
}

.link2:hover {
	text-decoration:underline;
	color:#555555;
}


.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

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


.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}



.logo {
	display:inline-block; 
	font-family: 'Michroma', sans-serif;
	font-size:28px;
	color:#353434;
	line-height:34px;
}

.logo:hover {
	text-decoration:none;
}



header {
	width:100%;
	position:relative; 
	z-index:2;
}

header h1 {
	padding:0;
	margin:59px 0 0 13px;
	float:left;
	font-size:0;
	line-height:0;
}

h1 span {
    color: #989898;
    display: inline-block;
    font-family: 'Michroma',sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding-left: 8px;
    padding-top: 18px;
}

.head-box2 {
    float: right;
    overflow: hidden;
    padding-right: 24px;
    padding-top: 63px;
    text-align: right;
}

.head-box2 span {
    color: #696969;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 7px;
}

.head-box2 strong {
	color:#959595;
	font-size:10px;
	line-height:12px;
	display:block;
}

.head-box1 {
	overflow:hidden;

}

h3 span {
	display:block;
	font-size:13px;
	line-height:16px;
	color:#555454;
	padding-top:4px;
}




.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}

nav {
	background:url(/images/menu-bg.gif) repeat-x 0 0 #e5e5e5;
	border-bottom:1px solid #b4b4b4;
	height:42px;
	border-radius:4px;
	width:930px;
	
	margin-left:15px;	
}
#page1 nav {margin-bottom: 30px;}
.sf-menu li {
	float:			left;
	position:		relative;	
	background:url(/images/divider1.gif) no-repeat right 12px;
}
.last1 {
	background:none !important;
}
.sf-menu a {
	display:		block;
	position:		relative;
	
	color:#333;
	padding:14px 18px;
	font-size:12px;
	line-height:15px;
}

.sf-menu a.active,
.sf-menu li.sfHover > a {
	
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.sf-menu ul a:hover,
.sf-menu ul li.sfHover > a {
	background:#292929;
	color:#aeaeae;
}

.sf-menu ul {
	position:		absolute;
	border:1px solid #292929;
	top:			-999em;
	background:#434242;
	width:			218px; 
}
.sf-menu ul li {
	width:			100%;
	background:none;
	border-bottom:1px solid #292929;
}
.sf-menu ul a {
	color:#aeaeae;
	font-size:10px;
	padding:5px 0 7px 7px;
	line-height:12px;
}
.last2 {
	border-bottom:none !important;
}
.sf-menu li:hover {
	visibility:		inherit; 
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -1px;
    top: 42px; 
	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:			10em; 
	top:			0;
}
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; 
	top:			0;
}



#content {
	width:100%; 
	padding:30px 0 0;
	position:relative;
	z-index:1;
}

																									

.page1-box1 {
    background: url("/images/bg1.gif") repeat scroll 0 0 transparent;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 19px;
	position:relative;
	padding-bottom:20px;
    padding-top: 12px;
	z-index:99;
}

.button1 {	
	display:inline-block;
	text-transform:uppercase;
	color:#696969;
	border-top:none;
	font-size:10px;
	border-bottom:1px solid #c1c1c1;
	border-radius:4px;
	border-right:1px solid #ececec;
	border-left:1px solid #ececec;
	line-height:12px;
	padding:8px 13px 7px 18px;
	background:url(/images/button1.gif) repeat-x 0 0 #e5e5e5;	
}

.button1:hover {
	color:#fff;
	background:#313131;
	text-decoration:none;
	border-right:1px solid #313131;
	border-left:1px solid #313131;
	border-bottom:1px solid #313131;
}


.page1-box1 p {
	padding-bottom:50px;
}

.page1-img1 {
	position:absolute;
	bottom:0;
	z-index:-1;
	right:0;
}

.page1-box2 {
    background: none repeat scroll 0 0 #434242;
    border-radius: 4px;
    padding-left: 29px;
	padding-bottom:31px;
    padding-top: 22px;
}

.page1-box2 h3 {
	color:#fff;
	margin-bottom:18px;
}

.page1-box2 h3 span {
	color:#a1a1a1;
	margin-top: -2px;
    padding-top: 0;
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
    background: url("/images/marker9.gif") no-repeat scroll right 3px transparent;
    display: block;
    height: 26px;
    line-height: 20px;
    position: absolute;
    right: 3px;
    top: 0;
    width: 100%;
}

#form2 {
	padding-left:1px;
}

#form2 .jqTransformSelectWrapper a.jqTransformSelectOpen:hover {
    background-position: right -69px;
}

#page1 #form2 .jqTransformSelectWrapper,
#page2 #form2 .jqTransformSelectWrapper {    
    color: #696969;
    display: block;
	background:#fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    outline: medium none;
    padding: 5px 8px;
    position: relative;
    vertical-align: middle;
    width: 214px !important;
}

#form2 .jqTransformHidden {
	display:none;
}

#form2 .jqTransformSelectWrapper ul {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: auto;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute !important;
    top: 30px;
    width: 100% !important;
    z-index: 9999;
}

#form2 .jqTransformSelectWrapper ul a.selected, .jqTransformSelectWrapper ul a:hover {
    background: #f9f9f9;
    color: #000000;
    position: relative;
    z-index: 1;
}

#form2 .jqTransformSelectWrapper ul a {
    color: #000;
    display: block;
    font-size: 10px;
    padding: 0 10px;
    text-decoration: none;
}

.inner4 {
	margin-bottom:10px;
}

.button2 {	
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	border-radius:4px;
	line-height:12px;
	padding:7px 26px 7px 25px;
	background:url(/images/button2.gif) repeat-x 0 0 #282828;	
}

.button2:hover {
	color:#000;
	background:#f1f1f1;
	text-decoration:none;
}

.p6 {
	margin-bottom:16px !important;
}

.p15 {
	background:url(/images/border1.gif) no-repeat 14px 0;
}


.page1-box3 span {
	display:block;
	color:#555555;
	font-family: 'Michroma', sans-serif;
	font-size:13px;
	line-height:16px;
	margin-bottom:13px;
}

.page1-box3 {
	color:#969696;
	overflow:hidden;
}

																							


.page2-box1 {
	overflow:hidden;
	padding-top:22px
}

.page2-box1 p {
	padding-bottom:11px;
}

.page2-box1 h3 {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 16px;
    padding-bottom: 19px;
}

.page2-box1 .button1 {
	margin-top:7px;
}

.border-bot {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:16px;
	margin-bottom:30px;
}

.p9 {
	margin-top:-9px;
}

.page2-box2 {
	overflow:hidden;
	margin-bottom:30px;
}

.page2-box2 p {
	padding-bottom:11px;
}

.page2-img1 {
	margin-bottom:16px;
}

.text6 {
    color: #434242;
    display: block;
    font-family: 'Michroma',sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
}

.text7 {
	display:inline-block;
	color:#313131;
	font-size:22px;
	margin-right:21px;
	line-height:27px;
}


.text8 {
    color: #434242;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
	margin-bottom:20px;
    padding-top: 10px;
}

.carousel {position:relative; }

.car-wrapper {
	position:relative;
}

	.carousel li {
    float: left;
    overflow: visible !important;
	min-height:240px;
}

.next1,
.prev1{
	display:block;
	width:11px;
	height:6px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:5;
}

.next1 {
    background: url("/images/prev1.png") no-repeat scroll 0 top transparent;
    right: 21px;
    top: -57px;
}


.page2-img3 img {
	width:290px;
	height:181px;
}

.prev1 {
	background:url(/images/next1.png) no-repeat 0 top;
	right:0px;
    top: -57px;
}
.next1:hover, 
.prev1:hover {background-position:0px -77px;}



.page3-box1 {
    background:#434242;
    border-radius: 4px;
    padding-bottom: 31px;
    padding-left: 29px;
    padding-top: 22px;
}

.page3-box1 h3 {
	color:#fff;
	margin-bottom:8px;
}

.page3-box1 h3 span {
	color:#a1a1a1;
	padding-top:28px;
}

#form2 .date1 input {
    background:#fff;
    border: none;
    color: #000;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
    outline: none;
    padding: 6px 8px 7px;
    width: 103px;
	height:13px;
	line-height:13px;
	text-transform:uppercase;
}

.text10 {
	display:inline-block;
	padding-top:5px;
	width:81px;
	float:left;
}

.text11 {
    display: inline-block;
    float: left;
    padding-top: 5px;
    width: 72px;
    word-spacing: -1px;
}

.text12 {
    display: inline-block;
    float: left;
    padding-top: 5px;
    width: 81px;
    word-spacing: -1px;
}

.text14 {
    display: inline-block;
    float: left;
    padding-top: 5px;
    width: 81px;
    word-spacing: -2px;
}

.date1 {
    margin-bottom: 10px;
    margin-right: 17px;
}

.ui-datepicker-trigger {
    margin-left: 5px;
    padding-top: 3px;
}

#ui-datepicker-div {
	clip:rect(auto, auto, auto, auto);
	z-index:999;
}


.ui-datepicker-header a {
	display:inline-block;
	border:none !important;
}

.p11 {
	margin-bottom:10px !important;
}

.ui-datepicker-prev {
	float:left;
}

.ui-datepicker-next {
	float:right;
}

.ui-datepicker-title {
	text-align:center;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    display: block;
    font-weight: normal;
    text-align: center;
}

.inner5 {
	float:left;
}

#page3 #form2 .inner5 .jqTransformSelectWrapper {
    width: 64px !important;
	color: #696969;
    display: block;
	background:#fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    outline: medium none;
    padding: 5px 8px;
    position: relative;
    vertical-align: middle;
}



.inner6 input {
    border: none; 
    font-size: 10px;
	background:#fff;
    outline: medium none;
    padding: 6px 8px 7px;
	margin:0;
	height:13px;
	line-height:13px;
    width: 243px;
}

#page3 #form2 .inner7 .jqTransformSelectWrapper {
    width: 243px !important;
	color: #696969;
    display: block;
	background:#fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
	height:16px;
	line-height:16px;
    outline: medium none;
    padding: 5px 8px;
    position: relative;
    vertical-align: middle;
}

.inner6 {
	margin-bottom:10px;
}
.inner7 {
	margin-bottom:22px;
}
.text13 {
    color: #A1A1A1;
    display: block;
    font-size: 13px;
	font-family: 'Michroma', sans-serif;
    line-height: 16px;
    padding-top: 4px;
	margin-bottom:8px;
}

.p12 {
	margin-bottom:22px !important;
}

#form2 textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    display: block;
    font-size: 10px;
    height: 116px;
    line-height: 15px;
    margin: 0 0 16px;
    outline: medium none;
    overflow: auto;
    padding: 10px;
    resize: none;
    width: 370px;
}

.page3-box2 {
    margin-bottom: 6px;
    overflow: hidden;
}

.page3-box2 a {
	color:#434242;
	text-decoration:underline;
}

.page3-box2 a:hover {
	text-decoration:none;
}

.p7 {
	background:url(/images/border1.gif) no-repeat 14px bottom;
	padding-bottom:31px;
	margin-bottom:26px;
}

.p16 {
	margin-bottom:6px;
}

																									

.p18 {
	word-spacing:-2px;
}

.p17 {
	display:inline-block;
	margin-bottom:11px;
	
}

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

.list1 a {
	color:#949494;
	font-size:10px;
	text-decoration:none;
}

.list1 a:hover {
	color:#000;
	text-decoration:underline;
}

.list1 {
	padding-top:2px;
}

.list1 li {
    background: url("/images/marker1.gif") no-repeat scroll 0 4px transparent;
    display: block;
    line-height: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
}


.page4-box1 {
	overflow:hidden;
	margin-bottom:7px;
	
}

.page4-box2 {
	margin-bottom:5px;
}

.inner8 {
    background: url("/images/marker3.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-family: 'Michroma',sans-serif;
    font-size: 24px;
    height: 39px;
    line-height: 29px;
    margin-right: 10px;
    margin-top: 5px;
    padding-right: 1px;
    padding-top: 2px;
    text-align: center;
    width: 38px;
}

.list2 a {
	color:#949494;
	font-size:10px;
}

.list2 li {
	display:block;
	line-height:12px;
	padding-bottom:12px;
}

.list2 {
	padding-top:2px;
	word-spacing:-2px;
}

.color2 {
	color:#434242 !important;
}

.list2 span {
	display:inline-block;
	float:right;
}

.page4-box3 {
    margin-bottom: 16px;
    overflow: hidden;
}

.page5-img1 {
	float:left;
	margin-right:19px;
}
																									
.p20 {
	margin-bottom:30px;
}
																									

.dl1 dt {
    color: #434242;
    display: block;
    font-family: 'Michroma',sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 13px;
    margin-top: -5px;
    width: 240px;
}

.p21 .text6 {
	margin-bottom:14px;
}

.p21 p {
    padding-bottom: 22px;
}

.p23 {
	padding-bottom:16px !important;
}

.p21 {
	margin-bottom:29px;
	font-size:12px;
	color:#333;
}

.dl1 {
	margin-bottom:26px;
}

.dl1 span {float:left; width:69px;}

.dl1 dd { line-height:16px;}

.dl1 dd a,
.link1 {color:#434242;text-decoration:underline;}

.dl1 dd a:hover,
.link1:hover {color:#000; text-decoration:none;}
	

footer {
	width:100%; 
	padding:0px 0 30px;
	font-size:10px;
	line-height:16px;
}

footer .main {
	padding-top:23px;
	background:url(/images/border1.gif) no-repeat 14px 0;
}

.foot-menu {
	float:left;
	margin-left:16px;
	margin-right:70px;
	padding-top:3px;
}

.foot-menu a {
	color:#aaa9a9;
	font-size:10px;
	
}

.foot-menu a:hover,
.foot-menu a.active {
	color:#353434;
}

.soc-links {
    float: left;
    margin-right: 31px;
}

.soc-links li {
	display:block;
	margin-right:10px;
	float:left;
}
.foot-page1 a {
	color:#aaa9a9;
	display:inline-block;
	margin-left:10px;
	font-size:10px;
	line-height:16px;
}

.foot-page1 a:hover {
	color:#000;
	text-decoration:none;
}
.foot-page1 {
	overflow:hidden;
	float:left;
	color:#aaa9a9;
	padding-top:3px;
}

.soc-links a {
	width:22px;	
	height:22px;
	display:block;
}

.soc-links a:hover {
	background-position:0 -73px;
}

.soc-link1 {
	background:url(/images/soc-link1.gif) no-repeat 0 0;
}

.soc-link2 {
	background:url(/images/soc-link2.gif) no-repeat 0 0;
}


.foot-menu li {
    background: url("/images/divider2.gif") no-repeat scroll right 5px transparent;
    display: block;
    float: left;
    margin-right: 12px;
	line-height:16px;
	padding-bottom:3px;
    padding-right: 15px;
}

.p14 {
	margin-bottom:26px !important;
}



