/* Start of CMSMS style sheet 'style.css' */
body, div, a, span, img, p, h1, dl, dt, dd {
   margin: 0;
   padding: 0;
}
html {
   height: 100%;
   font-size : 100.01%;
}
body {
   width: 100%;
   height: 100%;
   background: #fff;
   color: #000;
   font: normal 11px/13px "Times", "Times New Roman", serif;
}
a {
   color: #000;
}
a:hover {
   text-decoration: none;
}
img {
   border: 0;
}
p {
	line-height: 14px;
	padding: 7px 0 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	padding: 7px 0 0;
}
dl {
	padding: 7px 0 0;
}
dt {
	font-weight: bold;
	float: left;
	padding: 0 5px 0 0;
}
#page, #footer {
   width: 800px;
   margin: 0  auto;
}
#page {
   min-height: 100%;
   background: url('img/page-bg.gif') repeat-y;
   margin-bottom: -48px;
}
/*--------------------------- HEADER -----------------------------------------*/
#header {
	height: 102px;
	background: url('img/header-bg.jpg') repeat-x;
	padding: 0 290px 0 50px;
}
	#header h1 {
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		line-height: 26px;
		text-transform: uppercase;
		margin: 0;
		padding: 45px 0 0;
	}
/*_  Classes are used for left column   */
/*--------------------------- CONTENT ----------------------------------------*/
#content {
	padding: 0 66px 48px 0;
}
   #content:after {
      content: '.';
      display: block;
      clear: both;
      visibility: hidden;
      height: 0;
      line-height: 0;
   }
/*_  Classes are used for left column   */
/*--------------------------- LEFT COLUMN ------------------------------------*/
#left-column {
   width: 200px;
   background: #8a8f68;
   color: #fff;
   float: left;
   padding: 8px 0 0;
}
	#left-column ul, #left-column li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#left-column li {
    	font-size: 15px;
    	line-height: 18px;
    	text-transform: uppercase;
    	padding: 1px 0 0;
	}
		#left-column li a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 8px 0 8px 26px;
		}
		#left-column li.active a, #left-column li a:hover {
			background: #607951;
		}
/*_  Classes are used for left column   */
/*--------------------------- RIGHT COLUMN -----------------------------------*/
#right-column {
	width: 198px;
	float: right;
	position: relative;
	margin: -102px 0 0;
}
/*_  Classes are used for left column   */
.right-top {
	border-bottom: solid #00461d 1px;
	padding: 0 0 5px;
}
	.right-top ul, .right-top li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.right-top ul {
		padding: 3px 0 0;
		margin: 0 50px 0 0;
	}
	.right-top li {
    	padding: 2px 0;
	}
		.right-top li a {
			text-decoration: none;
		}
		.right-top li a:hover {
			text-decoration: underline;
		}
.right-image img {
	width: 193px;
}
.links {
	float: right;
	padding: 5px 3px 0 0;
}
	.links a {
		margin: 0 0 0 7px;
	}
.buy-links {
	color: #00461d;
	padding: 10px 0 0 2px;
}
	.buy-links h2 {
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 16px;
    	text-transform: uppercase;
    	padding: 0 0 2px;
    	margin: 0;
	}
	.buy-links ul, .buy-links li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.buy-links li {
		padding: 2px 0;
	}
		.buy-links li a {
			color: #00461d;
			text-decoration: none;
		}
		.buy-links li a:hover {
			text-decoration: underline;
		}
/*--------------------------- CENTER COLUMN -----------------------------------*/
#content-column {
	margin: 0 198px 0 200px;
	padding: 14px 28px 0 18px;
}
/*_  Classes are used for left column   */
/*--------------------------- FOOTER -----------------------------------------*/
#footer {
	height: 40px;
	border-bottom: solid #00461d 8px;
}
	#footer ul, #footer li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#footer ul {
		overflow: hidden;
		padding: 16px 0 0 217px;
	}
	#footer li {
		font-size: 8px;
		line-height: 10px;
		text-transform: uppercase;
		float: left;
		padding: 0 12px 0 0;
	}
		#footer li a {
			color: #8a8f68;
			text-decoration: none;
		}
		#footer li a:hover {
			color: #00461d;
			text-decoration: none;
		}

/*_  Classes are used for left column   */
/*--------------------------- CLASSES ----------------------------------------*/

/* End of 'style.css' */

