/* CSS body */
body {
	background: url(../images/bg.jpg) top center;
	height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	line-height:20px;
	padding: 0;
	margin: 0;
	color: #333;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
}
img {
	border:none;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover { 
	color:#999;
}
.color-text {
	color:#bd0011;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center { 
	text-align:center;
}
.clear { 
	clear:both;
}
.bold { 
	font-weight:bold;
}
.italic { 
	font-style:italic;
}
.underline { 
	text-decoration:underline;
}
.center {
	text-align:center;
}
.noborder { 
	border:none;
}	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: italic;
	color: #000; 
	margin: 0px 0 20px 0; 
	font-family: georgia,arial,verdana;
	text-shadow: 0 1px 1px #fff;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px; 
	color: #bd0011 !important; 
}
h3 {
	font-size:17px;
	margin-bottom: 5px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
p {
	margin:0 0 20px 0; 
	line-height:20px;
}

h2.bg-h2 {
    background: url("../images/bg_h1.png") repeat scroll 0 0 transparent;
    margin-bottom: 20px;
}
h2.bg-h2 span {
    background: #f3f3f3;
    padding: 5px 10px 5px 0px;
}

/* Columns (Grid System) */
.one-full { 
	width: 920px; 
	margin-right:0 !important;
}
.one-half { 
	width: 445px;
}
.one-third { 
	width: 286px;
}
.two-third { 
	width: 603px;
}
.one-full, 
.one-half, 
.one-third, 
.two-third { 	
	margin: 0 30px 10px 0; 
	float:left; 
	position:relative;
}
.last { 
	margin-right:0 !important;
}

.mt-10 {
	margin-top: -10px;
}
.mt-15 {
	margin-top: -15px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb-10 {
	margin-bottom: 10px;
}

.img-left {
	float: left;
	margin-right: 20px;
}
.img {
	float: left;
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #e9e9e9);
	box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1), 0 1px 0 #eee, 0 1px 0 #ccc, 0 1px 1px #fff;
	margin-top: 5px;
	padding: 5px;
	border: 6px solid #dcdcdc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 3px 3px 3px #e8e8e8;
	-webkit-box-shadow: inset 0 0 2px #e8e8e8;
	box-shadow: inner 0 0 2px #e8e8e8;
}
.map {
	width: 580px;
	height: 160px;
}
.s-cycle {
	width: 420px;
	height: 200px;
}
.cycle {
	width: 420px;
	height: 200px;
}
.b-cycle {
	width: 440px;
	height: 240px;
}

#mainContent{
	width: 950px;
	margin: 0 auto;
}
#bg-header {
	width: 100%;
	margin: 0 auto;
}

/* header */
#hr-top {
	background: url(../images/hr_top.png) repeat-x;
	width: 100%;
	height: 10px;
}
#header {
	width: 950px;
	height: 100px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin-top: -10px;
}
#header .title {
	float: right;
	width: 600px;
}
#header .title h1 {
	text-align: right;
	color: #fff;
	padding: 15px 20px;
	text-shadow: 0 1px 1px #000;
}
#header .title h2 {
	text-align: right;
	color: #bd0011;
	padding-right: 20px;
	margin-top: -30px !important;
	font-size: 18px !important;
	text-shadow: 0 1px 1px #000;
	font-weight: normal;
}
/* slides */
#slides {
	width: 950px;
	height: 280px;
	margin: 0 auto;
	position: relative;
}

/**/
#navigation {	
	background:url(../images/menu.png) no-repeat top center;
	width: 950px;
	height: 40px;
	margin: 0 auto;
	text-shadow: 0px 1px 0px #fff;
	position: relative;
}
#navigation ul {
	font-size: 17px;
	font-weight: normal;
	font-family: georgia,arial,verdana;
	color: #fff;
	display: block;
	text-shadow: 0 1px 1px #000;
	padding-left: 20px;
}
#navigation li {
	float: left;
	padding: 10px 20px 10px 21px;
	text-align: center;
}
#navigation li a {
	color:#ccc;
	text-decoration:none;
	padding: 10px 5px 10px 5px;
}
#navigation li a:hover,
#navigation li a:active { 
	color:#fff;
	background:url(../images/menu_hover.png) top center no-repeat;
}

/* container & content */
#bg-content {
	background: #f3f3f3 url(../images/bg_top_content.jpg) top center repeat-x;
	width:100%;
	margin:0 auto;
}
#container {
	width:950px;
	background: url(../images/bg_slides_bottom.png) top center no-repeat;
}
#content {	
	padding: 40px 15px 20px 15px;
	width: 920px;
	margin: 0 auto;
	position: relative;
}
#hr-bottom {
	background: url(../images/hr_bottom.png) repeat-x top left;
	width: 100%;
	height: 120px;
	padding: 10px 0 20px 0;
}
#hr-bottom .box {
	width: 950px;
	margin: 0 auto;
}

/* home */
.img-logo {
	float: left;
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #e9e9e9);
	box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1), 0 1px 0 #eee, 0 1px 0 #ccc, 0 1px 1px #fff;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 2px;
	width: 60px;
	height: 60px;
	border: 4px solid #dcdcdc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 3px 3px 3px #e8e8e8;
	-webkit-box-shadow: inset 0 0 2px #e8e8e8;
	box-shadow: inner 0 0 2px #e8e8e8;
}
.img-logo .logo{
	width: 60px;
	height: auto;
	margin: 4px 0 0 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inner 0 0 3px #cecece;
}

