@import url("jquery.fancybox-1.3.1.css");
@import url("jquery-ui-1.8.5.custom.css");

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROXIMA NOVA WEIGHTS: 300 - Light, 400 - Regular, 600 - Semibold, 700 - Bold
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main styles for positioning
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#js_warning {
	padding: 8px 0 0 0;
	height: 24px;
	background: #4e7f7e;
}

#js_warning p {
	width: 850px;
	margin: 0 auto;
	font: 12px/16px Arial, sans-serif;
	color: white;
	text-align: center;
}

#js_warning a {
	color: yellow;
	text-decoration: none;
}

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

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	background: #f3f4f4;
}

#wrapper {
	min-height: 100%;
	background: url(../images/css_images/wrapper_bg.png) repeat-x 0 0;
	position: relative;
}

#content {
	width: 850px;
	margin: 0 auto;
	overflow:auto;
	padding-bottom: 176px;
}

/*
#header {
	width: 850px;
	height: 122px;
	border-bottom: 2px solid #e4e4e4;
}

#slide_show {
	height: 462px;
	width: 850px;
	padding: 38px 0 0 0;
	background: url(../images/css_images/slides_bg.png) no-repeat 0 0;
}

#static_slide {
	height: 322px;
	width: 850px;
	padding: 38px 0 0 0;
	background: url(../images/css_images/static_slide_bg.png) no-repeat 0 0;
}

#main {
	width: 850px;
	float: left;
	border-top: 2px solid #e4e4e4;
	padding: 38px 0 38px 0;
	margin: 0 0 32px 0;
	overflow: hidden;
}
*/

#footer_wrap {
	position: relative;
	margin-top: -152px;
	height: 152px;
	clear:both;
	background: url(../images/css_images/footer_bg.png) repeat-x 0 0;
}

#footer {
	width: 830px;
	height: 152px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
