/*
Theme Name: Twentyten Child
Theme URI: www.wordpress.org
Template: twentyten
Description: A child theme for Twentyten
Author: VSS WEB TEAM

Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
. 
*/

@import url("../twentyten/style.css");

body{
	background-color: #FEF5DB;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-decoration: none;
	}

#branding img,
#access,
#site-description,
#site-title{
	display:none;
}

#colophon,
#site-generator,
#site-info{
	display:none;
}

#wrapper{
	width:920px;
	margin-top: 0px;
	background:transparent;
}

#header{
	width:100%;
	height:126px;
	background: url(images/header_bg.jpg) repeat-x;
}

#header-logo1{
	width:98px;
	height:121px;
	background: url(images/logo.jpg) no-repeat;
	float:left;
	margin-left:60px;
	margin-top:-25px;
}

#header-logo2{
	width:98px;
	height:121px;
	background: url(images/logo.jpg) no-repeat;
	float:right;
	margin-right:60px;
	margin-top:-25px;
}

#header-title{
	width:412px;
	height:121px;
	background: url(images/title.jpg) no-repeat;
	float:left;
	margin-left:100px;
	margin-top:-25px;
}

/* UPPER MENU */

#upper-nav-menu-left{
	height: 45px;
    width: 12px;
	background: url(images/menuleft.jpg) no-repeat;
	margin-top:96px;
}
#upper-nav-menu-right{
	height: 45px;
    width: 12px;
	background: url(images/menuright.jpg) no-repeat;
	margin:-45px 0 0 0;
	float:right;
	
}

#upper-nav-menu{
	margin-left:12px;
	margin-right:12px;
	width:98%;
    background: url(images/menucenter.jpg) repeat-x;
    height:45px;
	margin-top:-65px;
}

#upper-nav-menu ul{
	margin-top:20px;
}

#upper-nav-menu li {
	list-style: none;
	float: left;
	height:32px;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
}

#upper-nav-menu li.menu-item-32{
	width:60px;
    background: url(images/homem.jpg) no-repeat;  
}

#upper-nav-menu li.menu-item-31{
	width:91px;
    background: url(images/aboutusm.jpg) no-repeat;  
}

#upper-nav-menu li.menu-item-30{
	width:70px;
    background: url(images/faqm.jpg) no-repeat;  
}
#upper-nav-menu li.menu-item-29{
	width:70px;
    background: url(images/paymentm.jpg) no-repeat;  
}

#upper-nav-menu li.menu-item-140{
	width:55px;
    background: url(images/news.jpg) no-repeat;  
}

#upper-nav-menu li.menu-item-313{
	width:70px;
    background: url(images/affiliates.jpg) no-repeat; 
	}
	
#upper-nav-menu li.menu-item-28{
	width:100px;
    background: url(images/contactm.jpg) no-repeat;  
}
#upper-nav-menu li.menu-item-27{
	width:67px;
	margin-left:90px;
    background: url(images/signupm.jpg) no-repeat;  
}
#upper-nav-menu li.menu-item-26{
	width:72px;
    background: url(images/loginm.jpg) no-repeat;  
}

#upper-nav-menu li a{
	color:transparent;
	text-decoration: none;
	font-size:20px;
	margin-top:10px;
}

#upper-nav-menu li a:hover{
	color:transparent;

 }

#main{
	width:920px;
}

#content{
	width:890px;
	margin-top:-20px;
	padding: 0px 20px 10px 20px;
}

#content p{
	font-size:13px;
	line-height:15px;
	color:#000;
}

#tab_div{
	width:745px;
	margin-left:30px;
}

#content ol{
	width:700px;
}

#content ol li{
	font-size:13px;
	line-height:15px;
	color:#000;
}
/* FOOTER NAV */


#footer-child{
	width:870px;
	margin:0 auto;
	margin-top:30px;
}

#footer-nav{
	width:70%;
	margin:30px 0 0px 200px;
}
#footer-nav-text{
	float:left;
	font-size: 14px;
}

#footer-nav ul{
	margin: 0 auto;
	padding-left:2px;
	margin-left:7px;
	float:left;
}

#footer-nav li {
	text-align: left;
	list-style: none;
	display:inline;
	margin: 0 auto;
	border-left:1px solid #000;
}
#footer-nav li a{
	padding-right:6px;
	padding-left:6px;
	font-size:14px;
	text-decoration: none;
	color:#000;
}
#footer-image{
	width:500px;
	height:23px;
	margin:0 auto;
    background: url(images/contact.jpg) no-repeat;
}

