@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font:16px/24px Georgia, "Times New Roman", Times, serif;
	color:#e1b6d3;	
	background:url(../images/pattern.jpg) repeat 0 0;
	background-color:inherit;
}

div, img, p, h1, h2, h3, h4, ul, ol, form, input, textarea{
	padding:0;
	margin:0;
}

img{
	border:none;
}

ul{
	list-style-type:none;
}

a{
	outline:none;
	color:#fff;
	background-color:inherit;
}

a:hover{
	text-decoration:none;
}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
}


/* --------------- Wallpaper Page --------------- */
.wallpaper_page{
	padding:23px 0 0;
	height:700px;
	background:url(../images/bg01.jpg) center -70px repeat-x;
}

.wallpaper_inside{
	margin:0 auto;
	width:950px;
	padding:0 0 0 50px;
}

.wallpaper_inside02{
	width:840px;
}

.wallpaper_page h2{
	text-indent:-20000px;
	margin:0 0 0 -50px;
	height:151px;
	background:url(../images/title01.png) 0 0 no-repeat;
}

.wallpaper_page li{
	position:relative;
	float:left;
	width:auto;
	margin:0 30px 27px 0;
	cursor:pointer;
	overflow:hidden;
}

.wallpaper_page ul li img{
	display:block;
	padding:4px;
	border:1px solid #fff;
	color:#232323;
	background-color:#1e222a;
}

.wallpaper_page .description {
	display: block;
	position: absolute;
	top: 20px;
	right:-180px;
	height:44px;
	width:150px;
	padding:0 0 0 30px;
	margin:0 0 0 0;
	line-height:44px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/descriptionbg.png) 0 0 no-repeat;
}

.wallpaper_page .wallpaper_hover_image img{
	padding:0;
	border:none;
	position:absolute;
	left:0;
	top:0;
}

.wallpaper_page li li{
	padding:0 5px;
	margin:0;
	}

.wallpaper_page li li a{
	font-size:14px;
	text-decoration:none;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	}
	
.wallpaper_page li li a:hover{
	color:#17addb;
	}
	
#wallpaerPagination{
	background:url(../images/wallpaper-pagination-bg.png) no-repeat 0 0;
	height:26px;
	margin:0 0 0 0;	
	}
	
#wallpaerPagination ul{
	list-style-type:none;
	height:21px;
	padding:5px 0 0 0;
	width:340px;
	margin:0 auto; 
	}
	
#wallpaerPagination ul li{
	height:17px;
	display:block;
	float:left;
	padding:0 6px;
	}
	
#wallpaerPagination ul li a{	
	color:#fff;
	font-size:13px;
	text-decoration:none;
	background-color:inherit;
	width:17px;
	height:17px;
	display:block;
	text-align:center;
	line-height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#wallpaerPagination ul li a:hover{
	background:url(../images/portfolio-hover-bg.png) no-repeat 0 0;
	color:#6ff3ff;
	}
	
#wallpaerPagination ul li a.active{
	background:url(../images/portfolio-hover-bg.png) no-repeat 0 0;
	color:#6ff3ff;
	}
	
#wallpaerPagination ul li a.pre{
	background:url(../images/previous-icon.png) no-repeat 0 5px;
	width:11px;
	height:17px;
	text-indent:-22222px;
	}
	
	
	
#wallpaerPagination ul li a.pre:hover{
	background:url(../images/previous-icon.png) no-repeat 0 5px;
	}
	
#wallpaerPagination ul li a.next{
	background:url(../images/next-icon.png) no-repeat right 4px;
	width:10px;
	height:17px;
	text-indent:-22222px;
	}

#wallpaerPagination ul li a.next:hover{
	background:url(../images/next-icon.png) no-repeat right 4px;
	}



/* --------------- Home Page --------------- */
#wrapper{
	height:3555px;
	background:url(../images/bg02.jpg) 50% 0 repeat-x;
}

/* --------------- Home Page --------------- */
.home_page{
	height:1289px;
}

.home_inside{
	margin:0 auto;
	width:950px;
	padding:20px 0 0 50px;
}

