/*
===================================================
OZOcar Stylesheet: Contact
===================================================
*/

/*
---------------------------------------------------
Sub Navigation
---------------------------------------------------
*/

div#sub_nav_holder
	{
	float: left;
	width: 150px;
	margin: 0 0 0 -5px;
	}

ul#sub_nav
	{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#sub_nav li
	{
	display: block;
	margin: 0;
	padding: 0;
	}
ul#sub_nav li a
	{
	display: block;
	width: 145px;
	height: 24px;
	}
ul#sub_nav li a#subnav_contact
	{
	background: #fff url(../images/subnav_contact.gif) 0 0 no-repeat;
	}
ul#sub_nav li a#subnav_press
	{
	background: #fff url(../images/subnav_press.gif) 0 0 no-repeat;
	}
ul#sub_nav li a#subnav_drive
	{
	background: #fff url(../images/subnav_drive.gif) 0 0 no-repeat;
	}
ul#sub_nav li a#subnav_feedback
	{
	background: #fff url(../images/subnav_feedback.gif) 0 0 no-repeat;
	}
ul#sub_nav li a#subnav_contact:hover,
ul#sub_nav li a#subnav_press:hover,
ul#sub_nav li a#subnav_drive:hover,
ul#sub_nav li a#subnav_feedback:hover
	{
	background-position: -145px 0;
	}
	
body#contact_company ul#sub_nav li a#subnav_contact,
body#contact_press ul#sub_nav li a#subnav_press,
body#contact_drive ul#sub_nav li a#subnav_drive,
body#contact_feedback ul#sub_nav li a#subnav_feedback,
body#contact_thanks ul#sub_nav li a#subnav_feedback
	{
	background-position: -145px 0;
	}

	
/*
---------------------------------------------------
Main Content Area
---------------------------------------------------
*/	

body#contact_company div.main_content
	{
	background: #fff;
	padding-bottom: 5px;
	width: 620px;
	}
body#contact_press div.main_content
	{
	background: #fff url(../images/contact_02.jpg) 100% 60px no-repeat;
	padding-bottom: 175px;
	width: 620px;
	}
body#contact_drive div.main_content
	{
	background: #fff url(../images/contact_03.jpg) 100% 100% no-repeat;
	padding-bottom: 5px;
	width: 620px;
	}
body#contact_feedback div.main_content
	{
	background: #fff url(../images/contact_02.jpg) 100% 220px no-repeat;
	padding-bottom: 225px;
	width: 620px;
	}
body#contact_thanks div.main_content
	{
	/* background: #fff url(../images/contact_02.jpg) 100% 220px no-repeat; */
	padding-bottom: 225px;
	width: 620px;
	}
	
body#contact_company div.page_title
	{
	float: left;
	width: 169px;
	height: 22px;
	background: #fff url(../images/title_contact.gif) 0 0 no-repeat;
	margin: 0 0 20px 0;
	}
body#contact_press div.page_title
	{
	float: left;
	width: 160px;
	height: 17px;
	background: #fff url(../images/title_press_contact.gif) 0 0 no-repeat;
	margin: 0 0 20px 0;
	}
body#contact_drive div.page_title
	{
	float: left;
	width: 286px;
	height: 41px;
	background: #fff url(../images/title_drive.gif) 0 0 no-repeat;
	margin: 0 0 20px 0;
	}
body#contact_feedback div.page_title,
body#contact_thanks div.page_title
	{
	float: left;
	width: 187px;
	height: 19px;
	background: #fff url(../images/title_feedback.gif) 0 0 no-repeat;
	margin: 0 0 20px 0;
	}

div.page_blurb
	{
	float: left;
	width: 390px;
	font: 11px "lucida sans unicode", helvetica, arial, verdana, sans-serif;
	color: #575757;
	}
	
span.title
	{
	color: #1d71c8;
	font-size: 13px;
	font-weight: bold;
	}
span.title2
	{
	color: #1d71c8;
	font-weight: bold;
	}
	
body#contact_feedback table#feedback_form
	{
	font: 12px "lucida sans unicode", helvetica, arial, verdana, sans-serif;
	color: #1d71c8;
	}
table#feedback_form td
	{
	vertical-align: top;
	}
table#feedback_form td.title
	{
	text-align: right;
	}
table#feedback_form input.form01,
table#feedback_form textarea
	{
	width: 200px;
	}
table#feedback_form input,
table#feedback_form textarea
	{
	border: 1px solid #b6dae8;
	font: 11px "lucida sans unicode", helvetica, arial, verdana, sans-serif;
	padding: 2px;
	color: #00aeef;
	background: #fff;
	}
	
form
	{
	padding: 0;
	margin: 0;
	}
	
a,
a:link,
a:visited
	{
	color: #10b2ee;
	text-decoration: none;
	}
a:hover,
a:active
	{
	color: #1d71c8;
	text-decoration: underline;
	}
	
/*
---------------------------------------------------
Customer Feedback
---------------------------------------------------
*/	
th
	{
	background-color: #c0c0c0;
	}

.error
	{
	color: #c00000;
	}