/* contact us*/	
.icon-email { 
	float: left; 
	margin: 0 15px 0px 0;
	width: 40px;
	padding: 5px;
	border:1px solid #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contact-form { 
	padding: 10px 0 0 0; 
	margin: 30px 0 30px 0;
}
#contact-form p { 
	padding:0; 
	margin:0;
 }
#contact-form label {
	width:60px; 
	float:left;
	height:32px; 
	line-height:32px; 
	display:block; 
	margin:0 5px 6px 0;
}
.box-form {
	width: 410px;
	margin: 0 30px 10px 0; 
	float:left; 
	position:relative;
}
.input-small,
.input-medium,
.input-big,
.textfield {
	float:right;
	background: #dcdcdc;
	display: block;	
	border: 1px solid #fff;
	padding: 0 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 3px 3px 3px #cecece;
	-webkit-box-shadow: inset 0 0 5px #cecece;
	box-shadow: inner 0 0 5px #cecece;
}	
.input-small {
	width:100px;
	height:30px; 
	margin-right: 210px;
	letter-spacing:2px;
}
.input-big { 
	width: 300px;
	height:30px; 
	line-height:26px; 
	padding:0 10px 0 10px; 
	margin-right: 10px;
}
.textfield { 
	width: 300px;
	min-height:130px;
	line-height:20px;
	padding:10px;
	margin-bottom:6px;
	margin-right: 10px;
}
.input-small:hover,
.input-small:focus,
.input-big:hover,
.input-big:focus,
.textfield:hover,
.textfield:focus {
	background:#e3e3e3;
}
.captcha-image { 
	float:right;
	margin-right: 105px;
	margin-top: -31px;
	border:1px solid #646464;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
.button { 
	background-color: #333; 
	border:1px solid #000;
	color: #eee;
	text-shadow: 0 1px 1px #000;
	margin-left: 80px;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 3px 3px 3px #111;
	-webkit-box-shadow: inset 0 0 2px #111;
	box-shadow: inner 0 0 2px #111;
}
.button:hover {
	background-color: #BD0011; 
	border:1px solid #660000;
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	margin-left: 80px;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 3px 3px 3px #660000;
	-webkit-box-shadow: inset 0 0 2px #660000;
	box-shadow: inner 0 0 2px #660000;
}

/* validate */
.info_success { 
	color: #333;
	margin-top: -39px ;
	margin-left: 392px ;
	float:left !important;
	padding-left: 10px;
	font-size: 11px;
	position: absolute;
    z-index: 5000;
    opacity: 0.8;
	display: block;
	width: 210px;
	background: url(../images/bg_info2.png) no-repeat;
	height: 26px;
}
.info_error { 
	color: #fff;
	margin-top: -39px ;
	margin-left: 392px ;
	float:left !important;
	padding-left: 10px;
	font-size: 11px;
	position: absolute;
    z-index: 5000;
    opacity: 0.8;
	display: block;
	width: 210px;
	background: url(../images/bg_info.png) no-repeat;
	height: 26px;
}
.info_success2 { 
	color: #333;
	margin-top: -39px ;
	margin-left: 295px ;
	float:left !important;
	padding-left: 10px;
	font-size: 11px;
	position: absolute;
    z-index: 5000;
    opacity: 0.8;
	display: block;
	width: 210px;
	background: url(../images/bg_info2.png) no-repeat;
	height: 26px;
}
.info_error2 { 
	color: #fff;
	margin-top: -39px ;
	margin-left: 295px ;
	float:left !important;
	padding-left: 10px;
	font-size: 11px;
	position: absolute;
    z-index: 5000;
    opacity: 0.8;
	display: block;
	width: 210px;
	background: url(../images/bg_info.png) no-repeat;
	height: 26px;
}

/* ourcompany */
.img-logo-com {
	float: left;
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #e9e9e9);
	box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1), 0 1px 0 #eee, 0 1px 0 #ccc, 0 1px 1px #fff;
	margin-right: 20px;
	margin-top: 5px;
	padding: 5px;	
	width: 90px;
	height: 80px;
	border: 6px solid #dcdcdc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 3px 3px 3px #e8e8e8;
	-webkit-box-shadow: inset 0 0 2px #e8e8e8;
	box-shadow: inner 0 0 2px #e8e8e8;
}
.img-logo-com .logo{
	width: 90px;
	height: auto;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inner 0 0 3px #cecece;
}

/* footer*/
#bg-footer {
	background: url(../images/bg_footer-gray.png) repeat-x top left;
	width: 100%;
	height: 60px;
}
#footer {
	margin: 0 auto;
	width: 940px;
	position: relative;
}
#footer .copy {
	float: left;
	margin-top: 20px;
	width: 60%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
#footer .tel {
	font-size: 26px;
	float: right;
	text-align: right;
	margin-top: 20px;
}
#footer .tel h1 {
	color: #fff !important;
	line-height: 20px !important;
	text-shadow: 0 1px 1px #000;
}
