
/** General *********************************/

	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		background-image: url('../images/bg/body.gif');
		background-position: top left;
		background-repeat: repeat;
		background-color: #888888;
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #C0C0C0;
	}
	
	ul, ol {
		margin-left: 20px;
	}
	
	a {
		color: #FFFFFF;
		text-decoration: underline;
		outline: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	p.date {
		font-size: 10px;
	}
	
	h1 {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: -1px;
		margin: 0;
	}
	
	h2 {
		font-weight: normal;
		font-size: 13px;
	}
	
	.highlighted {
		color: #FF0000;
	}
	
	._smi_googlemap div span {
		font-size: 9px !important;
	}
	
	._smi_googlemap div div, ._smi_googlemap div div span {
		font-size: 11px !important;
		text-align: left;
		color: #000000;
	}
	
	._smi_googlemap div#hmtctl div{
		text-align: center !important;
	}
	
/** Background gradient *********************/

	div.gradient {
		width: 100%;
		height: 708px;
		position: absolute;
		z-index: -1;
		top: 92px;
		left: 0px;
		background-image: url('../images/bg/gradient.png');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
/** Vertical titles **************************/
	
	img.titleLeft {
		position: absolute;
		top: 31px;
		left: 50%;
		margin-left: -552px;
	}
	
	img.titleRight {
		position: absolute;
		top: 31px;
		left: 50%;
		margin-left: 480px;
	}
	
/** Top bar *********************************/

	div.top {
		width: 100%;
		height: 89px;
		border-bottom: 1px solid #313131;
		background-color: #454545;
	}
	
	div.topLine {
		width: 100%;
		height: 2px;
		line-height: 2px;
		font-size: 2px;
		background-color: #3D3D3D;
	}
	
	div.topMiddle {
		width: 960px;
		height: 89px;
		margin: 0px auto;
		background-image: url('../images/bg/menu.gif');
		background-position: top left;
		background-repeat: repeat-x;
		background-color: #4E4E4E;
	}
	
	a.logo {
		float: left;
		text-decoration: none;
	}
	
	a.logo  img{
		margin: 14px 0px 0px 33px;
	}
	
/** Home ************************************/
	
	div.blockImg
	{
		margin-bottom: 10px;
		
		background-color: #262626;
	}
	
	div.blockImg a
	{
		display: block;
	}
	
	div.blockImg a:hover
	{
		background-image: url('../images/arrow/home.gif');
		background-position: 67px 24px;
		background-repeat: no-repeat;
	}
	
	div.blockText {
		padding: 21px 0px 21px 26px;
		background-color: #262626;
		font-size: 14px;
		line-height: 20px;
		color: #797979;
	}
	
	div.rightColHome a.actionBtn img
	{
		float: right;
		
		margin-left: 18px;
	}
	
	div.leftActive a.actionBtn img, div.leftIdle a.actionBtn img, div.leftIdleLocation a.actionBtn img
	{
		float: right;
		
		margin: 0px 25px 5px 0px;
	}
	
/** Main block ******************************/
	
	div.main {
		width: 960px;
		margin: 0px auto;
	}
	
	/********************************************/

	div.leftIdle, div.leftIdleLocation, div.rightIdle {
		width: 230px;
		height: 462px;
	}

	div.leftIdle, div.leftIdleLocation {
		float: left;
		background-color: #9C9D9F;
		background-position: top left;
		background-repeat: no-repeat;
		margin-right: 10px;
	}
	
	div.leftIdleLocation
	{
		background-color: transparent;
	}
	
	div.leftTopMenu {
		width: 100%;
		height: 31px;
		text-align: center;
	}
	
		div.trans {
			background-image: url('../images/bg/left_idle.png');
			background-position: top left;
			background-repeat: repeat-y;
		}
		
		div.solid {
			background-color: #333333;
		}
		
	div.leftTopMenu ul {
		width: 100%;
		height: 28px;
		list-style-type: none;
		margin-left: 0px;
	}
	
	div.leftTopMenu ul li {
		width: 33%;
		height: 28px;
		line-height: 28px;
		text-align: center;
		float: left;
	}
	
	div.leftTopMenu ul li a {
		font-size: 13px;
		letter-spacing: -1px;
		display: block;
		color: #CCCCCC;
		text-decoration: none;
	}
	
	div.rightIdle {
		float: right;
		background-color: #B2B3B4;
		background-image: url('../images/bg/column.gif');
		background-position: bottom left;
		background-repeat: repeat-x;
	}
	
	div.rightIdleLocation
	{
		height: auto;
		
		margin-top: 10px;
	}
	
		div.rightQuoteSmall {
			width: 210px;
			height: 181px;
			padding: 10px 10px;
			font-size: 13px;
			line-height: 25px;
			color: #757575;
		}
		
		div.rightQuote {
			width: 210px;
			padding: 10px 10px 10px 20px;
			font-size: 17px;
			line-height: 30px;
			color: #757575;
		}
		
		div.rightQuoteSmall img, div.rightQuote img {
			float: left;
		}
	
	div.smallImageContainer {
		width: 230px;
		height: 230px;
	}
	
	/********************************************/

	div.leftActive, div.rightActive {
		width: 240px;
		float: left;
	}
	
	div.columnBg, div.columnBgWide {
		width: 720px;
		background-color: #B2B3B4;
		background-image: url('../images/bg/column.gif');
		background-position: bottom left;
		background-repeat: repeat-x;
		float: left;
	}
	
	div.columnBgWide
	{
		width: 960px;
	}
	
	/********************************************/
	
	div.center {
		width: 480px;
		float: left;
	}
	
	div.imageContainer {
		width: 480px;
		height: 431px;
	}
	
	div.titleBar {
		width: 435px;
		height: 31px;
		padding: 0px 15px 0px 30px;
		background-color: #333333;
		background-image: url('../images/arrow/menu.gif');
		background-position: 16px 50%;
		background-repeat: no-repeat;
		line-height: 31px;
		font-size: 14px;
		letter-spacing: -1px;
	}
	
	div.small {
		width: 185px;
	}
	
	div.titleBar a {
		
	}
	
	div#textDiv {
		width: 435px;
		padding: 10px 15px 10px 30px;
		background-color: #181818;
		line-height: 18px;
	}
	
	img.objImg {
		border: 1px solid #B2B3B4;
		float: left;
		margin: 4px 20px 0px 0px;
	}
	
	div.objText {
		width: 363px;
		float: left;
	}
	
	/********************************************/
	
	div.wide {
		width: 720px;
		float: left;
	}
	
	div.wide div.imageContainer {
		width: 720px;
	}
	
	div.wide div.titleBar {
		width: 675px;
	}
	
	div.wide div.small {
		width: 445px;
	}
	
	div.wide div#textDiv {
		width: 675px;
	}

	div.wide div.objText {
		width: 603px;
	}
