/*
	vSlider 3
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/3.0/
*/


/**************/
/* Header box */

#vslider {
	clear: both;
	margin: 0 auto;
}

.header-border {
	margin: 25px auto 10px auto;
}

.header-margin {
	padding: 0px 10px;
	background: #fff;
}

.header-rendered-top, .header-rendered-bottom {
	position: relative;
	height: 10px;
	border: 0;
}

.header-rendered-top {
	margin-top: 15px;
}

.header-rendered-top-center, .header-rendered-bottom-center {
	position: absolute;
	height: 10px;
	left: 10px;
	right: 10px;
	background: #fff;
}

.header-rendered-bottom-center {
	height: 9px;
}

.header-rendered-top-left, .header-rendered-top-right, .header-rendered-bottom-left, .header-rendered-bottom-right {
	position: absolute;
	width: 10px;
	height: 10px;
}

.header-rendered-top-left, .header-rendered-bottom-left {
	top: 0px;
	left: 0;
}

.header-rendered-top-right, .header-rendered-bottom-right {
	top: 0px;
	right: 0;
}

.header-img {
	position: relative;
	width: 100%;
}

.header-top-left, .header-top-right, .header-bottom-left, .header-bottom-right {
	position: absolute;
	width: 10px;
	height: 10px;
}

.header-top-left {
	top: -1px;
	left: -1px;
}

.header-top-right {
	top: -1px;
	right: -1px;
}

.header-bottom-left {
	bottom: -1px;
	left: -1px;
}

.header-bottom-right {
	bottom: -1px;
	right: -1px;
}

#topbar {
	padding: 5px 0 15px 0;
	text-align: right;
	border: 0;
}

#topbar .nav {
	padding: 5px 0;
}

#topbar .subnav {
	padding: 5px 0 0 0;
}

#topbar .nav ul, #topbar .subnav ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#topbar .nav ul li {
	display: inline;
	padding: 0 10px 0 12px;
	margin: 0;
}

#topbar .subnav ul li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}


#topbar .nav li#homepage {
	border-left: 0px;
}


/* End of Header box */
/*********************/



/*********************/
/* Header Typography */

#topbar .nav {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#topbar .subnav {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}

/* End of Header Typography */
/****************************/