/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 16px;
	color: #888;
	background-color: #000;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg_gris.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: 3px solid #333;
	margin-bottom: 14px;
	margin-top: 7px;
	margin-right: 12px;
	margin-left: 12px;
}


/* Set the page width here */
#menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu-top {
	background: white url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}



#menu-top ul {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
	margin:0;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {	 }

#header {
	background-color: #eee;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content { background: white url('images/bg02-white-left.png') no-repeat left top; }

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding-top: 23px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 280px;
}

#wrapper-menu-page {
	float: left;
	width:150px;
	background: transparent url('images/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 22px;
	margin-top: 45px;
	margin-right: 25px;
	margin-bottom: 3em;
	margin-left: 55px;
	padding-left: 30px;
	padding-top: 15px;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}


#menu-page li {
	display: inline;
	float: left;
}

#menu-page a {
	float: left;
	margin:0;
	text-decoration:none;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 23px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#menu-page a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-page a:hover {
	background-position: left 12px;
}
#menu-page a:hover span {
	background-position:-2px 0%;
	background-image: url(/images/bullet_on.jpg);
}








#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	text-align: center;
	background-image: url(/images/footer.png);
	height: 55px;
	padding-top: 53px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}


h2 {
	font-size: 200%;
	color: #0381CE;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0381CE;
	padding-bottom: 12px;
}
h3 {
	font-size: 120%;
}

a:link, a:visited {
	color: #5b8fbe;
	text-decoration: underline;
}
a:hover{ color: #666; text-decoration: none; }
hr {
	color: #CCC;
}
