/*Coded by Sapphiro @ www.sapphiro.net, remove this line if applicable*/

/* universal */
* {
	margin: 0px; 
	padding:0px;
}

body {
	font: 12px arial;
	font-weight: bold;
	color: #484848;
	margin: 0;
	padding: 0;
	background: #4C7276 url(images/bg.png) no-repeat;
}

img { border: none; }
img.subscribe { margin: -10px 0 0 0; float:left; padding: 0 35px 0 0; vertical-align: middle;}


/* Default link colors */

a:link {color: #AA0000; text-decoration: none;}
a:visited {color: #AA0000; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #AA0000; text-decoration: none;}


/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: verdana;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}



/* General style */
#top {
	background: url(images/top.png) repeat-x;
	height: 30px;
	color: #fff;
	padding: 15px 0 0 48%;
	z-index:5;
	position:relative;
}


#wrapper {
	margin: 60px auto 60px auto;
	width: 993px;
	background: url(images/wrapper.png) repeat-y;
	z-index:5;
	position:relative;
}


#header {
	background: url(images/header.png) no-repeat;
	height: 327px;
	width: 993px;
	text-align: center;
	z-index:5;
	position:relative;
}



#menu {
	margin: 0 auto;
	padding: 294px 0 0 0;
	width: 620px;
	z-index:5;
	position:relative;
}



#menu li {
	margin: 0 1px 0 1px;
	padding: 8px 0 0 0;
	width: 100px;
	height: 25px;
	float: left;
	list-style: none;
}


#menu li a {
	font-size: 10pt;
	font-weight: 600;
	font-family: tahoma;
	color: #fff;
	width: 98px;
}



#menu .maintab {
	background: url(images/maintab.png) no-repeat;
	margin: -20px 0 0 0 ;
	padding: 8px 0 0 0;
	width: 100px;
	height: 45px;
	float: left;
	list-style: none;
	
}



#menu .common {
	background: url(images/tab.png) no-repeat;
	margin: -8px 0 0 0;
	padding: 8px 0 0 0;
	width: 100px;
	height: 25px;
	float: left;
	list-style: none;
}


#decor {
	background: url(images/containerbg.png) no-repeat;
	height: 80px;
	width: 993px;
	text-align: right;
}


#searchbox {
	background: url(images/searchbox.png) no-repeat;
	float:right;
	margin: 25px 30px 5px 0;
	width: 278px;
	height: 42px;
}


.searchengine {
	background: url(images/searchboxbg.png) repeat-x;
	width: 154px;
	height: 16px;
	border: 0;
	font-size: 10px;
	font-style: italic;
	float: left;
	margin: 10px 0 0 40px;
}

.engine-text {
	float:right;
	font-size: 7pt;
	width: 140px;
	margin: 2px 15px 0 0;
}

.searchbutton {
	background: url(images/searchboxbg.png) repeat-x;
	width: 52px;
	border: none;
	font-size: 10px;
	float: left;
	margin: 10px 0 0 5px;
}


#wrappertop {
	background: url(images/wrappertop.png) no-repeat;
	height: 42px;
	width: 993px;
	margin: 0 0 -10px 0;
}


.box-head {
	margin: 20px auto 0 auto;
	background: url(images/box-head.png) no-repeat;
	width: 794px;
	height: 15px;
}


.box {
	margin: -10px auto 0 auto;
	background: url(images/boxbg.png) repeat-y;
	width: 724px;
	padding: 20px 35px;
}


.box-end {
	clear:both;
	margin: -20px auto 10px auto;
	background: url(images/box-end.png) no-repeat;
	width: 794px;
	height: 50px;
}

.spacer {
	clear:both;
}

.box h3 {
	font-size: 18px;
	color: #484848;
	text-align: center;
	font-weight: lighter;
	margin-bottom: 25px;
}


#itemlist {
	margin: 0 auto;
	width: 680px;
	
}


.menu-item {
	float: left;
	margin: 0 12px 0px 12px;
	width: 200px;
	text-align: center;
}


.menu-head {
	background: url(images/itemspaceheader.png) no-repeat;
	width: 200px;
	height: 25px;
	margin: 10px 0 0 0;
	z-index: 10;
	position: relative;
}

.menu-content {
	background: url(images/itemspacebg.png) repeat-y;
	width: 200px;
	text-align: center;
	color: #000;
	margin: -16px 0 -20px 0;
	z-index: 10;
	position: relative;
}


.menu-content li {
	list-style: none;
}

.menu-content li a {
	color: #000;

}


.menu-content .item {
	margin: 1px 13px;
	background: url(images/item.png) no-repeat;
	padding: 8px 0 0 0;
	width: 173px;
	height: 38px;
	float:left;
	list-style: none;
}



.menu-content .item:hover {
	margin: 1px 13px;
	background: url(images/item-hover.png) no-repeat;
	padding: 8px 0 0 0;
	width: 173px;
	height: 38px;
	float:left;
	list-style: none;
}



.menu-end {
	background: url(images/itemspacefooter.png) no-repeat;
	width: 200px;
	height: 55px;
	margin: 0px 0 0 0;
}


.info {
	margin: 8px 0 0 4px;
	font-size: 10px;
	font-weight: lighter;
	text-align: left;
	float: left;
}

.info-right {
	float: right;
	margin: 8px 5px 0 0;
	font-size: 10px;
	font-weight: bolder;
}



#wrapperend {
	background: url(images/wrapperend.png) no-repeat;
	height: 53px;
	width: 993px;
}


#footer {
	clear:both;
	background: url(images/footer.png);
	width: 100%;
	height: 55px;
	z-index:5;
	position:relative;
}



#footnote {
	margin: 0 auto;
	background: url(images/footnote.png);
	width: 993px;
	height: 54px;
}


#backtotop {
	float: right;
	margin: -320px 0 0 0;
	height: 288px;
	width: 179px;
}


.submit {
	background: url(images/btnsearch.png) no-repeat;
	width: 44px;
	height: 15px;
	border: none;
}


.submit:hover {
	width: 44px;
	height: 15px;
	border: none;
	margin: 2px 0 0 1px;
}

.forgot {
	float: left;
	font-size: 10px;
	width: 100px;
	margin: 15px 0 0 -100px;
}

.forgot a { color: #ccc;}

.red { color: #AA0000;}


.yellow { color: #FFAE00;}


.search {
	background: url(images/searchbg.png) repeat-x;
	width: 72px;
	height: 15px;
	border: 0;
	float:left;
	margin: 0 5px;
}


.item1 {
	float: left;
	margin: 0 0 0 10px;
}

.item2 {
	float: left;
	margin: 0 0 0 0;
}