/* --------------- Back to top --------------- */
#backtotop{
	width:122px;
	height:123px;
	position:absolute;
	top: 380px;
	right:0px;
	z-index:50;
}

#backtotop a{
	display:block;
	width:114px;
	height:123px;
	font-size:0;
	line-height:0;
	z-index:1000;
}

#backtotop a.earth{
	background:url(../images/backtotop.png) 0 0 no-repeat;
}

#backtotop a.space{
	background:url(../images/backtotop02.png) 0 100% no-repeat;
}

#backtotop a.space em{
	background:url(../images/backtotop_txt02.png) 0 0 no-repeat;
}

#backtotop a.water{
	background:url(../images/backtotop03.png) 0 100% no-repeat;
}

#backtotop .menu2 li {
	position: relative;
}

#backtotop .menu2 a {
	display: block;
	color: #000000;
	text-indent:-20000px;
	/*background:none;*/
}

#backtotop .menu2 em {
	width: 77px;
	height: 22px;
	position: absolute;
	top: 123px;
	left: 15px;
	z-index: 2;
	display: none;
	background:url(../images/backtotop_txt.png) 0 0 no-repeat;
}

.home_page h1{
	text-indent:-20000px;
	height:97px;
	margin:0 0 35px -50px;
	background:url(../images/title02.png) 0 0 no-repeat;
}

.home_page h2{
	text-indent:-20000px;
	height:60px;
	padding:0 0 4px;
	background:url(../images/heading.png) -5px 0 no-repeat;
}

.home_page p{
	width:810px;
}

#logo{
	position:absolute;
	right:0;
	top:0;
}

.home_page p{
	padding:0 0 30px;
}

/* --------------- Side Navigation --------------- */
.side_nav{
	float:right;
	width:314px;
	height:80px;
	padding:16px 0 0;
}

.side_nav li{
	float:left;
	width:101px;
	margin:0 5px 0 0;
}

.side_nav li.last{
	margin:0;
}

.side_nav li a{
	display:block;
	width:101px;
	height:57px;
	text-indent:-20000px;
}

.side_nav li a.bt_home{
	background:url(../images/side_navbg.png) 0 0 no-repeat;
}

.side_nav li a:hover.bt_home{
	background:url(../images/side_navbg.png) 0 100% no-repeat;
}

.side_nav li a.bt_portfolio{
	background:url(../images/side_navbg.png) -101px 0 no-repeat;
}

.side_nav li a:hover.bt_portfolio{
	background:url(../images/side_navbg.png) -101px 100% no-repeat;
}

.side_nav li a.bt_contact{
	background:url(../images/side_navbg.png) -202px 0 no-repeat;
}

.side_nav li a:hover.bt_contact{
	background:url(../images/side_navbg.png) -202px 100% no-repeat;
}

.side_nav li a.bt_about{
	background:url(../images/side_navbg.png) -303px 0 no-repeat;
}

.side_nav li a:hover.bt_about{
	background:url(../images/side_navbg.png) -303px 100% no-repeat;
}

.side_nav li a.bt_home02{
	background:url(../images/side_navbg.png) -404px 0 no-repeat;
}

.side_nav li a:hover.bt_home02{
	background:url(../images/side_navbg.png) -404px 100% no-repeat;
}

.side_nav li a.bt_about02{
	background:url(../images/side_navbg.png) -505px 0 no-repeat;
}

.side_nav li a:hover.bt_about02{
	background:url(../images/side_navbg.png) -505px 100% no-repeat;
}

.side_nav li a.bt_portfolio02{
	background:url(../images/side_navbg.png) -606px 0 no-repeat;
}

.side_nav li a:hover.bt_portfolio02{
	background:url(../images/side_navbg.png) -606px 100% no-repeat;
}


/* --------------- Navigation --------------- */
.rainbowbg{
	background:url(../images/rainbowbg.png) center 10px repeat-x;
	position:relative;
	top:17px;
	z-index:100;
	/*left:34px;*/
}

#nav{
	position:relative;
	height:377px;
	margin:0 auto;
	width:630px;
	padding:0 0 0 60px;
}

