body {
	font-size:0.75em;
	font-family:Arial, Verdana;
	margin:0;
	background:#FFF;
	color:#333;
}
a img {
	border:none;
}
a {
	color: #b75e07;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.back {
	text-align:right;
}

.container {
	width:946px;
	margin:0 auto;
	overflow:hidden;
}

#content .container {
	width:940px;
	margin-bottom:25px;
}


/*
 * TOP -------------------------------------------------------
 */

#top {
	height:100px;
	background:url('/images/top_bg_1.png') repeat-x top left;
	overflow: hidden;
}
#top .container {
	position:relative;
	height:100%;
}
#top h1 {
	margin:0 0 0 75px;
	padding-top:7px;
}
#top h1 .logo {
	background:url('/images/logo_1.png') top left no-repeat;
	width: 209px;
	height: 88px;
	display: block;
}
#top h1 .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#top h1 .logo span {
	display: none;
}
#top .jumpers {
	display:none;
}
#top p.contact {
	position:absolute;
	top:16px;
	right:90px;
	margin:0;
	font-size:0.82em;
}
#top p.contact .url {
	text-decoration:none;
	color:#777;
	margin-right:5px;
}
#top p.contact .url span {
	color:#EC0;
}
#top p.contact .tel {
	color:#CCC;
	padding:3px 0 3px 15px;
	background:url('../images/phone_1.gif') no-repeat center left;
}

#top #menu {
	position:absolute;
	bottom:1px;
	right:62px;
	width:504px;
	height:48px;
	background:url('../images/menu_bg_1.png') no-repeat;
	overflow:hidden;
	margin:0;
	padding:7px 8px 0 8px;
}
#top #menu li {
	margin:0;
	height:49px;
	float:left;
	line-height:49px;
	list-style-type:none;
}
#top #menu li a {
	display:block;
	overflow:hidden;
	height:49px;
}
#top #menu li span {
	display: none;
}

#top #menu .about a {
	width: 83px;
	background:url('/images/menu_pos_about.png') top left no-repeat;
}
#top #menu .offer a {
	width: 80px;
	background:url('/images/menu_pos_offer.png') top left no-repeat;
}
#top #menu .garage a {
	width: 72px;
	background:url('/images/menu_pos_garage.png') top left no-repeat;
}
#top #menu .partnership a {
	width: 121px;
	background:url('/images/menu_pos_partnership.png') top left no-repeat;
}
#top #menu .experts a {
	width: 89px;
	background:url('/images/menu_pos_experts.png') top left no-repeat;
}
#top #menu .references a {
	width: 110px;
	background:url('/images/menu_pos_references.png') top left no-repeat;
}

#top #menu .contact a {
	width: 90px;
	background:url('/images/menu_pos_contact.png') top left no-repeat;
}
#top #menu .home a {
	width: 48px;
	background:url('/images/menu_pos_home.png') top left no-repeat;
}
#top #menu .home {
	float: right;
}

#top #menu li a:hover {
	background-position: 0px -49px;
}
#top #menu li.active a {
	background-position: 0px -98px;
}
#top #menu li.active a:hover {
	background-position: 0px -98px;
}

/*
#top #menu li.active a {
	height:49px;
	margin-top:0;
}
#top #menu li.active a:hover img {
	top:0;
}*/

/*
 * FOOTER ---------------------------------------
 */

#footer {
	width:940px;
	margin: 0 auto;
	background: url('/images/footer_1.png') no-repeat bottom left;
	padding-bottom: 71px;
}

#footer,
.proj_impl {
	font-size:0.91em;
	text-transform:uppercase;
	color:#777;
}

#footer .container {
	width: auto;
	padding: 0 15px;
	background: #F0F0F0;
	border:solid 1px #DDD;
	border-bottom: none;
	line-height: 35px;
}
#footer .menu {
	overflow:hidden;
	float: left;
	margin:0;
	padding:0;
}
#footer .menu li {
	margin:0 6px 0 0;
	list-style-type:none;
	float:left;
}
#footer .menu li a {
	color:#777;
}
#footer .menu li:after {
	content:'|';
	margin-left:6px;
	color:#999;
}
#footer .menu li:last-child:after {
	content:'';
}
#footer .menu li.active a {
	font-weight:bold;
}

.proj_impl {
	text-align: right;
	font-size:0.85em;
	padding: 30px 15px 0 0;
}

#footer .sela {
	float: right;
	margin: 0;
}

