@charset "utf-8";

/*

=========================

Author: Sorin Istudor
Freelancer Web designer
Client: JLGSOLERA
Description: Design Stylesheet

=========================

*/


/*

----------------
LAYOUT
----------------

*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
}

#header_bkg{
	background-color:#000;
	height: 193px;
	border-bottom: 1px solid #eee;
}
#content_bkg{
	border-top: 1px solid #d9d9d9;
	background: url(../template_img/gradient.jpg) repeat-x;
}

#header{
	width: 960px;
	height: 193px;
	margin:0 auto;
	background:url(../template_img/header_gradient.jpg) no-repeat;
}

.logo{
	border:none;
	float:left;
}

/*--------------
NAVIGATION
-----------------*/

.menu{
	margin: 54px 0 0 0;	
	height:37px;
	float:right;
}

#nav{
	height: 37px;
	width: 523px;
	background: url(../template_img/meniu.jpg);
	margin: 0;
	padding: 0;
}


#nav li{
	float:left;
}

#nav li a{
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/meniu.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 37px;
}

/*--------------
#nav_tv
-----------------*/

	li#nav_tv a:link, li#nav_tv a:visited, li#nav_tv a:active {
		left: 0;
		width: 104px;
		background-position: 0 0;
	}
	
	li#nav_tv a:hover{
		background-position: 0 -37px;
	}
	
	li#nav_tv.selected a:link, li#nav_tv.selected a:active, li#nav_tv.selected a:visited {
		background-position: 0 -37px;
	}

/*--------------
#nav_assistant
-----------------*/
	
		li#nav_assistant a:link, li#nav_assistant a:visited, li#nav_assistant a:active {
		left: 104px;
		width: 146px;
		background-position: -104px 0;
	}
	
	li#nav_assistant a:hover{
		background-position: -104px -37px;
	}
	
	li#nav_assistant.selected a:link, li#nav_assistant.selected a:active, li#nav_assistant.selected a:visited {
		background-position: -104px -37px;
	}
	
/*--------------
#nav_favorites
-----------------*/
	
	li#nav_favorites a:link, li#nav_favorites a:visited, li#nav_favorites a:active {
		left: 250px;
		width: 147px;
		background-position: -250px 0;
	}
	
	li#nav_favorites a:hover{
		background-position: -250px -37px;
	}
	
	li#nav_favorites.selected a:link, li#nav_favorites.selected a:active, li#nav_favorites.selected a:visited {
		background-position: -250px -37px;
	}
	
/*--------------
#nav_library
-----------------*/
	
	li#nav_library a:link, li#nav_library a:visited, li#nav_library a:active {
		left: 397px;
		width: 126px;
		background-position: -397px 0;
	}
	
	li#nav_library a:hover{
		background-position: -397px -37px;
	}
	
	li#nav_library.selected a:link, li#nav_library.selected a:active, li#nav_library.selected a:visited {
		background-position: -397px -37px;
	}

/*--------------
END OF NAVIGATION
-----------------*/

/*--------------
NAVIGATION SUBMENU
-----------------*/

.submenu{
	margin:0 0 0 25px;	
	height:62px;
	float:left;
	display: inline;
}

#sub{
	height: 62px;
	width: 263px;
	background: url(../template_img/contact_award.jpg);
	margin: 0;
	padding: 0;
}


#sub li{
	float:left;
}

#sub li a{
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/contact_award.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 62px;
}

/*--------------
#sub_contact
-----------------*/

	li#sub_contact a:link, li#sub_contact a:visited, li#sub_contact a:active {
		left: 0;
		width: 132px;
		background-position: 0 0;
	}
	
	li#sub_contact a:hover{
		background-position: 0 -62px;
	}
	
	li#sub_contact.selected a:link, li#sub_contact.selected a:active, li#sub_contact.selected a:visited {
		background-position: 0 -62px;
	}