#nav li{
	float:left;
	width:auto;
	margin:100px 0 0;
	text-indent:-20000px;
}

#nav li a{
	display:block;
	height:38px;
}

#nav li.portfolio a:hover{
	background-position:bottom;
}

#nav li.home{
	padding:26px 52px 0 0;
}

#nav li.home a{
	width:72px;
	background:url(../images/navbg.png) 0 0 no-repeat;
}

#nav li.home a:hover{
	background:url(../images/navbg.png) 0 100% no-repeat;
}

#nav li.about{
	padding:6px 54px 0 0;
}

#nav li.about a{
	width:107px;
	background:url(../images/navbg.png) -72px 0 no-repeat;
}

#nav li.about a:hover{
	background:url(../images/navbg.png) -72px 100% no-repeat;
}

#nav li.portfolio{
	padding:102px 52px 0 0;
}

#nav li.portfolio a{
	width:109px;
	background:url(../images/navbg.png) -179px 0 no-repeat;
}

#nav li.portfolio a:hover{
	background:url(../images/navbg.png) -179px 100% no-repeat;
}

#nav li.contact{
	padding:100px 0 0;
}

#nav li.contact a{
	width:122px;
	background:url(../images/navbg.png) -288px 0 no-repeat;
}

#nav li.contact a:hover{
	background:url(../images/navbg.png) -288px 100% no-repeat;
}

.home_page p.pricehd{
	text-indent:-20000px;
	height:25px;
	margin:30px 0 0;
	padding:0 0 34px;
	background:url(../images/title03.png) 0 0 no-repeat;
}

.home_page ul.prices li{
	float:left;
	width:auto;
	padding:0 0 26px;
}

.home_page ul.prices li h4{
	font-size:17px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	background-color:inherit;
}

.home_page ul.prices li.link01{
	width:330px;
}

.home_page ul.prices li.link01 strong{
	float:left;
	display:block;
	width:106px;
	height:65px;
	text-indent:-20000px;
	background:url(../images/price01.gif) 0 0 no-repeat;
}

.home_page ul.prices li.link01 span{
	float:left;
	width:auto;
	display:block;
	padding:30px 0 0;
}

.home_page ul.prices li.link02{
	width:470px;
}

.home_page ul.prices li.link02 strong{
	float:left;
	display:block;
	width:140px;
	height:65px;
	text-indent:-20000px;
	background:url(../images/price02.gif) 0 0 no-repeat;
}

.home_page ul.prices li.link02 span{
	float:left;
	width:auto;
	display:block;
	padding:30px 0 0;
}

.home_page ul.prices li.link03{
	width:330px;
}

.home_page ul.prices li.link03 strong{
	float:left;
	display:block;
	width:147px;
	height:65px;
	text-indent:-20000px;
	background:url(../images/price03.gif) 0 0 no-repeat;
}

.home_page ul.prices li.link03 span{
	float:left;
	width:auto;
	display:block;
	padding:30px 0 0;
}

.home_page ul.prices li.link04{
	width:470px;
}

.home_page ul.prices li.link04 strong{
	float:left;
	display:block;
	width:147px;
	height:65px;
	text-indent:-20000px;
	background:url(../images/price04.gif) 0 0 no-repeat;
}

.home_page ul.prices li.link04 span{
	float:left;
	width:auto;
	display:block;
	padding:30px 0 0;
}

.home_page p.weLove{
	margin:34px auto 0;
	width:718px;
	height:54px;
	padding:0 0 20px;
	text-indent:-20000px;
	background:url(../images/heading02.png) 0 0 no-repeat;
}

.home_page p.letstalk{
	margin:0 auto 0;
	width:210px;
	height:40px;
	padding:0;
}

.home_page p.letstalk a{
	display:block;
	height:40px;
	text-indent:-20000px;
	background:url(../images/letstalk.gif) 0 0 no-repeat;
}

.home_page p.letstalk a:hover{
	background:url(../images/letstalk.gif) 0 100% no-repeat;
}

/* --------------- About Page --------------- */
.about_page{
	margin:0 auto;
	width:950px;
	height:1110px;
	padding:120px 0 0 50px;
}

