body
{
	background-color:#fff;
	font-family:Sans-Serif;
	}

#wraper 
{
	position:relative; 
    text-align:left;
    width:650px; 
    background-color:#fff; 
    }

#header
{	 
	position:relative;
 	width:100%;
 	height:100px;
 	border:0px;
 	background-color:#050074;
 	background-image: url(../images/logo.jpg);
 	background-position:left top;
 	background-repeat:no-repeat;
 	}
 	 
#hmenu
{
	top:0px;
	height:25px;
	width:100%;
	text-align:left;
	background-color:#3E48A0;
	border-width: 1px 0px 0px 0px;
	border-color:#55c;
	border-style:solid;
	padding-top:3px;
	}

.hmenuitem
{
	color:#ddd;
	font-family:Arial Greek;
	font-style:normal;
	font-size:12pt;
	font-weight:bold;
	margin-top:10px;
	padding:0px 10px;
	height:15px;
	border-left-width: 1px;
	border-left-color:silver;
	border-left-style:solid;
}

#hlink_1{border:0px;}

.hmenuitem:hover
{
	color:yellow;
	cursor:pointer;
}

#vmenu
{ 
	position:relative;
	top:0px;
	background-color:#ddd;
	width:150px;
	border-width: 0px;
	padding:1px;
}

.vmenuitem
{
	color:#3E48A0;
	font-family:Arial Greek;
	font-style:normal;
	font-size:12pt;
	font-weight:bold;
	padding:3px 0px 10px 10px;
	height:15px;
	border-top-width: 1px;
	border-top-color:silver;
	border-top-style:dotted;
}

.vmenuitem:hover
{
	background-color:#3E48A0;
	color:#ddd;
	cursor:pointer;
}

#vlink_1{border: 0px;}

#footer
{
	width:100%;
	text-align:center;
	color:Gray;
	font-size:8pt;
	margin-top:5px;
	padding-top:5px;
	border-top: 1px dotted #ccc;
}

#ads
{
	position:relative;
	background-color:#ddd;
	width:100%;
	font-size:8pt;
	color:silver;
	border-top-width: 1px;
	border-top-color:silver;
	border-top-style:dotted;
}

#content
{
	font-size:48pt;
	color:#050074;
	position:absolute;
	top:129px;
	left:152px;
	width: 811px;
	height:80%;
	min-height:400px;
	background-color:#fff;
	border:0px solid red;
	padding:2px 5px;
}

#searchform
{
	
	position:absolute;
	display:inline-block;
	right:5px;
	top:103px;
}

#searchbox
{
	border: 1px solid #050074;
}

#searchbutton
{
	height:21px;
	padding:0px 3px 2px 3px;
	border: 1px solid #050074;
	background-color:silver;
	color:#050074;
	font-family:Arial;
	font-weight:bold;
	padding-bottom:1px;
}

.popMenu
{
	position:absolute;
	left:148px;
	display:none;
	width:200px;
	height:300;
	background-color:#ddd;
	color:#ddd;
	border:1px dotted silver;
}

.popMenuItem
{
	color:#3E48A0;
	font-family:Arial Greek;
	font-style:normal;
	font-size:8pt;
	font-weight:normal;
	padding:1px 0px 3px 10px;
	height:auto;
	border-top-width: 1px;
	border-top-color:silver;
	border-top-style:dotted;
}

#popMenuCloseButton
{
	background-color:#3E48A0;
	width:100%;
	font-size:8pt;
	font-weight:bolder;
	text-align:right;
	border-bottom:1px solid #aaa;
	margin-bottom:10px;
}

#popMenuCloseButton:hover
{
	background-color:#ddd;
	color:#3E48A0;
	cursor:pointer;
}

.popMenuItem:hover
{
	background-color:#3E48A0;
	color:#ddd;
	cursor:pointer;
}

#selectCountry, #selectBrand
{
	height:18px;
	width:100px;
	font-size:inherit;
}

#filter
{
	background-color:#3E48A0;
	border:0px;
	width:100%;
}

.filterCaption
{
	text-align:right;
	padding:0px;
	font-size:8pt;
	width:80%;
}

.filterList
{
	text-align:left;
	padding:0px;
	font-size:8pt;
}
