@charset "windows-1253";
/* CSS Document */

/*================================================ Main Containers =============================================*/
body{
	background-color:#0C100A;
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#4E2D02;
}

.container{
	width:980px;
	margin:0 auto;
	background:url(../images/background.jpg);
}

.top{
	background:url(../images/top.gif);
	height:17px;
}

.topContainer{
	height:408px;
	padding-bottom:3px;
}

.bottomContainer{
	clear:both;
}


/*================================================ TOP AREA =============================================*/
.menu{
	width:190px;
	height:405px;
	float:left;
}
.menuTitle{
	color:#7B450A;
	font:bold 16px Arial, Helvetica, sans-serif;
	background:url(../images/menuFlower.gif) 22px center no-repeat;
	padding-left:50px;
	margin-top:22px
}
.menu ul{
	margin:20px 0 0 45px;
	padding:0; 
}
.menu ul li{
	list-style:url(../images/bullet.gif);	
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:26px;	
}
.menu ul li a{
	color:#3F2006;
	text-decoration:none;
	line-height:26px;
}
.menu ul li a:hover, .menu ul li a.menuOn{
	color:#fff;
}

.menu ul li ul{
	margin:0 0 0 10px;
	padding:0;
}
.menu ul li ul li{
	list-style:circle;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.menu ul li ul li a{
	line-height:17px;
}

/*---------------------------------------------------------*/
.mainImage{
	float:left;
	width:581px;
	height:405px;
	background:url(../images/mainImage.jpg);
}
/*---------------------------------------------------------*/
.rightTopArea{
	float:left;
	width:209px;
	height:405px;
	background:url(../images/logoBg.jpg);
	position:relative;
}
.logo{
	position:absolute;
	bottom:0;
	left:0;
	width:204px;
	height:315px;
}
.logo a{
	background:url(../images/logo.gif) no-repeat;
	width:204px;
	height:315px;
	display:block;
}


/*================================================ Quick Links =============================================*/
.quickLinks{
	width:155px;
	height:11px;
	margin:17px 0 0 54px;
	color:#fff;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.quickLinks a{
	text-decoration:none;
	color:#fff;
}
.quickLinks a:hover, .quickLinks a.linkOn{
	color:#E8AB00;
}

.quickLinks ul{
	padding:0;
	margin:0;
}
.quickLinks ul li{
	float:left;
	list-style:none;
	width:23px;
	height:11px;
	text-align:center;
}
.quickLinks ul li a{
	display:block;
	width:23px;
	height:11px;
}
.quickLinks ul li a.qhome{
	background:url(../images/home.gif) center center no-repeat;
}
.quickLinks ul li a.qmail{
	background:url(../images/mail.gif) center 2px no-repeat;
}
.quickLinks ul li a.qsearch{
	background:url(../images/search.gif) center center no-repeat;
}
.quickLinks ul li a:hover.qhome{
	background:url(../images/homehover.gif) center center no-repeat;
}
.quickLinks ul li a:hover.qmail{
	background:url(../images/mailhover.gif) center 2px no-repeat;
}
.quickLinks ul li a:hover.qsearch{
	background:url(../images/searchhover.gif) center center no-repeat;
}

/*================================================ DOWN AREA =============================================*/
.offersArea{
	float:left;
	width:210px;	
}
.offers{
	width:204px;
	margin-left:6px;
	background:url(../images/offersBg.gif);
	font:normal 11px Tahoma, "Trebuchet MS", Arial;
	color:#805116;
}
.offersSep{
	background:#DDAA41;
	height:6px;	
}
.offersTopCup{
	background:url(../images/offersTopCup.gif);
	height:20px;
}
.offersBottomCup{
	background:url(../images/offersBottomCup.gif);
	height:20px;
}
.offers .title{
	background:url(../images/offersFlower.gif) 165px top no-repeat;
	font:bold 16px Arial, Helvetica, sans-serif;
	padding-left:35px;
	color:#fff;
	margin-bottom:10px;
}

.offersImage{
/*	background:url(../images/offerImageBg.gif);
	height:120px;	*/
	width:189px;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
}

.offersText{
	width:180px;
	margin:6px auto 0 auto;
	text-align:justify;
}
.offersText p{
	margin:0;
	padding:0;
}
/*---------------------------------------------------------*/
.mainArea{
	float:left;
	width:549px;
	margin:0 6px 0 6px;
	background:url(../images/mainBg.gif);
}
.mainTopCup{
	height:20px;
	background:url(../images/mainTopCup.gif);
}
.mainBottomCup{
	height:20px;
	background:url(../images/mainBottomCup.gif);
}
.mainTitle{
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#000;
	height:35px;
	background:url(../images/dottedLine.gif) left bottom repeat-x;
	width:482px;
	margin:0 auto;
}
.main{
	width:482px;
	margin:10px auto 10px auto;
	min-height:217px;	
}
.main a{
	color:#C2439F;
}
.main a:hover{
	color:#CAA138;
}
/*---------------------------------------------------------*/
.b2bArea{
	float:left;
	width:209px;
}
.b2b{
	width:204px;
	background:url(../images/b2bBg.gif);
	font:normal 11px Tahoma, "Trebuchet MS", Arial;
	color:#fff;
}
.b2b a{
	color:#fff;
}

.b2bTopCup{
	background:url(../images/b2bTopCup.gif);
	height:20px;
}
.b2bBottomCup{
	background:url(../images/b2bBottomCup.gif);
	height:20px;
}
.b2b .title{
	background:url(../images/b2bFlower.gif) 165px top no-repeat;
	font:bold 16px Arial, Helvetica, sans-serif;
	padding-left:35px;
	color:#fff;
	margin-bottom:10px;
}
.b2bText{
	margin-left:36px;
	text-align:justify;
}
.b2bFields{
	height:14px;
	width:120px;
	margin:5px 0 7px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#4E2D02;
	padding-left:5px;	
}

/*================================================ DOWN AREA =============================================*/
.footer{
	background-color:#0C100A;
	clear:both;
	height:25px;
	padding-top:10px;
	text-align:center;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#DDAA41;	
}
.footer a{
	color:#DDAA41;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

/*===================================== FIELDS, BUTTONS ===================================*/
.fields{
	border:1px solid #C2439F;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#415267;
	background-color:#DEDEDC;
	width:150px;
}

.contactTextArea{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#415267;
	background-color:#DEDEDC;
	border:1px solid #C2439F;
	width:150px;
	height:150px
}

.securityCode{
	font:normal 11px Arial, Helvetica, sans-serif;
}
.securityCode input{
	border:1px solid #C2439F;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#415267;
	background-color:#DEDEDC;
	width:110px;
}

.buttons {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#C2439F;
	cursor:pointer;
	text-align:center;
}