/* -----------------
Radii Production 
Copyright 2009

Swatch colours
--------------
e6e6e6 - 10% grey
cecece - 20% grey
b5b5b5 - 30% grey
9c9c9c - 40% grey
838383 - 50% grey
696969 - 60% grey
505050 - 70% grey
363636 - 80% grey
1c1c1c - 90% grey 
----------------- */


/*--- Typographic Elements ---*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.6em;
}

h1 {
	color:#734f33;
	font-family:Georgia, "Times New Roman",  Times, serif;
	font-size:17pt;
	letter-spacing:1.5pt;
	line-height:20pt;
	font-weight:normal;
	text-transform:uppercase;
}

h2 {
	color:#7f2243;
	font-size:14pt;
	line-height:16pt;
	font-weight:normal;
}

h3 {
	color:#000000;
	font-size:10pt;
	line-height:10pt;
	font-weight:normal;
	text-transform:uppercase;
}

h4 {
	color:#505050;
	font-size:14pt;
	line-height:18pt;
	font-weight:bold;
}

h5 {
	color:#505050;
	font-size:13pt;
	line-height:17pt;
	font-weight:bold;
}

h6 {
	color:#505050;
	font-size:11pt;
	line-height:15pt;
	font-weight:bold;
}

p, div {
	color:#363636;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10.5pt;
}

p {
	line-height:15pt;
	margin-bottom:1.2em;
}

hr { /* hr markup used for horizonal rules - properties must appear in the order below */
	height:1px;
	border-width:0;
	color:#b5b5b5;
	background-color:#b5b5b5;
	margin:1em 0em;
}

q:before { /* opening quote styling */
	content:open-quote;
}

q:after { /* closing quote styling */
	content:close-quote;
}

em { /* em markup used for emphasizing a word */
	font-style:italic;
}

strong { /* em markup used for bolding a word */
	font-weight:bold;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup { /* sup markup is used for superscripts */
	bottom: .8ex;
}

sub { /* sub markup is used for subscripts */
	top: .5ex;
}


/*--- Blockquotes - markup used for stylized pull quote/ callout blocks (eg. testimonials) ---*/

blockquote { 
	margin:16px;
}

blockquote:before { /* opening pull quote styling */
	color:#cecece;
	content:open-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42pt;
	float:left;
	margin:12px 8px 0 -16px;
}

blockquote:after { /* closing pull quote styling */
	color:#cecece;
	content:close-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42pt;
	float:right;
	margin:-22px -16px 0 6px;
}


/*--- Lists ---*/

ul, ol {
	color:#363636;
	line-height:15pt;
	list-style-position:outside;
}

ul {
	list-style:disc;
	margin:0 1.8em 1.2em;
}

ol {
	list-style:decimal;
	margin:0 2.5em 1.2em;
}

li {
	margin-bottom:0.5em;
}


/*--- Links - Rules must appear in this order ---*/

a:link {  
	color:#696969;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#696969;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#1c1c1c;
	font-weight:normal;
	text-decoration:none;
}

a:active {
	color:#696969;
	font-weight:normal;
	text-decoration:underline;
}

/*--- Footer Elements ---*/

.footerAddress, .footerCopyright, .footerNav, .footerDesigner {
	color:#363636;
	font-size:8.5pt;
}

#wrapperFooter a, #wrapperFooter a:link, #wrapperFooter a:visited {
	color:#9c9c9c;
}

#wrapperFooter a:hover {
	color:#000000;
}

/*--- Custom for ALPA ---*/

h1#section {
	font-weight:normal;
	color:#1a528b;
	font-size:12pt;
	margin:0 0 -5px -1px;
}

span {
	white-space:nowrap;
}

.productDescription {
	color:#959595;
	white-space:normal;
}

.productMeasurement {
	color:#959595;
	white-space:normal;
	padding-top:8px;
}

.productPatent {
	background:#a9d2e5;
	color:#363636;
	white-space:normal;
	font-style:italic;
	padding:2px 5px 2px 1px;
}

.productNote {
	color:#959595;
	white-space:normal;
}

.productName {
	color:#000;
	white-space:normal;
	padding-bottom:8px;
}

.productListing td a, .productListing td a:link, .productListing td a:visited {
	color:#363636;
	text-decoration:none;
}

.productListing td a:hover {
	text-decoration:underline;
}

.disclaimer, .colourDisclaimer {
	color:#646464;
	font-size:86%;
	line-height:1.4em;
}

.caption {
	color:#646464;
	font-size:90%;
	line-height:1.4em;
	position:absolute;
	bottom:-10px;
	right:-210px;
}

.new {
	background-color:#cc0000;
	color:#fff;
	padding:2px 4px 2px 4px;
}

.new-menu {
/*	background-color:#cc0000; */
	color:#cc0000;
	font-size:7pt;
}

.new-title {
/*	background-color:#cc0000; */
	font-family: Georgia,"Times New Roman",Times,serif;
	color:#cc0000;
	font-size:22px;
}

#dealersInfo p {
	font-size:13.5px;
	line-height:18px;
}

#dealersInfo .pageCopy span {
	font-size:11.5px;
}