.wrap{
	width:810px;
}

.about_page h2{
	text-indent:-20000px;
	float:left;
	width:544px;
	height:122px;
	margin:0 0 0 -50px;
	background:url(../images/title04.png) 0 0 no-repeat;
}

.about_page p{
	padding:0 0 30px;
}

.noPadAboutText{
	padding-bottom:0 !important;
	}

.left_about{
	float:left;
	width:438px;
}

.textLink{
	color:#fe8800;
	text-decoration:none;
	}
	
.right_about{
	float:right;
	width:306px;
}

.left_about ol{
	line-height:32px;
	font-weight:bold;
	color:#f7e0ef;
	background-color:inherit;
	list-style-position:inside;
	padding:0 0 50px;
}

.colr01{
	color:#f7e0ef;
	background-color:inherit;
}

.css_rockers_banner{
	display:block;
	margin:0 0 50px;
}

.about_list{
	line-height:35px;
	padding:0 0 54px;
	margin:-14px 0 0;
}

.about_list li{
	padding:0 0 0 40px;
	color:#e1b6d3;
	background-color:inherit;
	background:url(../images/listbg.gif) 0 9px no-repeat;
}

.about_list li a{
	text-decoration:none;
	color:#e1b6d3;
	background-color:inherit;
}

.about_list li a:hover{
	color:#964f7f;
	background-color:inherit;
}

.desktophd{
	width:311px;
	height:36px;
	margin:0 0 0 -7px;
	text-indent:-20000px;
	background:url(../images/heading03.png) 0 0 no-repeat;
}

.wallpaper_details{
	margin:0 auto;
	width:187px;
	height:185px;
	padding:7px 0 0 7px;
	background:url(../images/displaybg.png) 0 0 no-repeat;
}

.right_about p.view_wallpapers{
	margin:0 auto;
	width:210px;
	height:40px;
	padding:0;
}

.right_about p.view_wallpapers a{
	display:block;
	height:40px;
	text-indent:-20000px;
	background:url(../images/view_wallpapers.gif) 0 0 no-repeat;
}

.right_about p.view_wallpapers a:hover{
	background:url(../images/view_wallpapers.gif) 0 100% no-repeat;
}


/* --------------- Portfolio Page --------------- */
.portfolio_page{
	margin:0 auto;
	width:950px;
	padding:130px 0 0 50px;
	height:874px;
}

.portfolio_page h2{
	text-indent:-20000px;
	margin:0 0 0 -50px;
	float:left;
	width:545px;
	height:130px;
	background:url(../images/title05.png) 0 0 no-repeat;
}

.select_design{
	position:relative;
	margin:0 0 40px;
	z-index:90;
	width:950px;
	
}
.designCategoryButton{
	height:35px;
	width:950px;	
	}
.designCategoryButton a{
	background:url(../images/select-list-button-bg.gif) repeat-x 0 0;
	height:35px;
	display:block;	
	line-height:35px;
	font-size:16px;
	text-decoration:none;
	float:left;
}
.designCategoryButton a span{
	display:block;
	float:left;
	}
.designCategoryButton a span.left{
	background:url(../images/select-list-button-left.gif) no-repeat 0 0;
	height:35px;
	}
.designCategoryButton a span.left span{
	background:url(../images/select-list-button-right.gif) no-repeat right top;
	padding:0 35px 0 13px;
	}
	
.designCategoryButton a:hover,.designCategoryButton a.active{
	background-position:0 100%;
}

.designCategoryButton a:hover span.left,.designCategoryButton a.active span.left{
	background-position:0 100%;
	}
.designCategoryButton a:hover span.left span,.designCategoryButton a.active span.left span{
	background-position:right 100%;
	}

 .select_design_list{
	border:1px solid #fff;
	background:url(../images/listbg.png) 0 0 repeat;
	position:absolute;
	left:0;
	top:34px;
	z-index:1;
	padding:7px;
}
	
.select_design_list_inner{
	background-color:#fff;
	color:#000000;
	/*width:492px;*/
	padding: 20px 0;
	width:auto;
}
	
