﻿/*
 * Master Style Sheet
 * Author: Sam Vafaee
 * Copyright 2009. All rights reserved.
 */

/* Basics */

a:link, a:visited
{
	color:#0080C0;/* #BB0000 */
}
a:hover, a:visited:hover, a:active
{
	color: #75A9DD; /*#DD0000; */
	text-decoration: none;
}

ul, ol
{
	margin-top: 0px;
	margin-bottom: 5px;
}

li
{
	line-height: 1.4;
}

h1,h2,h3 {
	font-family: trebuchet, "trebuchet ms", Arial, sans-serif, Helvetica;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 200%;
	padding-bottom: 3px;
}

h2 {
	margin-top: 5px;
	padding-bottom: 0;
	font-size: 150%;
}

h3 {
	font-size: 130%;
	padding-bottom: 3px;
}

table {
	font-size: 100%;
}

th {
	text-align: left;
	vertical-align: top;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.5;
}

/* Layout */

.sIFR-active, .sIFR-dummy, body
{
	background-color: #dbdddf;
}

body
{
	color: #333;
	font-family: trebuchet, "trebuchet ms", Arial, sans-serif, Helvetica;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	align: center;
}

div#header-wrapper
{
	width: 100%;
	padding: 0;
	margin: 0;
	background: url("/i/master/header_fade.png") repeat-x;
}

#header
{
	text-align: left;
	align: left;
	margin: 0 auto;
	padding: 0;
	width: 848px;
	height: 113px;
	background: url("/i/master/header.png") no-repeat;
	overflow: hidden;
}

#header .header-link
{
	display: block;
	float: left;
	width: 450px;
	height: 113px;
	text-decoration: none;
}


#header #customer-login
{
	position: relative;
	display: block;
	float: left;
	left: 230px;
	top: 39px;
	background: url("/i/master/customer_login.png") 0% 0% no-repeat;
	width: 129px;
	height: 35px;
	z-index: 0;
}

#header #customer-login:hover
{
	background-position: 0% 100%;
}

#login-box
{
	position: relative;
	float: left;
	top: -99px;
	width: 250px;
	z-index: 10;
	background: #e0e0e0 url("/i/master/customer_login_fade.png") 0% 0% no-repeat;
}

#login-box form
{
	padding: 0;
	margin: 0;
}

#login-box dd
{
	clear: both;
}

#login-box strong
{
	display: block;
	float: left;
	padding: 2px;
	margin: 2% 0% 0% 2%;
}

#login-box input
{
	display: block;
	float: right;
	background-color: #f0f0f0;
	border: 1px solid #999;
	padding: 2px;
	width: 64%;
	margin: 2% 2% 0% 0%;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#login-box input.button
{
	width: auto;
	display: block;
	float: right;
	margin: 0 2% 2% 0;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #555;
	background-color: #ccc;
	color: #333;
	font-weight: bold;
}

#login-box input.button:hover
{
	border-color: #666;
	background-color: #ddd;
	color: #555;
}

#login-box input.button:active
{
	border-color: #222;
	background-color: #666;
	color: #fff;
}

div#layout-wrapper
{
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f6f6f6; /* #f2f2f2 */
}

#layout
{
	text-align: left;
	align: left;
	margin: 0 auto;
	padding: 10px 30px 10px 30px;
	width: 848px; /* 848px */
}

html>body #layout
{
	width: 788px; /* 848 - 2*30 */
}

div#footer-wrapper
{
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url("/i/master/footer_fade.png") repeat-x;
	height: 135px;
}

#footer
{
	text-align: left;
	align: left;
	margin: 0 auto;
	padding: 11px 30px 0 30px;
	width: 848px;
	/* height: 135px; */ /* 146px */
	font-size: 12px;
	color: #777;
}

html>body #footer
{
	width: 788px; /* 848px */
}

#footer .column
{
	display: block;
	float: left;
	padding: 0;
	margin: 0 40px 0 0;
}

#footer .column dt
{
	font-weight:bold;
	font-size: 115%;
	padding-bottom: 3px;
}

#footer .column dd
{
	padding: 0;
	margin: 0;
}

#footer .column a
{
	color: #777;
	text-decoration: none;
}

#footer .column a:hover
{
	color: #888;
	text-decoration: underline;
}

#footer div
{
	clear: both;
	float: right;
	position: relative;
	top: 75%;
	bottom: 18px;
}

/* IE7 doesn't like to do this, so we'll leave it out */
html>/**/body #footer div
{
	top: auto;
}


/* Navbar */

div#nav-wrapper
{
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url("/i/master/nav_fade.png") repeat-x;
}

#navbar
{
	text-align: left;
	align: left;
	margin: 0 auto;
	padding: 0;	
	width: 848px; /* 848px */
	height: 46px; /* 46px */
	background: url("/i/master/nav.png") no-repeat;
}


#navbar div.nav-left
{
	float: left;
	width: 30px;
	height: 46px;
	padding: 0;
	margin: 0;
	background: url("/i/master/nav_left.png") no-repeat;
}

#navbar div.nav-right
{
	float: left;
	width: 30px;
	height: 46px;
	padding: 0;
	margin: 0;
	background: url("/i/master/nav_right.png") no-repeat;
}


#navbar ul
{
	float: left;
	width: 788px; /* 848 - 2*30 */
	height: 46px; /* 46px */
	margin: 0;
	padding: 3px 0 0 0;	
	list-style: none;
	text-align: center;
}

html>body #navbar ul
{
	height: 43px; /* 46px */
}


#navbar ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	height: 40px;
	width: auto;
}

html>body #navbar ul li
{
	padding-bottom: 22px;
	margin-right: -4px;
}

#navbar ul li a
{
	display: table-cell; /* For firefox and Opera */
	display: inline-block; /* For Opera and IE */
	vertical-align: top; /* For IE */
	height: 40px;
	color: #fff;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: url("/i/master/nav_hover.png") transparent 0px 0px repeat-x;
	margin: 0;
	padding: 11px 59px 0 59px;
	/* border-left: 2px solid #2c6c9d; */
}

html>body #navbar ul li a
{
	height: 29px; /* For Chrome */
}

#navbar ul li a:hover
{
	color:#333; /* #ddecf8 */
	background: url("/i/master/nav_hover.png") transparent 0px -46px repeat-x;
}

#navbar ul li.first a
{
	border-left: 0;

}

#navbar ul li div
{
	float: left;
}

#navbar ul li#selected
{
	background: url("/i/master/nav_selected.png") transparent bottom center no-repeat;
}


/* extras */

.hidden { display: none }

.clear { clear: both; }

.right { display: block; float: right; }

dl, dt, dd {
	margin: 0;
	padding: 0;
}
	
dd {
	padding-bottom: 3px;
}

.grid2
{
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.grid2 .col
{
	float: left;
	width: 49%;
	padding-left: 2%;
}

.grid2 .first
{
	padding-left: 0;
}


/* boxes */
dl.box2 {
	border: 1px solid #ccc;
	background-color: #f0f0f0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

dl.box2 dt {
	font-weight: bold;
	padding: 5px;
	background-color: #ddd;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

dd
{
	padding-bottom: 1px;
}

#login-box
{
	border-color: #989ca1;
	border-width: 2px;
}
