/* =Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, address, big, strong, cite, code, tt, var {
	font-style: normal;
}

a {
	text-decoration: none;
}

::selection {
	background: #FE57A1;
	color: #fff;
	text-shadow: none;
}


/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body, form, input, select, textarea, fieldset, button {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

body {
	background-color: #fff;
}

/* =Custom Classes
-------------------------------------------------------------- */
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}
.clearfix:after {
	clear: both; 
}
.clearfix {
	*zoom: 1; 
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	min-width: 960px;
	background-image: url('../images/body-bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto;
}

/* =Header
-------------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
	padding: 22px 0 0 0;
	background-image: url('../images/page-top-line.jpg');
	background-position: top center;
}
#header .site-title {
	margin: 0 0 12px 4px;
	display: inline;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */
#nav {
	width: 940px;
	height: 40px;
	padding: 4px 0;
	margin: 0 10px;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
	display: inline;
	float: left;
}
#nav ul {
	padding: 0 6px 0 0;
	float: right;
}
#nav ul li {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 16px;
	float: left;
}
#nav ul li a {
	color: #fff;
	float: left;
}
#nav ul li.active a, #nav ul li a:hover {
	border-bottom: solid 2px #c0d5e2;
}

/* =Main
-------------------------------------------------------------- */
#main {
	width: 940px;
	padding: 20px 10px 63px;
	margin: 0 auto;
}

/* =Slider
-------------------------------------------------------------- */
#slider-content {
	width: 890px;
	padding: 0 25px 10px;
	border-bottom: solid 2px #e6e6e6;
	float: left;
}
#slider {
	width: 889px;
	height: 520px;
	margin: 0 auto;
	float: left;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 940px;
	padding: 21px 0;
	border-top: solid 5px #f2f2f2;
	background-image: url('../images/page-top-line.jpg');
	background-position: bottom center;
	margin: 0 auto;
}
#footer a {
	color: #333;
}
#footer .site-generator {
	width: 470px;
	float: left;
}
#footer .site-generator p {
	font-size: 14px;
	line-height: 20px;
}
#footer .site-info {
	width: 470px;
	float: right;
}
#footer .site-info p {
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}