@charset "utf-8";

/*--------------------quick--------------------*/
html{height: 100%}
.border1{border:1px solid red}
.floatl{float:left}
.floatr{float:right}

/*
general | header | banner | content | search | sidebar | popular | newsletter | links | footer1 | footer2

gray:##666
orange:#ef8213 | #d07005 | #994708
pink:#e74687 | #c3004a | #860038 | #874460
*/

/*--------------------general--------------------*/

* {
	padding:0;
	margin:0;
}

body{
	margin:0 auto;
	background: white url(../img/bodybg.jpg) no-repeat 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
#body{width:960px;margin:0 auto;position: relative}

/*--------------------header--------------------*/

#header{
	width:960px;
	height:100px;
}

#logo{
height:109px;
width:111px;
background:url(../img/logo.png) 0 0 no-repeat;
float: left;
text-decoration: none
}

#header img, #content div img{
	float:left;
	border:none;
}

#header ul{
	list-style:none;
	margin-left:220px;
}

#header li{
	float:left;
	font-size:10px;
	width:140px;
	text-align:center;
	background:url(../img/sprites.png) no-repeat -620px -160px;
	height: 118px;
	overflow: hidden
}

#header li a{
	text-decoration:none;
	padding:35px 12px 20px 12px;
	display:block;
	color:white
}

#header li.menu-hover{
	background-image:url(../img/sprites.png);
	background-repeat: no-repeat;
	background-position: -930px -310px;
}

#header li span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#header li.menu-hover a{
	color:#666;
}



#header li.menu-select-hover{
	background:url(../img/sprites.png) no-repeat -760px -160px;
}

/*--------------------banner--------------------*/

#banner1{
	width:645px;
	background:url(../img/bannerbgmiddle.gif) repeat-x;
	float:left;
}

#banner2{
	width:310px;
	margin-right:5px;
	height:300px;
	float:right;
	background:url(../img/sprites.png) 0 0 no-repeat;

}

#banner2 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-transform:uppercase;
	margin:30px 0 0 25px;
	color: #222;
}

#banner2 ul{
	width:200px;
	list-style: none;
	padding: 30px 0 0 45px;
}

#banner2 li{
	padding-bottom:20px;
	line-height:18px;
}

#banner2_more{
	margin: 5px 0 0 42px;
	padding:20px 0 0 15px;
	height:50px;
	width:190px;
	color:white;
	font-size:10px;
	text-decoration:none;
	display:block;
}

#banner2 span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
/*--------------------content--------------------*/

#content{
	width:645px;
	float:left;
}

#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#ef8213;
	margin:25px 0 5px 0;
}

#content h2{
	font-size:14px;
	color:#666;
	margin:15px 0 0 0;
	clear:both;
}

#content .orange{
	color:#ef8213;
}

.orange2{border:#ef8213; background:#ef8213;}

#content p{
	line-height:18px;
	margin-bottom:10px;
	padding-top:10px;
	clear:both;
}

#content img{
	margin-bottom:15px;
	float:left;
}

#content li a,#content div a,#content p a, #banner2 li a{
	font-weight:bold;
	color:#e74687;
	text-decoration:none;
}

#content li a:link,#content div a:link, #banner2 li a:link{color:#e74687}
#content li a:visited,#content div a:visited, #banner2 li a:visited{color:#874460}
#content li a:hover,#content div a:hover, #banner2 li a:hover{color:#c3004a}
#content li a:active,#content div a:active, #banner2 li a:active{color:#860038}

#content ul{
	margin:10px 0 25px 0;
	text-indent:25px;
	list-style:none !important;
	list-style:disc;
}

#content li a:before{
	content:"\00BB \0020";
}

.description1 li{
	background: no-repeat 0 0px;
	width:200px;
	float:left;
	margin:15px 0 0 25px;
	padding-left:10px;
	height:16px;

}

.description2 li{
	background: no-repeat;
	width:230px;
	float:left;
	margin:15px 0 0 25px !important;
	margin:15px 0 0 15px;
	padding-left:65px;
	text-indent:0;
}

.description2 strong{
	font-size:16px;
	color:#ef8213;
}

.steps{
	background:url(../img/howto.gif) no-repeat center right;
	float:left
}

.steps li{
	 width:550px;
}

.description3{
	clear:both;float:left;
	padding:50px 0 0 70px;
}

.description3 li{
	background:30px 10px no-repeat;
	width:85px;
}

.bigbutton{
	margin:35px 0 0 85px !important;
	margin-left:47px;
	float:left;
	font-size:10px;
	background:url(../img/sprites.png) no-repeat -930px 0px;
	height:50px;
	width:197px;
	display:block;
	text-decoration:none;
	padding:15px 0 0 15px;
	color:white;
}

.bigbutton strong{
	font-size:14px;
	text-transform:uppercase;
}

.bigbutton:hover{
	background:url(../img/sprites.png) no-repeat -930px -64px;
}
/**/
.button{
	padding:15px 0 0 120px;
	display:block;
	text-decoration:none;
	color:#333
}

#content .button input:hover{
	background:url(../img/button.gif) no-repeat 0px -36px;
	font-weight:bold;
}

#content .button input:active{
	background:url(../img/button.gif) no-repeat 0px -73px;
}
#content .button input{
	background:url(../img/button.gif) no-repeat 0px 0px;
	border:0;
	padding:0 0 3px;
	margin:0;
	float:left;
	height:38px;
	width:200px
}

.pdf{
	background-position:-1070px -172px;
	color:#666;
}

.pdf:hover{
	background-position:-1070px -236px;
}

/**/
#content form label{
float: left;
width: 125px;
margin-top:10px;
}

