/**********************************************************
Name:			main.css
Description:	Global CSS definitions for Camtex Stone Products site.
				These styles define the base layout of every page.
Date:			19/09/2007
Author:			Andrei Vais
**********************************************************/


/***
Filename:		base.css
Author:			Andrei Vais
Date:			19/06/2008
Description:	Base styling for Camtex Stone Products site

Colours:		Background: #FFFFFF;
				Text color: #666666;

Dimensions:		


***/

/***
Reset styles version 2 (http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/)
***/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img
{
	border: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul
{
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after
{
	content: "";
}

/* All elements 'reset' to a base level - set site base background and foreground colours */
html, body
{
	background: #FFFFFF;
	color: #666666;
	font: 95% Verdana,Arial,sans-serif;
	text-align: center;			/*	This is for IE6 and similar browsers who can't center elements using the margin set to auto;	*/
}

.hideBulletPoint
{
	list-style-type: none;
}

/*	Define the style for the parent block 	*/
#Camtex_Stone
{
	/*border: 1px solid blue;*/
	background: #FFFFFF;
	margin: 33px auto 33px auto;
	text-align: left;			/*	Need to reset the text alignment back to left for all browsers	*/
	width: 944px;
}


/*	Define the style for the 'header' elements and all it's child elements 	*/
#header
{
	background: #FFFFFF url('../images/camtexpageheader_v3.jpg') top right no-repeat;
	float: left;
	height: 160px;
	width: 100%;
}

#logo
{
	float: left;
	margin: 50px 84px 0 10px;
}

 ul#primaryNav
{
	float: right;
	margin: 120px 8px 0 0;
}

#primaryNav li
{
	float: left;
	font-size: 110%;
	list-style-type: none;
	margin-right: 20px;
	display: inline;
}

#primaryNav a
{
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 1px 0 1px;
	padding: 12px 6px 11px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

#primaryNav a:hover, #primaryNav a.currentPage
{
	background: #FAF9F9;
	border: 1px solid #8E8780;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: 0;
}
/*	End of 'header' elements definitions 	*/

/*	Define the style for the 'content' elements and all it's child elements 	*/
#content
{
	border: 1px solid #88817A;
	border-top-width: 0;
	float: left;
	padding: 41px 3.5% 33px 3.5%;
	width: 92.8%;
}

#content a {color: #666666;}

#content a:hover {color: #AAAAAA;}

#content h1, #content h2, #content h3
{
	color: #802A37;
	font-size: 120%;
	text-transform: uppercase;
	letter-spacing: -1px;
}

 #content h2 {margin-bottom: 10px;}

#content h3
{
	font-size: 100%;
	margin-bottom: 6px;
}

#content p
{
	font-size: 85%;
	line-height: 155%;
	margin-bottom: 19px;
}

#content ul
{
	margin-left: 15px;
	margin-bottom: 12px;
}

#content li
{
	font-size: 85%;
	line-height: 150%;
}

#content li ul li {font-size: 100%;}

#contentpage
{
	float: right;
	width: 71.2%;
}

#sectionNav ul.testimonials
{
	padding-bottom: 15px;
	list-style-type: none;
}

#sectionNav ul.testimonials li
{
	text-transform: none;
	font-size: 85%;
}

#sectionNav ul.testimonials li a
{
	line-height: 20px;
}

#contentpage div.first
{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #88817A;
}

#contentpage div.testimonial
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #88817A;
}
/*	End of 'content' elements definitions 	*/

/* site map elements */

ul.SiteMap li
{
	margin-bottom: 5px;
}

ul.SiteMap li ul
{
	margin-bottom: 0px !important;
	margin-top: 5px;
}

/* End site map elements */

/*	Define the style for the 'footer' elements and all it's child elements 	*/
#footer
{
	float: left;
	margin: 0 5px 0 5px;
	padding: 9px 0 9px 0;
	width: 99.1%;
}

#footer ul
{
	float: left;
	list-style-type: square;
}

#footer li
{
	float: left;
	margin-right: 20px;
}

#footer li a
{
	color: #666666;
	display: block;
	font-size: 85%;
	padding-bottom: 5px;
	text-decoration: none;
}

#footer li a:hover
{
	color: #666666;
	text-decoration: underline;
}

#footer p
{
	float: right;
	font-size: 85%;
	line-height: 100%;
	padding-bottom: 3px;
}
/*	End of 'footer' elements definitions 	*/