/*
Title: Phoenix Tire, Inc. - Screen Styles
Author: Fasturtle Technologies, LLC --> http://www.goftt.com/
*/

/* Core Styles Used in every project */
@import url("defaults/reset.css"); /* Resets for all browsers */
@import url("defaults/clearfix.css"); /* Easy float clearing */

body {
	background: #DCDCDC url('../images/body_bg.jpg') repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrap {
	margin: 0 auto;
	padding: 0 6px;
	width: 1000px;
	background: url('../images/wrap_bg.png') repeat-y top center;
}
#header {
	position: relative;
	margin-bottom: 10px;
}
#address {
	position: absolute;
	top: 35px; right: 0;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
#nav {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 190px;
}
#content {
	float: right;
	display: inline;
	padding-bottom: 1em;
	width: 780px;
}
#main_content {
	padding-right: 10px;
	float: left;
	display: inline;
	width: 550px;
}
#sidebar {
	float: right;
	margin-top: -10px;
	width: 200px;
}
#footer {
	clear: both;
	padding: 20px;
	color: #fff;
	background: #000 url('../images/footer_bg.jpg') no-repeat right center;
}

/* MAIN NAVIGATION */
#nav ul li {
	margin-bottom: 5px;
}
#nav a {
	display: block;
	padding-left: 15px;
	width: 165px;
	height: 35px;
	font: 12px/35px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url('../images/nav_bg.jpg') no-repeat top left;
}
#nav a:hover, #nav li.current a {
	background-position: -180px 0;
}
/* subnav */
#nav li ul {
	width: 178px;
	border: 1px solid #959595;
	border-width: 0 1px 1px;
	background: #fff;
}
#nav li ul {
	display: none;
}
#nav li.current ul {
	display: block;
}
#nav li ul li {
	margin-bottom: 0;
}
#nav li ul a {
	height: auto;
	width: auto;
	margin-bottom: 0;
	padding: 5px 0 3px 10px;
	line-height: 1.5em;
	background: none;
	color: #333;
	font-weight: normal;
}
#nav li ul a:hover, #nav li ul li.current a {
	background: #f1f1f1;
}

/* CONTENT */
img.featured {
	display: block;
	margin-bottom: 1em;
	padding: 3px;
	border: 1px solid #9A9A9A;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#content ul {
	margin-bottom: 1em;
}
#content li {
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 25px;
}
#content h1 {
	font-size: 20px;
	color: #00284D;
	font-style: italic;
}
#content h3 {
	font-size: 14px;
	color: #00284D;
}
#credit_application h3 {
	margin-bottom: 5px;
	color: #9F0028;
}
#credit_application {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 20px;
}
#gmap .frame {
	margin: 0;
	width: 544px;
	border: 3px solid #ccc;
}
#rates {
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#vendors {
	clear: both;
}
#vendors td {
	padding: 3px 10px;
	text-align: center;
}
#rates td, #rates th {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#rates td span {
	font-weight: normal;
}
#rates th {
	background: #f1f1f1;
}
#welcome_homepage td {
	padding: 0 10px 0 0;
	vertical-align: top;
}
#welcome_homepage #welcome_text {
	width: 50%;
	border-right: 1px solid #ccc;
}
#welcome_homepage #services {
	padding-left: 15px;
	width: 50%;
}
#welcome_homepage #services h1 {
	margin-bottom: 10px;
}
#welcome_homepage #services li {
	margin: 0;
	font-size: 14px;
	color: red;
	font-weight: bold;
	list-style-type: none;
}
#flashcontent {
	margin-bottom: 1em;
	padding: 5px;
	border: 1px solid #ccc;
	width: 530px;
}
.warning {
	color: red;
}
.errors, .error {
	color: red;
}
.success {
	color: green;
	font-weight: bold;
}
.pdf_link {
	padding-right: 15px;
	vertical-align: top;
}
.testimonial {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.testimonial.last, .testimonial.first {
	border-bottom: 0;
}
.date {
	color: #666;
	font-size: 10px;
}
.caption img {
	padding: 3px;
	border: 1px solid #ddd;
}
.caption img.noborder {
	border: none;
}
.caption.right {
	float: right;
	margin: 0 0 10px 10px;
}
.caption.left {
	float: left;
	margin-right: 10px;
}
.f_left {
	margin-right: 10px;
	float: left;
}
.print_app {
	display: block;
	width: 100px;
	border: 1px solid #ccc;
	padding: 3px 3px 40px;
	text-align: center;
	line-height: 1.5em;
}

/* FOOTER */
#footer a {
	margin: 0 6px;
	color: #fff;
}
#footer p {
	line-height: 1em;
	margin-bottom: 0;
}
#footer .left {
	float: left;
	width: 70%;
}
#footer .right {
	float: right;
	width: 25%;
	text-align: right;
}
#footer .right a {
	margin: 0;
}

/* SIDEBAR */
#sidebar h3 {
	margin: -10px -10px 10px;
	padding: 6px 8px;
	border: 1px solid #999;
	font-size: 14px;
	text-transform: uppercase;
	background: #CCC url('../images/sidebar_heading_bg.jpg') repeat-x bottom left;
}
#sidebar .section {
	padding: 10px;
}
#sidebar #members li {
	margin: 0 0 10px 0;
	list-style-type: none;
}

/* INTERNATIONAL PRICING MEMBER AREA */
form label {
	display: block;
}
input.text_field {
	font-size:16px;
	font-weight:bold;
	padding:2px;
}
#signup_form {
	border: 1px solid #ccc;
	padding: 20px;
	background: #f9f9f9;
}
#file_upload {
	margin-bottom: 1em;
}
#file_upload td {
	padding: 5px;
}
#file_upload th {
	text-align: right;
}

.user_mgt {
	width: 75%;
	border-collapse: collapse;
}
.user_mgt a:link, .user_mgt a:visited {
	color: blue;
}
.user_mgt thead {
	background: #ccc;
	border-bottom: 1px solid #ccc;
}
.user_mgt td, .user_mgt th {
	padding: 5px 0;
}
.user_mgt tbody td {
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
.user_mgt thead th {
	text-align: left;
}
.user_mgt tfoot {
	border-left: 0;
}

#retrieve_password {
	margin-top: 0.5em;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}

a.red {text-decoration:none; color:red;}

.darkred {color:#9F0028;}