/**
 *	Theme Name: Tyremax Corporate Site
 *	Author: Mariart
 *	Author URI: http://www.mariart.com.au
 *	Description: This is the theme for the tyremax webiste
 *	Version: 1.0
 *	Text Domain: tyremax
 */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}




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

	Below is our standard page styles.
	
	Tyremax colours:
		Text grey:			#4E4E50;
		Tyremax orange: 	#F58236;
		Maxxis Orange:		#F58236;
		Lassa Red:			#CC232A;
		Roadstone Red:		#CC232A;
		Vredestien Red:		#CC232A;
		Starmaxx Blue:		#2A5BA7;
		Dynamaxx Red:		#690D18;
		Duro Green:			#5FA954;
		Hifly Blue:			#244094;
		Mayrun Red:			#CC232A;

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




/*  **********  Standard HTML elements  **********  */

body {
	color: #4E4E50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: url("images/new_bg.jpg") top center no-repeat #000000;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	color: #F58236;
	text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
	margin: 20px 0 10px;
}
h1 {
	font-size: 37px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 23px;
}

p, #content li {
	line-height: 28px;
	margin: 10px 0;
}
a, a:visited {
	color: #F58236;
}
#content li {
	margin: 0 0 0 20px;
	list-style: disc;
}
#content ul, #content ol {
	margin: 10px 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}



/*  **********  Main container styles  **********  */

#page {
	position: relative;
}

#main_container {
	position: absolute;
	top: 125px;
	left: 0;
	width: 100%;
	z-index: 1;
}
#main {
	/* background: url("images/bg.png"); */ 
	background: #FFFFFF;
	padding: 40px 40px 20px 40px;
	width: 900px;
	border-radius: 20px;
	margin: 80px auto 50px auto;
}




/*  **********  Header area  **********  */
#branding {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url("images/header/header_bg.png") top left repeat-x;
	width: 100%;
	min-width: 1040px;
	height: 135px;
}
#header_inner {
	width: 960px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
#tyremax_logo {
	float: left;
	width: 260px;
	height: 95px;
	line-height: 95px;
	margin: 15px 0 0 0;
	z-index: 100;
}
#tyremax_contact {
	float: right;
	width: 220px;
	padding: 25px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 17px;
	background: url("images/header/globes/tyremax_orange.png") bottom left no-repeat;
}
#tyremax_contact span {
	display: block;
	font-size: 29px;
	color: #F58236;
}
#header_left {
	position: absolute;
	top: 0;
	left: 0;
	height: 125px;
	width: 300px;
	background: url("images/header/swoop-graphic.png") top left no-repeat;
	z-index: 1;
}
#header_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 225px;
	height: 229px;
	background: url("images/header/header_bg_swoosh.png") top left no-repeat;
	z-index: 1;
}




/*  **********  Main nav area  **********  */
nav#access {
	height: 30px;
	margin: 48px 0 0 0;
	float: left;
}
.sf-menu li {
	border: none;
	background: none;
}
.sf-menu a, .sf-menu a:visited, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #4E4E50;
	background: none;
}
.sf-menu a:hover {
	color: #F58236;
}
.sf-menu a {
	text-transform: uppercase;
}
.sf-menu > li > a {
	font-size: 20px;
	border: none;
	background: none;
	margin: 0;
	padding: 5px 20px;
}
.sf-menu > li > a:hover {
	color: #F58236;
}



.sf-menu li li {
	background: none;
	border: none;
}
.sf-menu li li a {
	color: #4E4E50 !important;
	border: none;
}
.sf-menu li li a:hover {
	background: url("images/header/menu_hover_bg.png");
	color: #F58236 !important;
}
.sf-menu ul {
	box-shadow: none;
}
.sf-menu ul li:last-child {
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
}
.sf-menu li ul, .sf-menu li.sfHover ul {
	top: 30px;
	width: 181px;
	padding: 30px 0 0 0;
	background: url("images/header/menu_bg.png") top left no-repeat;
	font-size: 15px;
	font-weight: bold;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}




/*  **********  Footer area  **********  */
#colophon {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 14px;
	clear: both;
}
#colophon a, #colophon a:visited {
	text-decoration: none;
	color: #4E4E50;;
}




/*  **********  Home page  **********  */
#home_links {
	margin: 40px 0 0 0;
}
#home_links .home_link {
	float: left;
	width: 280px;
}
#home_links .home_link.brands {
	margin: 0 20px;
}
#home_links .home_link a {
	display: block;
	width: 280px;
	height: 234px;
	overflow: hidden;
	text-indent: -9999px;
}
#home_links .home_link.about a {
	background: url("images/home/about_tyremax.png") top left no-repeat;
}
#home_links .home_link.about a:hover {
	background: url("images/home/about_tyremax_over.png") top left no-repeat;
}
#home_links .home_link.brands a {
	background: url("images/home/products.jpg") top left no-repeat;
}
#home_links .home_link.brands a:hover {
	background: url("images/home/products_over.jpg") top left no-repeat;
}
#home_links .home_link.dealers a {
	background: url("images/home/dealers_online.png") top left no-repeat;
}
#home_links .home_link.dealers a:hover {
	background: url("images/home/dealers_online_over.png") top left no-repeat;
}




