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

body {
	color: #e6e6e6;
	background-color:rgb(26, 26, 26);
	background-image:url(img/gradient.png);
	background-position:center center;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	min-width:1002px;
	min-height:800
}

img
{border:0px;}

#wrapper {
	color: #191919;
	width:1002px;
	min-height:650px;
	border:0px;
	padding:0px;
	margin:0px;
	padding:0px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	
	background-color:rgb(240, 240, 240);	
	
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	
	
	
}

/*Header section*/


#header {
	width:100%;
	
}


/*Inside header*/


#title, #title_pic
{
width:100%;
text-align:center;
}

#title
{
padding-top:20px;
}

#contacts
{
padding: 1%;
width:24%;
float:left;
}

#title_pic
{
width:50%;
float:left;
}

#informer
{
padding: 1%;
width:24%;
float:left;
}

/*icon containers*/

#icons
{
margin-top:20px;
}

.icn_wrapper
{
float:left;
width:14%;
}


.icn_wrapper div
{

text-align:center;
width:128px;

margin-left:auto;
margin-right:auto;

}

.mousefx:hover
{
opacity: 0.6;
}

/*Site content*/

#content

{
margin-left:25px;
float:left;
width:70%;
}

div.brandlist
{
margin-top: 5px;
margin-bottom: 5px;
float:left; 
width:25%;
font-size: 1.2em;
font-weight: bold;
}


}

#model_sel_form
{
float:left;
width:50%;
}

#model_sel_form_form
{
float:left;
width:45%;
}

#model_sel_form_informer
{
float: right;
width:50%;
height:200px;
padding-left: 10px;
border-left: 1px solid rgb(128,128,128);

}

#detail_tree
{
width:40%;
float:left;

}

#detail_list
{
width:55%;
float:right;

}


#column
{
width:20%;
float:right;
margin-right:25px;
}


	
/*bottom containers*/

#footer {
margin-top:20px;
}

#credits
{
width:1002px;
margin-left:auto;
margin-right:auto;
text-align:center;
color:rgb(240,240,240);
}