/*
 * BOX -----------------------------------------
 */

.box .box_header {
	margin: 0px;
	padding: 0 16px;
	height: 35px;
	line-height:35px;
	text-transform:uppercase;
	color:#BBB;
	font-size:1em;
	text-shadow: #000 0 -2px 0;
}
.box .box_content {
	padding: 14px 16px;
}


/* 
 * MAIN BOXES --------------------------------
 */

.main_boxes {
	overflow: hidden;
	margin:0 0 25px 0;
}
.box {
	overflow: hidden;
	position: relative;
}
.box.experts {
	width: 340px;
	background:url('../images/box_experts_bg.png') left bottom no-repeat;
}
.box.logos {
	width: 280px;
	height: 152px;
	background:url('../images/box_experts_bg.png') left bottom no-repeat;
}
.box.experts .box_header {
	background:#222 url('../images/box_header_340.png') no-repeat;
}
.box.offer_question {
	width: 280px;
	background:url('../images/box_offer_question_bg.png') left bottom no-repeat;
}
.box.offer_question .box_header {
	background:#222 url('../images/box_header_280.png') no-repeat;
}
.box.promoted_stuff {
	width: 280px;
	background:url('../images/box_promoted_stuff_bg.png') left bottom no-repeat;
}
.box.promoted_stuff .box_header {
	background:#222 url('../images/box_header_280.png') no-repeat;
}
.box.promoted_stuff .box_content {
	padding: 0px;
}
.box.expert_info {
	width: 280px;
	background:url('../images/box_promoted_stuff_bg.png') left bottom no-repeat;
}
.box.expert_info .box_header {
	background:#222 url('../images/box_header_280.png') no-repeat;
}
.box.expert_info .box_content {
	padding: 14px 16px;
}
.box.contact_form {
	width: 280px;
	background:url('../images/box_contact_form_bg.png') left bottom no-repeat;
}
.box.contact_form .box_header {
	background:#222 url('../images/box_header_280.png') no-repeat;
}
.box.club {
	width: 280px;
	background:url('../images/box_club_bg.png') left bottom no-repeat;
}
.box.club .box_header {
	background:#FE1 url('../images/box_header_yellow_280.png') no-repeat;
	color:#C50;
	text-shadow:#FF9 0 1px 0;
}
.box.experts .more {
	position:absolute;
	bottom:16px;
	right:16px;
	margin:0;
}
.promo_club a {
	display: block;
}

/*
 * BANNERS ---------------------------------------
 */

.banner_boxes .promo {
	margin-right: 20px;
	width:639px;
	float:left;
}
.banner_boxes .sponsor a {
	display: block;
}


/* 
 * OFFER QUESTION ---------------------------------
 */

.offer_question fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.offer_question p {
	padding: 0px;
	margin: 0 0 5px;
	line-height: 15px;
}
.offer_question label {
	display: none;
}
.offer_question input, .offer_question select {
	padding:8px 5px;
	font-size: 0.9em;
	display:block;
}
.offer_question select {
	margin-bottom:0.8em;
	width:250px;
}
.offer_question input {
	width:234px;
}
.offer_question .stepbar {
	background:url('../images/offer_question_stepbar.png') left top no-repeat;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 10px;
	font-size: 0.9em;
	color: #808080;
	position: absolute;
	bottom: 16px;
	left: 17px;
	width: 240px;
	margin: 0px;
}
.offer_question .stepbar .glossybutton {
	position:absolute;
	top:0;
	right:0;
}

/*
 * GLOSSYBUTTON -----------------------------------
 */

/*firefox inner button inner padding hack*/
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
.glossybutton {
	border: 0px;
	padding: 0 3px 0 0;
	margin: 0px;
	height: 29px;
	line-height: 29px;
	background:url('../images/glossybutton_right.png') top right no-repeat;
	float: right;
	cursor: pointer;
	text-decoration: none;
}
.glossybutton span {
	text-transform: uppercase;
	color: #C50;
	font-weight: bold;
	font-size: 12px;
	padding: 0 11px 0 14px;
	display: block;
	height: 29px;
	line-height: 30px;
	background:url('../images/glossybutton_left.png') top left no-repeat;
	text-shadow: #FF9 0px 1px 0px;
}
button.glossybutton span {
	font-family: Arial, Verdana;
}
.glossybutton:hover, .glossybutton:focus {
	text-decoration:none;
}
.glossybutton:hover span, .glossybutton:focus span {
	text-shadow: #fff 0px 1px 0px;
	background-position: 0px -29px;
}