/*  **********  Brand pages  **********  */
.brand_container {
	margin: 20px 0 0 0;
	line-height: 95px;
	width: 33.3%;
	float: left;
	text-align: center;
}
.brand_container.first {
	text-align: left;
	clear: both;
}
.brand_container.last {
	text-align: right;
}

#brands_left {
	float: left;
	width: 570px;
	margin: 0 30px 0 0;
}
#brands_right {
	float: left;
	width: 300px;
}

#brands_right a {
	display: table-cell;
	background: #F58236;
	height: 83px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 0 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 0 0 150px;
	text-transform: uppercase;
	font-size: 14px;
	vertical-align: middle;
	width: 300px;
	text-indent: -9999px;
}
#brands_right a:hover {
	background-color: #000000;
}
#brands_right a span {
	display: block;
	line-height: 18px;
}
.page-id-39 p {
	/*
	font-size: 12px;
	line-height: 20px;
	*/
	margin: 5px 0;
}
.page-id-39 p b {
	font-weight: bold;
}
.page-id-39 p em {
	font-style: italic;
}

.branch_detail {
	border-radius: 10px;
}
.branch_detail img {
	border-radius: 5px;
}
.branch_detail h4 {
	font-size: 18px;
}
/*
.single-brands p, .single-brands li {
	font-size: 12px;
	line-height: 18px;
}
*/
.single-brands p.feature {
	font-size: 16px;
	line-height: 22px;
}




/*  *********  Timeline  **********  */
/*
.page-id-34 p, .page-id-34 li {
	font-size: 12px;
	line-height: 18px;
}
*/
.page-id-34 h2 {
	font-size: 37px;
}

#timeline_details {
	padding-top: 20px;
}

#timeline_years {
	padding: 40px 40px 20px 40px;
	margin: 40px 0 0 -40px;
	width: 900px;
	background: url("images/timeline/timeline_years_bg.jpg") top left repeat-x;
}
.timeline_year_link {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
	width: 84px;
	height: 43px;
	background: url("images/timeline/year_bg.png") top left no-repeat;
	font-size: 25px;
	line-height: 43px;
	text-align: center;
}
.timeline_year_link:hover {
	background: url("images/timeline/year_bg_hover.png") top left no-repeat;
	color: #FFFFFF;
}
.timeline_year_container {
	clear: both;
	margin: 50px 0 0 0;
	background: url("images/timeline/year_bg.jpg") top left no-repeat #CA6329;
	border-radius: 10px;
	color: #FFFFFF;
	height: 215px;
}
.timeline_year_container h2 {
	color: #FFFFFF;
	margin-left: 20px;
}
#content .timeline_year_container li {
	/* line-height: 18px; */
	margin: 10px 10px 10px 40px;
}
.timeline_year_container .left {
	width: 270px;
	height: 215px;
	overflow: auto;
	float: left;
}
.timeline_year_container ul {
	margin-bottom: 30px;
}
.timeline_year_container .right {
	width: 630px;
	height: 215px;
	float: left;
	position: relative;
}
.timeline_year_container .right img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.timeline_items_list span {
	font-weight: bold;
}
.timeline_top_btn {
	display: block;
	width: 103px;
	height: 37px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("images/timeline/back_to_top.png") top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}




/*  **********  Vision & Mission  **********  */
.mission_container {
	padding: 0 0 0 160px;
	min-height: 160px;
	background: url("images/icon_mission.png") top left no-repeat;
}
.mission_container.vision {
	background: url("images/icon_vision.png") top left no-repeat;
}




/*  **********  Contact page  **********  */
#contact_left {
	width: 500px;
	float: left;
	/* font-size: 12px; */
}
#contact_right {
	margin-left: 540px;
	/* font-size: 12px; */
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea, .gform_wrapper select {
  font-size: inherit;
}




/*  **********  T & C's page  **********  */
.page-id-58 #content {
	font-size: 12px;
}
.page-id-58 #content p {
	line-height: 18px;
}
.page-id-58 #content li {
	margin: 0 0 0 20px;
	line-height: 16px;
}
#content ol li {
	list-style: lower-alpha;
}
#content ol ol li {
	list-style: lower-roman;
}
#content ol ol ol li {
	list-style: upper-alpha;
}
#content ol ol ol ol li {
	list-style: upper-roman;
}




/*  ********  Product and services page  **********  */
table.prod_serv_table {
	width: 100%;
}
table.prod_serv_table td {
	width: 33%;
	padding: 0 20px 20px 0;
}



/*  **********  DO:L page  **********  */

.post-454 input {
	font-size: 16px;
	padding: 10px;
	color: #F58236;
	font-weight: bold;
}




/*  **********  Standard page elements  **********  */
img.page_feature {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webit-border-radius: 10px;
	margin-bottom: 30px;
}


#jquery-lightbox {
	z-index: 10000;
}

.bold {
	font-weight: bold;
}
.orange {
	color: #F58236;
}



table.video_table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
table.video_table tr {
	vertical-align: top;
}
table.video_table td {
	width: 50%;
	text-align: left;
	padding: 0 0 20px 0;
}
table.video_table td.right {
	text-align: right;
}

.gform_wrapper #gform_5 h2.gsection_title {
	margin-top: 45px !important;
}
.gform_wrapper #gform_5 h2.gsection_title {
	margin-top: 45px !important;
}