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

/*©2008 Manuel Castellanos Raboso*/
/*graphicdesserts.com*/

/*Colors***************
	
	Gray BG #e7e7e7
	Olive Green #4b532e
	Dark Orange #633200
	Dark Gray nav #817f82

**********************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 0;
	font-weight: normal;
}

html {
	height: 100%;
}

body {
	position: relative;
	width: 955px;
	height: 100%;
	margin: 0px auto;
	background: url(../images/belinda_BG.png) repeat-x #e7e7e7;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

/*Layout starts*/

#wraper {
	width: 955px;
	height: 100%;
}

#bannerphoto {
	position: absolute;
	width: 955px;
	height: 303px;
	top: 79px;
}

#bodywraper {
	position: absolute;
	width: 350px;
	color: #f3f3f3;
	left: 41px;
	top: 57px;
}

#bodywraper ul {
	list-style-type: square;
	padding-left: 20px;
}

#bannernav {
	position: absolute;
	width: 650px;
	left: 280px;
	height: 26px;
	top: 383px;
	right: 0px;
	cursor: pointer;
	z-index: 60; 
}

#logo {
	position: absolute;
	width: 323px;
	height: 90px;
	left: 41px;
	top: 28px;
	z-index: 3;
}

#formframe {
	position: absolute;
	width: 372px;
	height: 166px;
	left: 36px;
	top: 414px;
}

#newsframe {
	position: absolute;
	width: 193px;
	height: 108px;
	right: 28px;
	top: 453px;
}

#subnav {
	position: absolute;
	width: 337px;
	height: 15px;
	right: 52px;
	top: 585px;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	color: #000000;
}

/*Layout ends*/
/*Manu starts*/

.street {
	background: #e7e7e7;
}
.nav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav li {
	float: left;
	position: relative;
	z-index: 100;
}

.nav table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}

.nav ul ul.drop a,
.nav ul ul.drop a:visited {
	display: block;
	color: #817f82;
	border-left: 1px solid #817f82;
}

.nav a, .nav :visited {
	display: block;
	font-size: 11px;
	padding: 8px 30px 6px 5px;
	color: #ffffff;
	text-decoration :none;
	margin-right: 1px;
}

.nav :hover{
	color: #633200;
	border-left: #817f82;
}

.nav ul ul.drop a:hover {
	color: #633200;
}

.nav ul ul {
	visibility: hidden;
	position: absolute;
	width: 150px;
	height: 0;
}

.nav ul li:hover ul,
.nav ul a:hover ul {
	visibility: visible;
}


/*nav ends*/
/*Typgraphy starts*/

p {
	line-height: 15px;
}

h2 {
	font-size: 16px;	
	line-height: 30px;
	font-weight: normal;
	display: none;
}

h4 {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

ul {
	line-height: 16px;
}
/*Typgraphy ends*/
/*Links starts*/

#bodywraper a {
	color: #ffffff;
	text-decoration: none;
}

#bodywraper a:visited {
	color: #ffffff;
	text-decoration: none;
}

#bodywraper a:hover {
	color: #4b532e;
	text-decoration: none;
}

#bodywraper a:active {
	color: #ffffff;
	text-decoration: none;
}

#subnav a {
	text-decoration: none;
	color: #000000;
}

#subnav a:visited {
	text-decoration: none;
	color: #000000;
}

#subnav a:hover {
	text-decoration: underline;
	color: #633200;
}

#subnav a:active {
	text-decoration: none;
	color: #000000;
}

/*Links ends*/