.list_inner_line{
	background:url(../images/list_inner-line.gif) repeat-y 244px 0;
	/*width:471px;*/
	padding:0 0 0 21px;
}
	
.list_inner_line ul{
	padding:0;
	margin:0 34px 0 0;
	float:left;
	width:216px;
	/*background:url(../images/list_inner-line.gif) repeat-y 100% 0 #000;*/
	line-height:0;
	padding:0 1px 0 0;
}

.list_inner_line ul.last{
	margin:0;
}

.list_inner_line ul li{	
	display:block;
}
.list_inner_line ul a {
	display: block;
	padding:6px 10px 6px 15px;
	background:url(../images/bulet02.gif) 0 50% no-repeat #fff;
	text-decoration: none;
	color:#333;
	font-size: 15px;
	line-height:19px;
}

.list_inner_line ul a:hover, .list_inner_line ul a.selected:hover {
	background-color:#fff;
	color:#950175;
}

/*.portfolio_list li{
	position:relative;
	float:left;
	width:auto;
	margin:0 30px 38px 0;
}

.portfolio_list li img{
	display:block;
	padding:4px;
	border:1px solid #fff;
	color:#232323;
	background-color:#36003b;
}

.portfolio_list li span.description{
	position:absolute;
	right:0;
	top:20px;
	display:block;
	width:153px;
	font-size:14px;
	line-height:34px;
	font-weight:bold;
	padding:0 0 0 20px;
	background:url(../images/descriptionbg.png) 0 0 no-repeat;
}*/
#portfolio_display{
	position:relative;
	width:950px;
	}
	

.portfolio_list li{
	position:relative;
	float:left;
	width:246px;
	margin:0 30px 30px 0;
	cursor:pointer;
	overflow:hidden;
	display:block;
}

.portfolio_list li img{
	display:block;
	padding:4px;
	border:1px solid #fff;
	color:#232323;
	background-color:#1e222a;
}

.portfolio_list .description {
	display: block;
	position: absolute;
	top: 20px;
	right:-180px;
	height:44px;
	width:150px;
	padding:0 0 0 30px;
	margin:0 0 0 0;
	line-height:44px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/descriptionbg.png) 0 0 no-repeat;
}

.portfolio_list .portfolio_hover img{
	padding:0;
	border:none;
	position:absolute;
	left:0;
	top:0;
}

#portfolioPagination{
	background:url(../images/product-pagination-bg.png) no-repeat 0 0;
	height:26px;
	position:relative;	
	}
	
#portfolioPagination ul{
	list-style-type:none;
	height:21px;
	padding:5px 0 0 0 !important;
	width:340px;
	margin:0 auto;
	}
	
#portfolioPagination ul li{
	height:17px;
	display:block;
	float:left;
	padding:0 6px;
	margin:0;
	}
	
#portfolioPagination ul li a{	
	color:#fff;
	font-size:13px;
	text-decoration:none;
	background-color:inherit;
	width:17px;
	height:17px;
	display:block;
	text-align:center;
	line-height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#portfolioPagination ul li a:hover{
	background:url(../images/portfolio-hover-bg.png) no-repeat 0 0;
	color:#6ff3ff;
	}
	
#portfolioPagination ul li a.active{
	background:url(../images/portfolio-hover-bg.png) no-repeat 0 0;
	color:#6ff3ff;
	}
	
#portfolioPagination ul li a.pre{
	background:url(../images/previous-icon.png) no-repeat 0 5px;
	width:11px;
	height:17px;
	text-indent:-22222px;
	}
	
#portfolioPagination ul li a.preInactive{
	cursor:default;
	background:url(../images/previous-icon-inactive.png) no-repeat 0 5px;
	width:11px;
	height:11px;
	text-indent:-22222px;
	}
	
#portfolioPagination ul li a.preInactive{
	cursor:default;
	background:url(../images/previous-icon.png) no-repeat 0 5px;
	width:11px;
	height:11px;
	text-indent:-22222px;
	}
	
