/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:12px;
	margin:0 auto;
	background-color:#0088c7;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_body.jpg);
}

a { color:#00A67F; text-decoration: none; }

a:visited { color: #0189C7; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

hr { border: 1px solid #ccc; }

.drop {
	height: 20px;
	width: 300px;
}

/* ---- class settings ----------------------- */

.hiddenform { visibility: hidden; z-index: 10; position: absolute; }

.tbl {
	border: #00a67f 1px solid;
	color: #008ac9;
	font-size: 12px;
	text-align: center;
}

.tblhead {
	background: #00a67f;
	padding: 5px;
	color: white;
	font-size: 12px;
	text-align: center;
}

.tbllabel {
	color: #008ac9;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.tbltext {
	color: #008ac9;
	padding: 5px;
	font-size: 12px;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom: 0;
	left:0;
}

.flag {
	color: #00a67f;
	font-size: 24px;
	font-weight: bold;
}

.flag_side {
	color: #008ac9;
	font-size: 18px;
}

.flag_blue {
	color: #008ac9;
	font-size: 20px;
	font-weight: bold;
}

.flag_orange {
	color: #ff4800;
	font-size: 14px;
}

.new_product {
	margin: 10px 10px 10px 20px;
}

.login {
	height: 20px;
	width: 210px;
	border: 1px solid #7f92a0;
}

.login_title {
	font-size: 1.2em;
	font-weight: bold;
}

.error {
	font-size: 1.3em;
	color: #B20072;
	font-weight: bold;
}

.map_area {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0;
	padding: 10px 0 10px 0;
}

.dist_links {
	text-align: center;
	color: #000;
}

.dist_links a {
	color: #000;
	margin: 0 5px;
	text-decoration: none;
}

.searched {
	color: #000;
}

.more a {
	width: 100%;
	color: #000;
	height: 14px;
	float: right;
	padding: 2px;
	text-align: center;
	border: 1px solid #83AFBF;
}

.more a:hover {
	color: #fff;
	border: 1px solid #A70085;
	background-color: #A70085;
}

.login_info {
	top:10px;
	right:65px;
	float:right;
	font-size: 1.2em;
	position:absolute;
}

.login_info a {
	color: #000;
	text-decoration: underline;
}

.login_name {
	color: #CD0084;
	font-size: 1em;
	font-weight: bold;
}

#oncor {
	position: absolute;
	top: 0;
	left: 0;
}

.account-title {
	text-transform: capitalize;
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:95px;
	background-repeat: no-repeat;
	background-image: url(/images/bg_header.jpg);
}

#buttons {
	position:relative;
	top:-35px;
	right:46px;
	width:361px;
	height:35px;
	float: right;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:215px;
	z-index:2;
	background-repeat: no-repeat;
	background-image: url(/images/bg_banner.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:20px;
	left:20px;
	width:204px;
	height:168px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	padding: 0 40px 30px 50px;
	background-repeat: repeat-y;
	background-image: url(/images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:480px;
	height:auto;
	padding: 10px 0 10px 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:360px;
	height:auto;
}

#side_bar {
	position:relative;
	top:0;
	right:15px;
	float:right;
	width:320px;
	height:auto;
	padding: 20px 10px 20px 20px;
	background-repeat: repeat-y;

	background-image: url(/images/bg_side.jpg);
}

#side_bar a { color: #a7006a; text-decoration: none; font-weight: bold; }

#categories {
	position:absolute;
	top:23px;
	right:60px;
	width:325px;
	height:80px;
    padding: 40px 0 0 15px;
	background-repeat: no-repeat;
	background-image: url(/images/container_categories.jpg);

}

#searchbox {
	position:absolute;
	top:163px;
	right:56px;
	width:328px;
	height:66px;
	z-index:1;
	padding: 40px 0 0 20px;
	background-repeat: no-repeat;
	background-image: url(/images/container_search.jpg);

}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:950px;
	height:25px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

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

#copy {
	float:left;
	margin-top:10px;
    margin-left:55px;
}

#slug {
	float:right;
	margin-top:5px;
    margin-right:55px;
	width:300px;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	width:204px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav/nav.gif);
}

a#nav_01 {
	height:33px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: -204px 0;
}

.active_01 {
	background-position: -204px 0 !important;
}

a#nav_02 {
	height:27px;
	background-position:0 -33px;
}

a:hover#nav_02{
	background-position: -204px -33px;
}

.active_02 {
	background-position: -204px -33px; !important;
}

a#nav_03 {
	height:24px;
	background-position:0 -60px;
}

a:hover#nav_03{
	background-position: -204px -60px;
}

.active_03 {
	background-position: -204px -60px; !important;
}

a#nav_04 {
	height:27px;
	background-position:0 -84px;
}

a:hover#nav_04{
	background-position: -204px -84px;
}

.active_04 {
	background-position: -204px -84px; !important;
}

a#nav_05 {
	height:25px;
	background-position:0 -112px;
}

a:hover#nav_05{
	background-position: -204px -112px;
}

.active_05 {
	background-position: -204px -112px; !important;
}

a#nav_06 {
	height:32px;
	background-position:0 -136px;
}

a:hover#nav_06{
	background-position: -204px -136px;
}

.active_06 {
	background-position: -204px -136px; !important;
}

a#nav_07 {
	height:32px;
	background-position:0 -168px;
}

a:hover#nav_07{
	background-position: -204px -168px;
}

.active_07 {
	background-position: -204px -168px; !important;
}