#content form input, textarea{
width: 226px;
margin-bottom: 15px;
float:left;
padding:10px 0 10px 10px;
}

#content .dotted{
	border:1px #b99000 dotted;
	background: #ffffec;
	padding:11px 1px 11px 11px;
}

#content form textarea{
width: 468px;
height: 150px;
}

#content form br{
clear: left;
}

#content form img{
	margin:11px;
}
/**/
#content div{
	float:left;
	width:310px;
	height:150px;
	margin:30px 0;
	background:url(../img/sprites.png) no-repeat -620px 0px;
}
/**/
#content div img{
	float:left;
}

#content div span{
	padding-right:5px;
	display:block;
	width:135px;
	padding-left:15px;
	float:left;
}

#content div span strong{
	font-size:24px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#ef8213;
	margin:15px 0;
	display:block;
	float:left;
	width:135px;
}

.lcd{
	background:url(../img/sprites.png) no-repeat -1142px 0;
	width:150px;
	height:135px;
	display:block;
	float:left;
	margin-bottom:45px;
}

.lcd img{
	margin:7px 0 0 8px;
}

/*--------------------search--------------------*/

#search{
	width:315px;
	height:100px;
	float:right;
	background:url(../img/searchbg.gif) no-repeat 0px 25px;
}

#search input{
	width:205px;
	height:26px;
	margin:50px -36px 0 36px;
	float:left;
	color:#999;
}

#search h2{
	margin:47px -36px 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color: #222;
	width:290px;
}

/*--------------------sidebar--------------------*/

#sidebar{
	width:242px !important;
	width:244px;
	float:right;
	margin:0 39px 0 32px;
	background: url(../img/sidebarbg.gif) repeat-y 0 0 !important;
	background-position: 2px 2px;
	color:white;
}

#sidebar h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:15px 0 5px 30px;
	text-transform:capitalize;
}

#sidebar a, #footer1 a{
	color:#e74687;
	text-decoration:none;
}

#sidebar a:link, #footer1 a:link{color:white}
#sidebar a:visited, #footer1 a:visited{color:#CCC}
#sidebar a:hover, #footer1 a:hover{color:#c3004a}
#sidebar a:active, #footer1 a:active{color:#860038}

/*--------------------popular--------------------*/

#popular{
	width:238px;
	margin-left:2px;
	float:left;
	background:url(../img/searchbgmiddle.gif) repeat-x;
}

#popular ul{
	list-style:none;
	display:block;
	clear:both;
	text-align: center
}

#popular a{
	padding:0 12px ;
}
#popular img{border:none}

.hr{
	margin:5px 40px 25px 25px;
}

#popular #frame-carousel li{
	float:left;
}

#popular li {
	display:inline;
	padding:0px;
}
#popular ul#select-carousel{
	padding:5px;
}

#popular li a {
	padding: 0px 5px;
	background:url(../img/sprites.png) -620px -286px;
	font-size:11px;
}

#popular li a.select-carousel{
	background:url(../img/sprites.png) -634px -286px;
}
/*--------------------newsletter--------------------*/

#newsletter{
	width:238px;
	height:120px;
	margin-left:2px;
	float:left;
}

#newsletter input{
	width:155px;
	height:26px;
	margin:0 -25px 0 25px;
	float:left;
	color:#999;
}

/*--------------------links--------------------*/

#links{
	width:238px;
	margin-left:2px;
	float:left;
}

#links ul, #footer1 ul{
	margin-bottom:15px;
	text-indent:35px;
	list-style:none !important;
	list-style:disc;
}
#links li, #footer1 li{
	padding-bottom:5px;
}
#links li a:before, #footer1 li a:before{
	content:"\00BB \0020";
}

.no-style{ text-decoration:none;color:#ef8213;}

/*--------------------footer1--------------------*/

#footer1{
	width:100%;
	background:#333 url(../img/footer1bg.gif) repeat-x;
	float:left;
	margin-top:25px;

}

#footer1 div{
	width:960px;
	margin:0 auto;
	padding-top:15px;
	color:white;
}

#footer1 div h3{
	color:#ef8213;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0 0 10px 45px;
}

#footer1 div ul{
	width:350px;
}


#footer1 div ul li{
	text-indent:0px;
	padding-left:45px;
	background: url(../img/arrowbullet.gif) no-repeat 5px 2px;
	padding-bottom:15px;
}

#footer1 div ul li a:before{content:"";}

#footer1 div div{
	float:left;
	margin: 0;
	width:auto;
	padding:0;
}

#footer1 div div p{
	padding:0 0 15px 50px;
	width:195px;
	line-height:20px;
}

#footer1 .hr{
	margin: 5px 0 25px 45px;
}

/*--------------------footer2--------------------*/

#footer2{
	width:100%;
	height:40px;
	background:#333 url(../img/footer2bg.gif) repeat-x;
	clear: both
}

#footer2 div{
	width:960px;
	margin:0 auto;
	padding-top:12px;
	text-align:center;
}
/*--------------------------space gallery ----------------*/
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	top: 150px;
}
.spacegallery a {
	position: absolute;
	z-index: 10000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/blank.gif);
}
#myGallery {
	width: 639px;
	height: 300px;
}
#myGallery img {
	border: 1px solid #bbb;
}
a.loading {
	background: #fff url(../img/ajax_small.gif) no-repeat center;
}
/*-------------carousel--------------------*/
#frame-carousel{
width: 150px;
height: 120px;
overflow: hidden
}
#frame-carousel li{float:left;}
#clic{position:absolute;top:-500px;width:77px;height:42px}
#clic img{width:0;height:0;margin-top:42px}