/*	
	div.center, div.wide
	{
		background-color: #181818;
	}
	
	div.leftActive, div.center, div.wide, div.rightActive
	{
		margin-bottom: -3000px;
		padding-bottom: 3000px;
	}
*/	

	ul#flashItems
	{
		margin-left: 0px;

		list-style-type: none;
	}
		
	ul#flashItems li, div.flashNav
	{
		height: 431px;
		width: 720px;
	}
	
	div.flashNav
	{
		position: absolute;
		z-index: 100;
	}
	
	a#navLeft, a#navRight
	{
		height: 400px;
		width: 55px;
		
		display: block;
		
		background-position: center center;
		background-repeat: no-repeat; 
	}
	
	a#navLeft:hover, a#navRight:hover, div#photoIndex
	{
		background-color: #000000;
		
		filter:alpha(opacity=30);
		opacity: 0.3;
		-moz-opacity:0.3;
	}
	
	a#navLeft
	{
		float: left;
		
		background-image: url('../images/arrow/nav_left.png');
	}
	
	a#navRight
	{
		float: right;
		
		background-image: url('../images/arrow/nav_right.png');
	}
	
	div#photoIndex
	{
		height: 31px;
		width: 660px;
		
		clear: both;
		float: left;
		
		color: #FFFFFF;
		line-height: 31px;
		text-align: center;
	}
	
	div#pauseBtn
	{
		height: 31px;
		width: 60px;
		
		float: right;
		
		background-color: #000000;
		
		color: #FFFFFF;
		line-height: 31px;
		text-align: center;
	}
	
	div#pauseBtn a
	{
		height: 31px;
		width: 60px;
		
		display: block;
		
		text-decoration: none;
	}

	/********************************************/
	
	div.thumbDiv
	{
		width: 720px;
		
		padding-top: 31px;
		
		background-color: #181818;
		
		line-height: 18px;
	}
	
	a.productThumb
	{
		min-height: 164px;
		width: 226px;
		
		display: block;
		float: left;
		
		margin: 0px 0px 9px 7px;
		
		background-color: #333333;
		
		border: 2px solid #333333;
		
		cursor: pointer;
		text-decoration: none;
	}
	
	a.productThumb:hover
	{
		border: 2px solid #FE0000;
	}
	
	a.productThumb span.thumb
	{
		height: 135px;
		width: 226px;
		
		display: block;
		
		background-color: #181818;
	}
	
	a.productThumb span.link
	{
		min-height: 29px;
		width: 207px;
	
		padding-left: 19px;
		
		display: block;
		
		background-image: url('../images/arrow/menu.gif');
		background-position: 7px 10px;
		background-repeat: no-repeat;
		
		line-height: 29px;
	}
	
	/********************************************/
	
	div.leftColHome {
		width: 240px;
		float: left;
		margin: 31px 10px 0px 0px;
	}
	
	div.rightColHome {
		width: 709px;
		float: left;
		margin-top: 31px;
	}
	
	/********************************************/
	
	ul.sitemap {
		margin-left: 0px;
	}
	
	ul.sitemap a {
		text-decoration: none;
	}
	
	ul.sitemap a:hover {
		text-decoration: underline;
	}
	
	ul.sitemap a.root {
		font-size: 14px;
	}
	
	/********************************************/
	
	div.footer {
		width: 960px;
		height: 31px;
		line-height: 26px;
		margin: 10px auto;
		border-top: 1px solid #9C9C9C;
		font-size: 10px;
		color: #C0C0C0;
	}
	
	div.footer a, div.footer span {
		float: left;
	}
	
	div.footer a {
		color: #C0C0C0;
		text-decoration: none;
	}
	
	div.footer a:hover {
		text-decoration: underline;
	}
	
	div.footer img {
		float: right;
	}
