
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #0d82ae;
}

ul
{
	margin-bottom: 10px;
}

body
{
	background: #6d6d6d;
	color: #363636;
	font: normal 10px 'Verdana', 'Arial', 'sans-serif';
	text-align: center;
	line-height: 20px;
}

h1
{
	font: normal 1.8em 'Arial Black', 'Verdana', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0d82ae;
	margin: 20px 0px 10px 0px;
}

h2
{
	font: normal 1.5em 'Arial Black', 'Verdana', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 1px;
	color: black;
	margin-bottom: 7px;
}

h3
{
	font: normal 1.2em 'Arial Black', 'Verdana', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #363636;
	margin-bottom: 7px;
}

h4
{
	font: bold 1.2em 'Verdana', 'Arial', 'sans-serif';
	color: black;
	line-height: 20px;
}

h5
{
	font: normal 1.2em 'Verdana', 'Arial', 'sans-serif';
	color: black;
}

h6
{
	font: normal 3.4em 'Mistral', 'Brush Script MT', 'Georgia', 'sans-serif';
	color: #0d82ae;
	text-align: right;
}

img
{
	border: none;
	display: inline;
}

p
{
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 20px;
}

td
{
	vertical-align: top;
}


/* Classes
**********/
.block
{
	display: block;
}

.todo
{
	border: 1px dotted red;
	background: yellow;
	padding: 5px;	
}

.highlight,
.highlight a:hover
{
	color: #0d82ae;
}

.caution
{
	color: #c3001b;
	font-size: 1.1em;
}

.price
{
	color: #c3001b;
	font-size: 1.8em;
}

/* Layout defaults
******************/
#wrap-top
{
	background: url(/images/layout/header-bgd.png) repeat-x #fff; 
}

#wrap-bottom
{
	background: url(/images/layout/footer-bgd.png) repeat-x;
	text-align: center;
	height: 95px;
	clear: both;
}

#wrap
{
	background: #fff;
}

#wrap-content
{
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header
{
	text-align: left;
	margin: -1px auto 0px auto;
	width: 950px;
	height: 150px;
	padding-top: 1px;
}

#logo
{
	margin: 15px 0px 0px -5px;
	float: left;
}

#page
{
	margin-top: 10px;
	padding-bottom: 50px;
	width: 625px;
}

#footer
{
	color: #cccccc;
	margin: 20px auto 0px auto;
	text-align: right;
	width: 950px;
	
}

/*Layout - Tyre Tips Page
******************/

#main-tips .highlight
{
	color: black;
	font-size: 1.2em;	
	line-height: 20px;
}

#main-tips li a:hover
{
	color: #0d82ae;
}


#tyre-tips .sub-questions li
{
	list-style: square;
	font-size: 1.2em;
	margin: 0px 0px 0px 65px;
	line-height: 20px;
}

#tyre-tips .sub-questions ul
{
	margin-bottom: 100px;
}

#tyre-tips li
{
	margin-left: 50px;	
	font-size: 1.1em;
}

.sub-answers
{
	margin-left: 50px;
}

.q
{
	margin: 10px 0px 0px 0px;
	line-height: 20px;
	color: #0d82ae;
}
.a
{
	margin: 0px 0px 10px 0px;
	line-height: 15px;
	color: #6d6d6d;
}

.example
{
	font-size: 1.1em;
	line-height: 15px;
	color: #0d82ae;
	margin-left: 50px;
}

#buytyresonline-animation
{
	float: right;
	margin-top: -1px;
}
