body
{
	color: #fff;
	background: #000 url(../images/background.pattern.gradient.jpg) repeat-x; 
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
}


#contentBody
{
	margin-top: 30px;
}	

#container
{
	width: 950px;
	margin: 0 auto;

}

#siteNav
{
	list-style: none;
	margin: 0;
	margin-bottom: 11px;
	padding: 0;
	
}

#content
{
	width: 475px;
	float: right;
}

#siteNav li
{
	display: inline;
}

#siteNav li a
{
	color: white;
	font-family: "Century Gothic", "Trebuchet MS" sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px;
	padding: 0;
}

#siteNav li a:hover
{	
  color: #524b3d;
}


#footer
{
 clear: both;	
margin-left: 400px;
font-size: 12px;
}

#navContainer
{
	margin-top: 85px;
}

#leftArea
{
	float: left;

}

#footer
{
	/* border-top: 1px solid #4ccaff; */
	text-align: center;
	padding-top: 10px;
}

body#aboutUs a#aboutUs, body#locations a#locations, body#contact a#contact, body#jobs a#jobs, body#brands a#brands, body#home a#home
{
	 color: #524b3d;
}

.centerText
{
	text-align: center;
}


.locProvince
{
 font-weight: bold;
 background-color: white;
}


.defaultInput 
{
	width: 400px;
	background-color: silver; /* #67523f; */
	border: 1px solid white;
	color: #000;
}

.defaultTextarea
{
	width: 400px;
	background-color: silver;
	height: 150px;
	border: 1px solid white;
	color: #000;
	font-family: "Trebuchet MS", sans-serif;
}

.defaultSelect
{
	width: 400px;
	background-color: silver;
	border: 1px solid white;
	color: #000;
}

.defaultSubmit
{
	border: 1px solid #524b3d;
	background-color: #4dcbfb;
	color: #524b3d;
	font-weight: bold;
}

.defaultSubmitHover
{
	border: 1px solid #4dcbfb;
	background-color: #524b3d;
	color: #4dcbfb;
	font-weight: bold;
}


/* brands specific */
#brandInfo div
{
	display: none;
}

#brandInfo H2
{
	margin-bottom: 0;
}

/* ends brands specific */

/* home sepcific */
#newsletterSignup
{
	
	background-color: black;
	width:  332px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.nlEmailDefault
{
	border: 1px solid white;
	background-color: silver;
	color: #000;
	width: 170px;
	font-size: 12px;
	margin-bottom: 10px;
}

.nlLetterDefault
{
	border: 1px solid white;
	background-color: silver;
	color: #000;
	font-size: 12px;
	width: 170px;
}

#slidecontainer
	{
		height: 490px;
		width: 342px;
		background-color: black;
		
	}
	
#slidecontent
	{
		top: 5px;
		left: 5px;
		position: relative;
		height: 480px;
		width: 332px;
		background-color: white;
		color: black;
		font-size: 1em;
		text-align: center;
		
	}

/* end home specific */

/* locations specific */

#locContainer a.topItem
{
	text-decoration: none;
	font-size: .9em;
	color: black;
	background: url(../images/location_bg.jpg);

/*	background-color: #4dcbfb; */
	display: block;
	margin-bottom: 2px;
	padding: 2px 0 2px 5px;
}

#locContainer a.topItemSelected
{
	text-decoration: none;
	font-size: .9em;
	color: black;
	display: block;
	margin-bottom: 2px;
	background-color: #fff;
	padding: 2px 0 2px 5px;
}

#locContainer a.mapLink
{
	margin-left: 10px;
	color: black;
	padding: 0 8px;
	text-decoration: none;
	font-size: 12px;
	background-color: silver;
	border-bottom: 1px solid Grey;
	border-right: 1px solid Grey;
}	

#locContainer a.mapLink:hover
{
	margin-left: 10px;
	color: black;
	padding: 0 8px;
	text-decoration: none;
	font-size: 12px;
	background-color: white;
	border-bottom: 1px solid Grey;
	border-right: 1px solid Grey;
}	

#locContainer ul li a img
{
 margin-left: 10px;
}

#locContainer li
{
	margin-bottom: 10px;
	list-style-type: none;
}
/* end locations specific */