.grayedbutton {
	background:url('../images/grayedbutton_right.png') top right no-repeat;
	outline: none;
}
.grayedbutton span {
	background:url('../images/grayedbutton_left.png') top left no-repeat;
	color: #7E7E7E;
	text-shadow: #fff 0px 1px 0px;
}
.grayedbutton:hover span {
	text-shadow: #fff 0px 1px 0px;
}

/*
 * STOREHOUSE ---------------------------------------
 */

.storehouse {
	width: 640px;
	height: 152px;
	background:url('/images/box_storehouse_bg.png') left top no-repeat;
	float: left;
	display: block;
	margin: 0 20px 0 0;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.storehouse .item {
	width: 287px;
	height: 130px;
	display: block;
	background: #fff;
	position: absolute;
	overflow: hidden;
	padding: 10px;
	top: 1px;
}
.storehouse .item a {
	text-decoration: none;	
}
.storehouse .item:hover .title, .storehouse .item:hover .description,  .storehouse .item:hover .image {
	opacity: 1;
	color: #666;
}
.storehouse .item .glossybutton span {
	padding: 0 5px 0 8px;
}
.storehouse .item:hover .glossybutton span{
	text-shadow: #fff 0px 1px 0px;
}

.storehouse .item_l {
	left: 7px;
}
.storehouse .item_r {
	right: 8px;
	border-left: 1px solid #c2c2c2;
}
.storehouse .image {
	position: absolute;
	top: 12px;
	right: 7px;
	width: 125px;
	height: 85px;
	border: solid #999;
	border-width: 0 1px 2px 0;
	overflow: hidden;
}
.storehouse .image img {
	width: 100%;
	margin-top: -20px;
}
.storehouse .title, .storehouse .description {
	margin-left: 5px;
	margin-right: 135px;
	color: #888;
}
.storehouse .title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	color: #666;
	font-size: 1em;
	text-transform: uppercase;
}
.storehouse .description {
	font-size: 0.9em;
	padding: 0px;
	list-style-type: none;
	display: block;
	line-height: 1.3em;
}
.storehouse .offer {
	text-transform: uppercase;
	font-weight: normal;
	line-height: 29px;
	width: 126px;
	position: absolute;
	bottom: 14px;
	right: 7px;
	margin-right: 0;
}
.storehouse .item_link {
	overflow: hidden;
}

/*
 * STATIC PAGES CONTENT
 */


.textbox {
	background-color: #FFF;
	border: solid 1px #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 10px;
	font-size: 1.1em;
	text-align: justify;
}

.packet_info {
	border-bottom: 1px solid #DDD;
	padding: 30px 0 10px;
	overflow: hidden;
}
.packet_info:last-child {
	border-bottom: none;
}
.packet_info > img {
	float: left;
}
.packet_info > h3 {
	margin: 0 0 5px 210px;
}
.packet_info > p, .packet_info > ul {
	margin: 0 0 10px 210px;
	padding-bottom: 10px;
	color: #808080;
	border-bottom: 1px solid #DDD;
	text-align: justify;
}
.packet_info > p:last-child {
	border-bottom: none;
}
.packet_info > p.black {
	color: #000;
}
.packet_info ul {
	list-style: outside none;	/* hacked, look on the next item */
	padding-left: 20px;
	vertical-align: bottom;
}
.packet_info ul > li:before {	/* ugly hack to make the image vertically centered */
	content: url('/images/list.png');
	margin-left: -20px;
	margin-right: 10px;
	vertical-align: top;
}
.full > p, .full > ul, .full > h3 {
	margin-left: 0;
}

/*
 * LOGOS SWITCHER -----------------------------------
 */

.imgswitcher {
	position: relative;
	top: -10px;
	overflow: hidden;
	margin: 1px;
	height: 100px;
	width: 100% !important;
}
.imgswitcher .images {
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 10000em;
}
.imgswitcher a {
	display: block;
	width: 248px;
	height: 100%;
	line-height: 100px;
	text-align: center;
	float: left;
}
.imgswitcher a img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.imgswitcher .prev,
.imgswitcher .next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
}
.imgswitcher .prev {
	left: 0;
}
.imgswitcher .next {
	right: 0;
}

#content .container h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: -5px 0 12px 0;
}