/* PAGES */

#hm1-before-title{
	width:180px;
	height:37px;
    background: url(images/before-title.jpg) repeat-x;
	float:left;
	margin-top:-2px;
}

#hm1-title{
	width:162px;
	height:35px;
    background: url(images/homefirsth1.jpg) no-repeat;
	float:left;	
}

#hm1-after-title{
	width:420px;
	height:35px;
    background: url(images/after-title.jpg) no-repeat;
	float:left;
}

#hm1-content-1{
	width:183px;
	height:145px;
    background: url(images/homefirstm1.jpg) no-repeat;
	float:left;
}

#hm1-content-2{
	float:left;
}

#hm1-content-2-head{
	width:588px;
	height:24px;
    background: url(images/homefirstm2.jpg) no-repeat;
}

#hm1-content-2-body{
	width:588px;
	height:76px;
    background: url(images/homefirstm3.jpg) no-repeat;
}

#hm1-content-2-body p{
	padding:15px 30px 0 10px;
}

#hm1-content-2-foot{
	width:588px;
	height:45px;
    background: url(images/homefirstm4.jpg) no-repeat;
}

#hm1-content-3{
	width:68px;
	height:145px;
    background: url(images/homefirstm5.jpg) no-repeat;
	float:left;
}

#hm2-before-title{
	width:180px;
	height:36px;
    background: url(images/homecontenth1.jpg) repeat-x;
	float:left;
	margin-top:-1px;
}

#hm2-after-title{
	width:411px;
	height:35px;
    background: url(images/after-title.jpg) no-repeat;
	float:left;
}

#hm2-title{
	width:171px;
	height:35px;
    background: url(images/works-title.jpg) no-repeat;
	float:left;	
}

#hm2-content-1{
	width:256px;
	height:185px;
    background: url(images/homesecondm1.jpg) no-repeat;
	float:left;
}

#hm2-content-2{
	width:256px;
	height:185px;
    background: url(images/homesecondm2.jpg) no-repeat;
	float:left;
}
#hm2-content-3{
	width:252px;
	height:185px;
    background: url(images/homesecondm3.jpg) no-repeat;
	float:left;
	margin-left:-5px;
}
#hm2-content-4{
	width:73px;
	height:185px;
    background: url(images/homesecondm4.jpg) no-repeat;
	float:left;
}

#hm2-content-1 p, #hm2-content-2 p, #hm2-content-3 p{
	padding:70px 10px 0 10px;
}

#hm3-title{
	width:116px;
	height:37px;
    background: url(images/about-us.jpg) no-repeat;
	float:left;	
}


#hm3-before-title{
	width:180px;
	height:37px;
    	background: url(images/homethirdh.jpg) repeat-x;
	float:left;
}

#hm3-after-title{
	width:467px;
	height:36px;
    	background: url(images/homethirdh2.jpg) no-repeat;
	float:left;
	margin-top:1px;
}

#hm3-content-1{
	float:left;
}

#hm3-content-1-head{
	width:567px;
	height:24px;
    background: url(images/homethirdm1.jpg) no-repeat;
}

#hm3-content-1-body{
	width:567px;
	height:135px;
    background: url(images/homethirdm2.jpg) no-repeat;
}

#hm3-content-1-body p{
	padding:15px 0px 0 10px;
}

#hm3-content-1-foot{
	width:567px;
	height:40px;
    background: url(images/homethirdm3.jpg) no-repeat;
}

#hm3-content-2{
	width:266px;
	height:199px;
    background: url(images/homethirdm4.jpg) no-repeat;
	float:left;
	margin-top:1px;
}

#about-content1-1{
	width:9px;
	height:18px;
    background: url(images/about-c1-1.jpg) no-repeat;
	float:left;
	margin-top:3px;
}

#about-content1-2{
	width:748px;
	height:21px;
    background: url(images/about-c1-2.jpg) no-repeat;
	float:left;
}

#about-content1-3{
	width:9px;
	height:21px;
    background: url(images/about-c1-3.jpg) no-repeat;
	float:left;
}

#about-content2{
	width:836px;
	height:610px;
    background: url(images/about-c2.jpg) no-repeat;
	float:left;
	margin:-3px 0 0 -1px;
}

#about-content2 p{
	padding:10px 80px 0 20px;
}

