/******************** 

Reseting Elements & IE Fixes:

Most major browsers add their own basic styles to elements, like a border around an input form or a margin under a paragraph block. 
Resetting them helps make sure that we style each element individually and that its cross-browser compatible.

********************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, fieldset, table, th, td, textarea, input{ 
	margin: 0; padding: 0; }

a img {border:none;}

/* This takes out the fuzzy line around links when it is clicked, it's an optional addition */

:focus {outline:none;}

/********************

Global:

Style elements that affect the whole page or multiple elements.

********************/

body {
	background:#4d4d4d url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
.container{
	width:1000px;
	margin:auto;
}
.clear {
	clear:both;
}

h1, p{
	margin-bottom:20px;
}

#body-content p, #footer p {
	line-height:20px;
}
p a{
	color:#ff8400;
	text-decoration:none;
	font-weight:bold;
}
li a{
	color:#ff8400;
	text-decoration:none;
}
p a:hover, li a:hover{
	background:#ff8400;
	color:#fff;
}

/********************

Header:

Style elements that affect the header; including menu.

********************/

#header {height:120px;}
#header .container {background:url(images/header-bg.jpg) no-repeat;}

#logo {
	display:block;
	background:url(images/logo.gif) no-repeat;
	width:471px;
	height:70px;
}

/* Menu */

#menu {
	position:absolute;
	z-index:9999;
	display:block;
	height:60px;
}
#menu li {list-style:none; float:left;}
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-decoration:none;
	line-height:50px;
	display:block;
	padding:0 20px;
	float:left;
	height:60px;
}
#menu li a:hover, #menu li a.active {background:url(images/menu-indent.png) no-repeat bottom; z-index:9999;}

/********************

Body:

Style elements that affect the body, or content area of the page.

********************/

#body {
	background:#e6e6e6 /*url(images/body-end.jpg) repeat-x bottom*/;
	padding-bottom:20px;
	min-width:1000px;
}

/* Tabs */

/* jQuery Essentials */

.ui-tabs .ui-tabs-hide {display: none !important;}

/* Tab Box */

#tab-box {
	background:url(images/tab-bg.jpg) no-repeat top;
	width:1000px;
	height:300px;
}

/* Tab Content */

.tab-content {
	height:300px;
	position:relative;
}

/* Tab Content - Welcome */

#tab-welcome {
	background:url(images/tab-welcome-bg.jpg);
}
#tab-welcome-content {
	padding-top:15px;
	padding-left:20px;
}
#tab-welcome-content h1 {
	font-size:36px;
	font-weight:100;
	width:472px;
}
#tab-welcome-content h1 {
	position:relative;
	width:452px;
	height:33px;
	text-indent:-9999px;
}
#tab-welcome-content h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/slogan.png);
	z-index:1000;
}

/* Content */

#body-sep {
	margin:20px 0;
	width:1000px;
	height:2px;
	background:url(images/body-sep.jpg) repeat-x;
	position:relative;
}
#body-content{
	clear:both;
}
#body-left {
	position:relative;
	float:left;
	width:660px;
}
#body-right {
	float:right;
	width:320px;
}
p strong{
	color:#4c4c4c;
}

/* Slider */

#slider-wrap {
	border:1px solid #cccccc;
	padding:9px;
	background:#f2f2f2;
	overflow:hidden;
	width:460px;
	position:relative;
	float:left;
}
#slider {
	position:relative;
}
#slider ul li {
	list-style:none;
	width:460px;
	height:200px;
	overflow:hidden;
	position:relative;
}
#prevBtn a, #nextBtn a {
	display:block;
	position:absolute;
	top:80px;
	width:30px;
	height:60px;
}
#nextBtn a {
	background:url(images/slider/right.png);
	right:9px;
}
#prevBtn a {
	left:9px;
	background:url(images/slider/left.png);
}

/* List */

ul#listStyle1 {
	padding:0px;
	list-style:none;
	margin:9px 0 0 23px;
}
ul#listStyle1	li {
	background:url(images/check.png) 0px 5px no-repeat;
	padding:5px 0 0 25px;
	height:18px;
}
ul#listStyle1 a {
	color:#ad0d33;
	font-weight:normal;
}
ul#listStyle1 a:hover {
	background:#6ECC2B;
	color:#ffffff;
}

ul#listStyle2 {
	padding:0px;
	list-style:none;
	margin:0 0 0 4px;
}
ul#listStyle2	li {
	background:url(images/arrow_142.gif) 0px 5px no-repeat;
	padding:5px 0 0 20px;
	height:18px;
}
ul#listStyle2 a {
	color:#ad0d33;
	font-weight:normal;
}
ul#listStyle2 a:hover {
	background:none;
	color:#ad0d33;
	text-decoration: underline;
}



/* Right Panel */

.rpanel-uber-wrap {
	width:320px;
	background:url(images/rpanel-bg.jpg) repeat-y;
	clear:both;
}
.rpanel-wrap{
	background:url(images/rpanel-start.jpg) no-repeat top;
}
.rpanel{
	background:url(images/rpanel-end.jpg) no-repeat bottom;
	padding:15px 30px 20px 30px;
}
.rpanel p{
	margin-bottom:0;
}
.rpanel-botsec{
	margin:10px 0;
	font-style:italic;
	float:right;
}

/********************

Footer:

********************/

#footer {
	background:url(images/footer-bg.jpg) repeat-x;
	color:#b2b2b2;
	min-width:1000px;
}
#footer .container {
	background:url(images/footer-bg-start.jpg) no-repeat top;
	min-height:200px;
}
#footer-content {
	padding-top:40px;
}
.footer-sec {
	width:900px;
	float:left;
	margin-right:20px;
}
#footer h1 {
	color:#e5e5e5;
}

#f-links {
	margin-right:0;
}
#f-links p {
	color:#b2b2b2;
}
#f-links p a {
	color:#FFF568;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
}
#f-links p a:hover {
	background:#6ECC2B;
	color:#ffffff;
	font-weight: normal;
}