#portfolioPagination ul li a.pre:hover{
	background:url(../images/previous-icon.png) no-repeat 0 5px;
	}
	
#portfolioPagination ul li a.next{
	background:url(../images/next-icon.png) no-repeat right 4px;
	width:10px;
	height:17px;
	text-indent:-22222px;
	}

#portfolioPagination ul li a.next:hover{
	background:url(../images/next-icon.png) no-repeat right 4px;
	}
	

/* --------------- Contact Page --------------- */
.contact_page{
	padding:266px 0 0;
	height:1109px;
	color:#41f0ff;
	background-color:inherit;
	background:url(../images/bg03.jpg) 50% 0 repeat-x;
}

.validator{
	background:url(../images/validator.png) no-repeat 0 0;
	display:none;
	z-index:100;
	position:absolute;
	/*right:-200px;*/
	left:100px;
	top:-75px;	
	height:65px;
	width:146px;
	padding:10px 5px 0;
	}
	

	
.validator p{
	font-size:15px;
	color:#c902a1;
	line-height:20px;
	font-style:italic;
	font-weight:bold;
	}

.contact_inside{
	margin:0 auto;
	width:950px;
}

.contactBig{
	background:url(../images/bg03a.png) repeat-x 50% 0;
	height:126px;
	position:absolute;
	width:100%;	
	z-index:99;
	}

.contact_inside02{
	width:840px;
}

.contact_page h2{
	text-indent:-20000px;
	margin:0 0 0 -50px;
	float:left;
	width:545px;
	height:130px;
	padding:0;
	background:url(../images/title06.png) 0 0 no-repeat;
}

.contact_left{
	float:left;
	width:390px;
	padding:0 46px 0 0;
	position:relative;
	
}

.contactMessage{
	background:url(../images/contact-massage-icon.png) no-repeat 0 center;
	display:none;
	font-size:16px;
	line-height:45px;
	color:#3eccff;
	padding:0 0 0 32px;
	position:absolute;
	top:-45px;
	left:0;
	}

.textBoxPos{
	position:relative;
	}
	
.protfolioLoding{
	margin:300px auto 0;
	width:28px;
	height:28px;
	display:block;
	}
.contact_page input{
	float:left;
	width:345px;
	height:18px;
	padding:6px 18px;
	margin:0 0 15px;
	color:#41f0ff;
	background-color:#0091a0;
	border:1px solid #66f1ff;
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	
}

.contact_page input.error{
	border:1px solid #ffff00 !important;
	background-color:#dcc01e;
	color:#fff6c2;
	}

.contact_page textarea{
	width:345px;
	height:146px;
	padding:6px 18px;
	margin:0 0 15px;
	color:#41f0ff;
	background-color:#0091a0;
	border:1px solid #10ccdf;
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

.contact_page input.submit{
	float:right;
	width:139px;
	height:40px;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	text-indent:-20000px;
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
	cursor:pointer;
	background:url(../images/submit.gif) 0 0 no-repeat;
}

.contact_page input.submit:hover{
	width:139px;
	height:40px;
	background:url(../images/submit.gif) 0 100% no-repeat;
}

.privacy{
	float:right;
	width:344px;
	padding:28px 6px 0 0;
}

.privacy p{
	float:left;
	width:auto;
	line-height:40px;
}

.contact_right{
	float:right;
	width:374px;
}

.contact_right h3{
	text-indent:-20000px;
	height:58px;
	background:url(../images/heading04.png) 0 0 no-repeat;
}

.quote{
	text-align:right;
	font-size:15px;
	line-height:21px;
}

.quote a{
	text-decoration:none;
	}

.quote strong{
	font-size:17px;
	line-height:21px;
	color:#fefefe;
	background-color:inherit;
}

.follow_us ul{
	float:right;
	width:auto;
	padding:34px 0 0;
}

.follow_us li{
	float:left;
	width:auto;
	font-size:19px;
	line-height:70px;
}

.clients_quote{
	padding:0 0 18px;
	margin:0 0 10px 0;
}

.quote_top{
	display:block;
	height:10px;
	font-size:0;
	line-height:0;
	background:url(../images/quotebg_top.png) 0 0 no-repeat;
}

.quote_bot{
	display:block;
	height:40px;
	font-size:0;
	line-height:0;
	background:url(../images/quotebg_bot.png) 0 100% no-repeat;
}

.quotebg{
	padding:0 16px;
	background:url(../images/quotebg.png) 0 0 repeat-y;
}

.quotebg p{
	font-size:14px;
	line-height:20px;
	}

.footer_info{
	margin:0 auto;
	width:810px;
	font-size:12px;
	line-height:18px;
	padding:100px 0 0;
}

.footer_left{
	float:left;
	width:280px;
	padding:6px 0 0 0;
}

.other_site ul{
	display:none;
}

#discover-process{
	position:relative;
	display:block;
	width:280px
	
}
.other_site{
	/*position:relative;
	padding:28px 0 0 0;
	margin:-28px 0 0 0;*/
	padding-bottom:10px;
	height:70px;
}