/*--------------
#sub_award
-----------------*/
	
	li#sub_award a:link, li#sub_award a:visited, li#sub_award a:active {
		left: 132px;
		width: 131px;
		background-position: -132px 0;
	}
	
	li#sub_award a:hover{
		background-position: -132px -62px;
	}
	
	li#sub_award.selected a:link, li#sub_award.selected a:active, li#sub_award.selected a:visited {
		background-position: -132px -62px;
	}

/*--------------
END OF SUBMENU
-----------------*/

/*--------------
LANGUAGE
-----------------*/

.language{
	margin: 39px 0 0 0;	
	height:40px;
	float:right;
}

#lang{
	height: 40px;
	width: 157px;
	background: url(../template_img/language.jpg);
	margin: 0;
	padding: 0;
}


#lang li{
	float:left;
}

#lang li a{
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/language.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
}

/*--------------
#lang_en
-----------------*/

	li#lang_en a:link, li#lang_en a:visited, li#lang_en a:active {
		left: 0;
		width: 53px;
		background-position: 0 0;
	}
	
	li#lang_en a:hover{
		background-position: 0 -40px;
	}
	
	li#lang_en.selected a:link, li#lang_en.selected a:active, li#lang_en.selected a:visited {
		background-position: 0 -40px;
	}

/*--------------
#lang_ro
-----------------*/
	
	li#lang_ro a:link, li#lang_ro a:visited, li#lang_ro a:active {
		left: 53px;
		width: 52px;
		background-position: -53px 0;
	}
	
	li#lang_ro a:hover{
		background-position: -53px -40px;
	}
	
	li#lang_ro.selected a:link, li#lang_ro.selected a:active, li#lang_ro.selected a:visited {
		background-position: -53px -40px;
	}
	
/*--------------
#lang_es
-----------------*/
	
	li#lang_es a:link, li#lang_es a:visited, li#lang_es a:active {
		left: 105px;
		width: 52px;
		background-position: -105px 0;
	}
	
	li#lang_es a:hover{
		background-position: -105px -40px;
	}
	
	li#lang_es.selected a:link, li#lang_es.selected a:active, li#lang_es.selected a:visited {
		background-position: -105px -40px;
	}
/*--------------
END OF NAVIGATION
-----------------*/

#box {
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 960px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 430px;

}

.block{
	margin:10px 0 0 0;
}

#tv{
	margin: 30px 0 0 30px;
	width: 431px;
	height: 311px;
	display:inline;
	float:left;
	background:url(../template_img/tv.jpg) no-repeat;
}

.slideshow{
	margin: 18px 0 0 19px;
}

p.titlu, p.titlu1{	
	width: 439px;
	padding: 30px 0 0 30px;
	font-size:30px;
	float:left;
	color:#272727;
	font-style:italic;
}

p.old_price{	
	padding: 30px 0 0 30px;
	font-size:22px;
	float:left;
	color:#272727;
	font-style:italic;
}

p.new_price{	
	padding: 18px 0 0 10px;
	font-size:36px;
	float:left;
	color:#ed145b;
	font-style:italic;
}

span.ident{
	font-size:20px;
	vertical-align:top;
}

.free{
	margin: 30px 0 0 60px;
}

.number{
	color:#ed145b;
	font-size: 40px;
}

.buy{
	height: 38px;
	width: 121px;
	background: url(../template_img/buy_now.jpg);
	margin: 19px 30px 19px 0;
	padding: 0;
	float:right;
}

.buy a{
	float:left;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/buy_now.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 38px;
}

.buy a {
	left: 0;
	width: 121px;
	background-position: 0 0;
}

.buy a:hover{
	background-position: 0 -38px;
}

#box2 {
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 960px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 283px;

}
#boxdosa {
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 960px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 370px;

}
#boxlist {
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 960px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	

}
#leptop{
	display:inline;
	margin: 30px 0 0 100px;
	width: 361px;
	float:left;
}

p.titlu1{
	padding-top: 60px;
}

p.text{	
	width: 439px;
	padding: 30px 0 0 30px;
	font-size:22px;
	float:left;
	color:#272727;
	font-style:italic;
}

