/** BASIC */

html, body {
	margin: 0px;
	padding: 0px;
    font-family: Verdana;
    background: #77A;
	text-align: left;
}

body
{
	/*background: #fff url(../img/bodyBg.png) repeat-x left top;*/
	background: #77A url(../img/layout/1col/bodyBg.png) repeat-x left top scroll;
	overflow-y: scroll;
}

/** HEADER */

#header {
	width: 1000px;
	height: 150px;
	margin: 0px auto;
}

#header {	background: url(../img/layout/1col/headerBg.png) no-repeat left top; }
.twoCols #header {	background: url(../img/layout/2cols/headerBg.png) no-repeat left top; }

/** LOGO */


#logo {
	/*
	width: 920px;
	height: 133px;
	height: 90px;
	*/ 
	width: 100%;
	height: 120px;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** FOOTER */

#footer {
  width: 1000px;
  margin: 0px auto;
  padding: 0;
}

#footer { background: #669 url(../img/layout/1col/footerBottom.png) no-repeat left bottom;}
.twoCols #footer { background: #669 url(../img/layout/2cols/footerBottom.png) no-repeat left bottom;}

#footer p {
	margin: 0px;
	padding: 10px 10px 0px 30px;
	text-align: left;
	color: #eee;
}

#footer p {background: #669 url(../img/layout/1col/footerBg.png) repeat-y left top;}
.twoCols #footer p {background: #669 url(../img/layout/2cols/footerBg.png) repeat-y left top;}

#footer a {
	color: #eee;
}

/** MENU */

#menu {
	/*float: right;*/
}

#menu ul {
	margin: 0px;
	padding: 13px 43px 0px 0px;
	padding: 6px 60px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	list-style: none;
	float: left;
	padding: 0px 17px;
	/*background: url(../img/homepage02.gif) no-repeat left center;*/
	border-left: 1px solid #930; 
}

#menu li.first {
	background: none;
	border: none;
}

#menu a {
	text-transform: lowercase;
	text-transform: none;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0;/* 50px 20px 50px;*/
}

/** CONTENT */


#content {
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	width: 940px;
}

.twoCols #content {
	width: 630px;
	margin-right: 0;
}


/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
	margin-right: 15px;
	/*margin-top: -20px;*/
}


/** PAGE */

#page {
	background: #FFF url(../img/layout/1col/contentBg.png) repeat-y left top;
}

.twoCols #page {
	background: #FFF url(../img/layout/2cols/contentBg.png) repeat-y left top;
}




ul.mainTabs {

margin:0;
margin-left:30px;
margin-top: 2px;

/*margin-top:24px;*/
/*
padding-bottom:0.4em;
padding-left:0;
padding-top:0.8em;
*/
white-space:nowrap;
height: 28px;
overflow: hidden;
}
ul.mainTabs li {
display:inline;
list-style-type:none;
border-bottom: 2px solid #fff;
}
ul.mainTabs a {
padding: 0.5em;
font-size:13px;
line-height: 28px;

-moz-border-radius-topleft:  6px;  /* Firefox */
-webkit-border-top-left-radius: 6px;  /* Safari/WebKit */
border-top-left-radius: 6px;  /* Opera; future browsers with CSS3 support */
-moz-border-radius-topright:  6px;  /* Firefox */
-webkit-border-top-right-radius: 6px;  /* Safari/WebKit */
border-top-right-radius: 6px;  /* Opera; future browsers with CSS3 support */

}
ul.mainTabs a:link, ul.mainTabs a:visited {
background-color:#B02B2C;
background-image:url(../img/mainTabsBg.png);
background-repeat:repeat-x;
border-right:2px solid #660000;
color:#FFFFFF;
text-decoration:none;
}
ul.mainTabs a:hover {
background-color:#BB4748;
border-right:2px solid #660000;
color:#FFFFFF;
text-decoration:none;
}
ul.mainTabs li.active a {
background:#FFF;
border-right:2px solid #220000;
color:#3F4C6B;
text-decoration:none;
}



/*** SUBNAVI ***/
#subnavi {
	border: none;
	margin: 0 1em;
}

#subnavi div {
	border: 1px solid #999999;
	font-size: 95%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
}

#subnavi p.title {
	font-family: Verdana;
	background: #36393D url(./../img/bevel36393D.png) repeat-x;
	background: #900 url(./../img/bevel990000.png) repeat-x;
	margin: 0;
	padding: 0.2em;
	color: white;
	/*border-bottom: 1px solid #999999;*/
	font-variant: small-caps;
}

#subnavi ul.menu {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

#subnavi ul.menu li {
	list-style: none outside;
	margin: 0;
	padding: 0.125em 0;
	padding-left: .5em;
	background: #EEE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
}

#subnavi ul.menu li.sep {
	font-size:.1em;
	background: #fff;
	}