.footer_left img{
	float:left;
	width:auto;
	/*margin:0 0 10px;*/
	display:block;
	line-height:0;
	font-size:0;
}

.footer_right{
	float:right;
	width:500px;
	text-align:right;
	padding:78px 0 0;
}

.footer_right li{
	display:inline;
	margin:0 7px 0 0;
	padding:0 7px 0 0;
	background:url(../images/divider.gif) right 2px no-repeat;
}

.footer_right li.last{
	margin:0;
	padding:0;
	background:none;
}

.footer_right a{
	text-decoration:none;
	color:#feffff;
	background-color:inherit;
	position:relative;
}

.footer_right a:hover, .footer_right a.active{
	color:#feb30b;
	background-color:inherit;
}

/*------------tooltips start----------*/
.toolTips{
	background:url(../images/footer-tools-tips.png) no-repeat 0 0;
	width:180px;
	height:104px;
	position:absolute;
	left:0;
	/*top:0;*/
	z-index:1;
	display:none;
	padding:10px 0 0 16px;
	}
	
.toolTips ul{
	display:block;
	}
	
.toolTips ul li{
	display:block;
	line-height:25px;
	font-size:12px;
	}
	
.toolTips ul li a{
	color:#02486d;
	text-decoration:none;
	background-color:inherit;
	}
	
.toolTips ul li a:hover{
	color:#0072d2;
	background-color:inherit;
	}
	
#footerLogo{
	position:relative;
	}
/*------------pop up div start--------*/
#footerPopup{
	width:807px;
	background:url(../images/pop-up-bg.png) repeat 0 0 !important;
	border:#adb0b2 1px solid;
	position:absolute;
	padding:18px;
	z-index:2000;
	top:0;
	
	}
	
/*tinycontent{
	}*/
	
.footerPopupInner{
	background-color:#f6f6f6;
	padding:20px;
	color:#03325e;
	overflow-y:scroll;
	height:320px;
	}
	
.footerPopupInner h2{
	font-size:31px;
	line-height:31px;
	font-weight:normal;
	color:#000;
	background-color:inherit;
	margin:0 0 30px 0 ;
	padding:0;
	height:31px;
	float:none;
	text-indent:0;
	background-image:none;
	}
	
.footerPopupInner ul li{
	background:url(../images/terms-icon.gif) no-repeat 0 8px;
	padding:0 0 0 26px;
	line-height:22px;
	font-size:16px;
	margin:0 0 22px 0;
	color:#03325e;
	}
	
.termsTextMar{
	margin-bottom:20px;
	}
	
.termsLink{
	color:#03325e;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	}
	
.termsLink:hover{
	color:#000;
	background-color:inherit;
	}
	
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#loadingajax{
	/*background:#fff url(../images/loading.gif) no-repeat center center;*/
	z-index:2000;
	/*position:absolute;*/
	/*border:#FF0000 solid 1px;
	height:100px;
	width:100px;*/
}

.loadingajax{
	background:#fff url(../images/loading.gif) no-repeat center center;
	height:100px !important;
	width:100px !important;
}
/*#tinycontent {background:#fff}
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}*/
/*#testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#fff}*/