.download{
	height: 38px;
	width: 199px;
	background: url(../template_img/download.jpg);
	margin: 19px 30px 19px 0;
	padding: 0;
	float:right;
}

.download a{
	float:left;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/download.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 38px;
}

.download a {
	left: 0;
	width: 199px;
	background-position: 0 0;
}

.download a:hover{
	background-position: 0 -38px;
}

#box3, #dark_box1, #dark_box2, #dark_box3, #div_left, #div_center, #div_right, #footer {
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 960px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 431px;

}

p.titlu2, p.titlu3{
	padding: 20px 0 0 30px;
	font-size:36px;
	float:left;
	color:#272727;
	font-style:italic;
}

p.titlu3{
	font-size:30px;
}

p.text2{	
	padding: 15px 0 0 30px;
	font-size:18px;
	float:left;
	color:#272727;
	font-style:italic;
}

table{
	float:left;
	width: 900px; 
	margin: 20px 0 20px 30px;
}

#dark_box1, #dark_box2, #dark_box3{
	background: #FFF url(../template_img/gradient_box.jpg) repeat-x;
	height: 150px;
}

#totem{
	width:100px;
	padding: 30px 0 0 30px;
	float:left;
	border-right: 1px solid #b8bbc2;
	height: 120px;
}
p.text_dark{
	color:#FFF;
	float:left;
	font-size:18px;
	width: 790px;
	padding: 30px 15px 0 15px;
	border-left: 1px solid #3f4349;
}


#box4{
	height: 310px;
	width: 961px;
	margin:20px auto 0 auto;
}
#div_left, #div_center, #div_right{
	width: 310px;
	height: 250px;
	float:left;
	margin: 20px 10px 0 0;
}
#div_right{
	margin-right:0;
}

p.bloc_testimonies{
	padding:20px 0 0 20px;
	clear:both;
}
span.author{
	font-size: 22px;
	font-style:italic;
	float:left;
}

span.date{
	float:right;
	padding-right: 20px;
	font-size:14px;
	color:#9e0b0f;
}

p.text_testimonies{
	clear:both;
	font-size:14px;
	font-style:italic;
	padding: 20px;
}

/*------------
OTHER PAGES
------------*/
ul.features{
	font-size:16px;
	width: 400px;
	margin: 30px;
	float:left;
}
ul.features li{
	padding: 5px 0 0 30px;
}
p.description{
	float:left;
	font-size:16px;
	padding: 10px 30px;
}

.buy_big{
	height: 84px;
	width: 270px;
	background: url(../template_img/buy.jpg);
	margin: 19px 0 19px 360px;
	padding: 0;
}

.buy_big a{
	float:left;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/buy.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 84px;
}

.buy_big a {
	left: 0;
	width: 270px;
	background-position: 0 0;
}

.buy_big a:hover{
	background-position: 0 -84px;
}
#box5, #box6, #box7, #box8, #box9{
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 960px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 630px;

}

#box6{
	height: 520px;
}

#box7{
	height: 560px;
}

#box8{
	height: 980px;
}

#box9{
	height: 610px;
}
/*----------------*/

#footer{
	height: 83px;
}

p.short_links{
	padding: 20px 0 0 0;
	text-align:center;
	font-size: 14px;
}

p.copy, p.power{
	padding: 5px 0 0 0;
	text-align:center;
	font-size: 12px;
}
p.short_links a.selected_short{
	color: #ff9000;
	text-decoration: none;
}
#boxrozila {
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 950px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 610px;
	padding-left: 5px;
	padding-top: 2px;
}
.cuadrado {
	background-color: #09F;
	width: 800px;
}

#boxembebed {
	background: #FFF url(../template_img/bkg_sectiune.jpg) repeat-x;
	width: 950px;
	margin: 0 auto;
	border: #e1e1e1 1px solid;
	border-top: #fff 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 30px;
	padding-left: 4px;
	padding-top: 8px;
}
.googleheader {
	height:60px;
	width: 468px;
	float: right;
	margin-top: -50px;
}

