@charset "utf-8";
/* CSS Document */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, 
address, code, img, small, strong, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ol, ul{
	list-style:none;
}

div#top-stripe
{
	height:100px;
	background:#e5fbfd;
}

div.top-content
{
	height:100px;
}

div#banner-stripe
{
	height:325px;
	background:url(../images/banner-background.jpg) repeat-x;
	margin-bottom:25px;
}

div.banner-content, div.top-content
{
	width:974px;
	height:325px;
	margin-left:auto;
	margin-right:auto;
}

div.banner-left
{
	width:560px;
	height:304px;
	float:left;
	background:url(../images/banner-sig.jpg) no-repeat;
}

div.banner-right
{
	width:389px;
	height:325px;
	float:right;
	background:url(../images/fruit.jpg) no-repeat 40px 0px;
}

div.containter
{
	width:974px;
	height:1%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#393b3b;
	line-height:180%;
}

div#offer-hidden
{
	width:974px;
	height:1%;
	overflow:hidden;
	margin-bottom:25px;
	margin-top:25px;
	text-align:justify;
	display:none;
}

div#preloader
{
	width:60px;
	height:20px;
	float:left;
}

div.left-column
{
	width:224px;
	height:1%;
	overflow:hidden;
	float:left;
	padding-right:25px;
}

div.right-column
{
	width:224px;
	height:1%;
	overflow:hidden;
	float:right;
}

div.contact-left, div.contact-right
{
	width:474px;
	height:1%;
	overflow:hidden;
	float:left;
	margin-bottom:25px;
}

div.contact-right
{
	float:right;
}

ul.offer
{
	margin:25px 0px 25px 5px;
	font-size:11px;
}

li.offer-list
{
	background:url(../images/bullet.jpg) no-repeat 0px 8px;
	padding-left:20px;
}

img.logo
{
	width:133px;
	height:auto;
	margin-top:30px;
}

.small-input, .big-input
{
	width:466px;
	height:14px;
	border:1px solid #0de5ff;
	margin:0px 0px 5px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#393b3b;
	padding:3px;
}

.big-input
{
	height:70px;
	overflow:hidden;
}

.button
{
	background:none;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#393b3b;
	background:url(../images/arrow.jpg) no-repeat center right;
	width:125px;
	float:right;
}

/*--------------------------------------------------------------------------------*/
/*					Top menu												      */
/*--------------------------------------------------------------------------------*/

ul.menuList
{
	list-style-type:none;	
	padding-top:27px;
	padding-bottom:6px;
	margin-top:13px;
	float:right;
}

li.menuListItem
{
	display:inline;	
}

a:link.menu,a:visited.menu
{
	color:#666;
	padding-left:20px;
	padding-right:20px;
	padding-top:43px;
	padding-bottom:43px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../images/separator.jpg) no-repeat 100%;
	margin-left:-5px;
}

a:hover.menu,a:active.menu
{
	color:#FFF;
	background:#0de5ff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100px;
}


a:link.regular, a:visited.regular
{
	text-decoration:none;
	color:#393b3b;
}

a:hover.regular, a:active.regular
{
	text-decoration:none;
	color:#0de5ff;
}