/* @group HTML5 */
section, header, footer, aside, article, nav{
	display:  block;
}


/* @end */

/* @group GENERAL */

body {
	background: #ffffff url(../img/header.jpg) repeat-x;
}

a{
	text-decoration: none;
	color: #5a5959;
}
a:hover{
	text-decoration: none;
	color: #654786;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-size: Verdana, helvetica, arial, sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: myriad-pro, helvetica, arial, sans-serif;
	font-weight: normal;
}
h3{
	color: #64149d;
	text-shadow: 0 -1px 0 #e1e8e6;
	font-size: 24px;
	line-height: 24px;
}

ul{
	overflow: hidden;
}

li{
	
	margin-left: 0;
	list-style: none;
}

.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.container_24{
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

/* @end */

/* @group HEADER */

header{
/*	background: url(/img/header.jpg); */
	overflow: hidden;
	color: #64149d;
}

header h1{
	padding-top: 90px;
	text-shadow: 0 -1px 0 #;
	font-size: 30px;
}

/* @end

header nav{
	overflow: hidden;
	float: right;
	background: ;
	margin-top: -45px;
	height: 58px;
	line-height: 58px;
}

header nav li{
	float: left;
	margin-left: 0;
	
	
}

header nav a{
	font-size: 18px;
	padding: 4px;
	
}

header a:hover, nav .selected {
	background: url('../sandbox/img/navHoverbg.jpg') repeat-x left top;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: .8px solid #333;
	margin-right: -3px;
	-webkit-transition:  background .5s;
	-moz-transition:  background .5s;
	-o-transition:  background .5s;
	transition: .5s;
}

*/
	
		/*******************
		----LOGO ----
		*******************/
		
#logo {
	position: absolute;
	top: -15px;
	left: 5px;
}
	
	
#banner-wrap form{
	float: left;
	margin-top: 120px;
}

/*******************
----NAV Icons Top ----
*******************/
#NavIcons {
	position: relative;
	top: 10px;
	left: 5px;
}

	#NavIcons li{
		display: inline;
	}
	
	#NavIcons img{
		float: left;
		margin-left: 23px;
		-webkit-transition: -webkit-border-radius .2s;
		-moz-transition: -moz-border-radius .2s;
		transition: border-radius .2s;
		z-index:10;
	}
	
	#NavIcons img:hover{
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
		-moz-box-shadow: 0 0 0 1px black;
		-webkit-box-shadow: 0 0 0 1px black;
		-moz-box-shadow: 0 0 0 1px black;
	}
	
	
	#login {
		position: absolute;
		top: 15px;
		right: 5px;
		font-weight: bold;
	}

		#login li{
			display: inline;
			margin-right: 25px;
		}

/*******************
----Navigation ----
*******************/	
#mainNav {
	overflow: hidden;
	float: right;
	margin-top: 45px;
	height: 58px;
	line-height: 58px;
}
	
#mainNav li{
	float:  left;
	margin-right: 25px;
}	
	
	#mainNav a{
		font-size: 16px;
		color: white;
		text-shadow: 0 1px 0 #281f1b;
		padding: 4px;
	}
	
	#MainNav a:hover, MainNav .selected {
		background: #64149d;
		text-decoration: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;	
		border: 1px solid #654786;
		margin-right: -2px;
		text-shadow: 0 1px 0 #281f1b;	
		-webkit-transition: background .5s;
		-moz-transition: background .5s;
		-o-transition: background .5s;
		transition: background .5s;	
	}

	/*******************
	----Button ----
	*******************/	
	#button {
		overflow: hidden;
		float: left;
		margin-top: 15px;
		height: 58px;
		line-height: 58px;
	}

	#button li{
		float:  left;
		margin-left: 25px;
	}	

		#button a{
			font-size: 16px;
			color: gray;
			text-shadow: 0 1px 0 #281f1b;
			padding: 4px;
		}

		#button a:hover, button .selected {
			background: #64149d;
			text-decoration: none;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;	
			border: 1px solid #654786;
			margin-right: -2px;
			text-shadow: 0 1px 0 #281f1b;	
			-webkit-transition: background .5s;
			-moz-transition: background .5s;
			-o-transition: background .5s;
			transition: background .5s;	
		}
	
	
	/*******************
	---- Main ----
	*******************/	

#main{
	position: relative;
	top: -15px;
	left: 5px;
}

	#main form{
		margin-top: 50px;
	}
	
	


