/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
/*	background: #505050 url(images/bg.gif); */
	margin-top: 0px;
	margin-bottom: 0px;
	color: #494949;
	font-family: "Veradana", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 700px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 700px;
	height: 60px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #595959;
	margin: auto;
}
#header .query
{
	padding: 10px 10px 0px 0px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
}
#header .topbar
{
	width:  700px;
	height: 30px;
	background: white url(images/top_bar.gif) repeat-x;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
#header .topbarmenu
{
	width:  700px;
	height: 30px;
	background: white url(images/mb_back.gif) repeat-x;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
#header2
{
	position: relative;
	width: 700px;
	height: 118px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #595959;
	margin: auto;
}
#header2 .imagebar
{
	width:  700px;
	height: 118px;
	margin: auto;
}
#header3
{
	position: relative;
	width: 700px;
	height: 15px;
	background: white url(images/bar_ptop.gif) repeat-x;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #595959;
	margin: auto;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 700px;
	background: white;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #595959;
	margin: auto;
}
#wrapper
{
	width: 700px;
	background: white;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 700px;
	height: 1%;
	overflow: visible;
	float: right;
	padding: 0px;
}
#container_spacer
{
	padding: 15px 15px 0px 15px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width:  700px;
	height: 18px;
	background: #EEEEEE;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #595959;
	margin: 0 auto;
}

#footer .copyrights
{
	float:left;
	text-align: left;
	font-size: 11px;
	padding: 5px 0 0 0;
	margin : 0em 0em 0em 1em;
	color: #595959;
}
#footer .otherlinks
{
	float:right;
	text-align: right;
	font-size: 11px;
	padding: 5px 0 0 0;
	margin : 0em 1em 0em 0em;
	color: #595959;
}