#contact-us-title{
	width:772px;
	height:44px;
    background: url(images/contactus_title.jpg) no-repeat;
	float:left;
	margin-left:-2px;
}

#payment-title{
	width:767px;
	height:49px;
    background: url(images/payment_title.jpg) no-repeat;
	float:left;
	margin-left:-2px;
	margin-bottom:-1px;
}

#payoneer{
	width:182px;
	height:70px;
    background: url(images/payoneer_logo.gif) no-repeat;
	margin-left:20px;
}

#paypal{
	width:200px;
	height:50px;
    background: url(images/paypal_logo.gif) no-repeat;
	margin:10px 0 0 20px;
}

#faq-title{
	width:102px;
	height:35px;
    background: url(images/faq-title.jpg) no-repeat;
	float:left;	
	margin-bottom:2px;
}

#faq-before-title{
	width:180px;
	height:37px;
    background: url(images/homethirdh.jpg) repeat-x;
	float:left;
	margin-top:-2px;
	margin-bottom:2px;
}

#faq-after-title{
	width:467px;
	height:36px;
    background: url(images/homethirdh2.jpg) no-repeat;
	float:left;
	margin-top:-1px;
	margin-bottom:2px;
}

#page-before-title{
	width:180px;
	height:37px;
    background: url(images/homethirdh.jpg) repeat-x;
	float:left;
	margin-top:-1px;
}

#page-after-title{
	width:586px;
	height:36px;
    background: url(images/homethirdh2.jpg) no-repeat;
	float:left;
	
}

ul.signup li{
margin-left:30px;
list-style:disc;
}

ul.signup li a{
font-size:13px;
}

#testimonials{
	width:772px;
	height:100%;
    background: url(images/testimonialsbg.jpg) repeat-y;
	margin:0px 0 0px -5px;
	padding-bottom:50px;
}

#testimonials p{
	padding:0 20px 0 20px;
}

#testimonials hr{
	background:#000;
	width:95%;
	margin:0 auto;
}

#comments{
	width:750px;
	margin: 0 auto;
	margin-top:-70px;
}

#testimonials ol.commentlist{
	margin-left:-50px;

}
.comment-body p{
margin-left:-15px;
}
cite.fn{
font-weight:normal;
font-size:13px;
}

#recaptcha-submit-btn-area input[type="submit"]{
margin:10px 0 0 0;
width:200px;
}

#blog_page{
width:98%;
margin-left:-30px;
}

#newsletter_home{

	width:98%;
}

#newsletter_right{
	float:left;
	width:60%;
	font-size:14px;
	color:#000;
	text-align:justify;
	text-justify:inter-word;
}

#newsletter_left{
	float:left;
	width:40%;
}


#newsletter_left input[type="submit"]{
	border:1px solid #000;
	background:#fef5db;
	color: #000;
	font-size:12px;
	height:25px;
	margin-left:10px;
}

#newsletter_left input[type="text"]{
	border:1px solid #000;
	width:200px;
	font-size:12px;
}

#newsletter_left table{
	border-collapse:collapse;
	border:1px solid #fef5db;	
}

#newsletter_left table td{
	border:1px solid #fef5db;	
}

#socials_div{
	float:right;
	width:280px;
	height:35px;
	margin-top:-45px;
}

#socials_div_news{
	float:right;
	width:280px;
	height:35px;
	margin:-10px -48px 10px 0;
}

#socials_fb{
	float:left;
	height:35px;
	width:32px;
    background: url(images/socials_facebook.png) no-repeat;
}

#socials_twitter{
	float:left;
	height:35px;
	width:35px;
    background: url(images/socials_twitter.png) no-repeat;
}

#socials_gplus{
	float:left;
	height:35px;
	width:31px;
    background: url(images/socials_gplus.png) no-repeat;
	margin-top:1px;
}

#socials_youtube{
	float:left;
	height:35px;
	width:33px;
    background: url(images/socials_youtube.png) no-repeat;
	margin-top:-1px;
}

#socials_flickr{
	float:left;
	height:35px;
	width:33px;
    background: url(images/socials_flickr.png) no-repeat;
}

#socials_rss{
	float:left;
	height:35px;
	width:33px;
    background: url(images/socials_rss.png) no-repeat;
}

#socials_pinterest{
	float:left;
	height:35px;
	width:33px;
    background: url(images/socials_pinterest.png) no-repeat;
}