/*****Basic Elements*****/  

body {
	background: #f3f3f3 url(images/bg3.gif) repeat-x left top;
	text-align: center;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #656565;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 29px;
	margin-bottom: 30px;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

#main h2, #main h3, #main h4 {
	color: #303030;
}

#main h3 {
	margin-top: 31px;
}

a {
	text-decoration: none;
	color: #325ff1;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#content .container {
	background-image: url(images/people1-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}

#header {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Logo **/

#header h1 {
	background: url(images/logo.jpg) no-repeat;
	width: 300px;
	height: 91px;
	text-indent: -9999px;
	margin-top: 60px;
	margin-bottom: 10px;
}

/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 10px;
	overflow: hidden;
}

#header ul#top_menu li {
	float: left;
	margin: 0px 4px;
}

#header ul#top_menu li a {
	color: #FFF;
	display: block;
	padding: 5px 5px 11px;
	font-size: 12px;
}

#header ul#top_menu li a {
	text-decoration: none;
}

#header ul#top_menu li.active a, #header ul#top_menu li a:hover {
	color: #FFF;
}

#header ul#top_menu li.active {
	border-bottom: 3px solid #E6B200;
} 

/*** Feature area ***/

#header, #header .container   {
	height: 443px;
	position: relative;
}

#featured_area {
	padding: 0px 0px 10px 50px;
	position: relative;
}

#featured_area  #slides  div {
	overflow: hidden;
}


#featured_area  #slides div.description {
	width: 500px;
	margin-right: 0px;
}

#featured_area  #slides div.description, #featured_area  #slides img.feature {
	float: left;
}

#featured_area #slides h3 {
	color: #feeeb6;
	font-size: 40px;
	letter-spacing: -1px;
	padding-top: 20px;
	margin-bottom: 10px;
	line-height: 1em;
	margin-top: 0px;
}

#featured_area #slides h3 span {
	color: #f9c100;
}

#featured_area #slides p {
	font-size: 18px;
	color: #FFF;
	line-height: 1.3em;
}
#featured_area #slides p a {
	color: #CCC;
}


#featured_area #slides {

}

#featured_area #slides div {
	width: 900px;
	height: 263px;
}

#featured_area #pager {
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 327px;
}

#featured_area #pager a {
	display: block;
	width: 17px;
	height: 19px;
	text-indent: -9999px;
	background: url(images/pager_inactive.gif) no-repeat;
	float: left;
}

#featured_area #pager a.activeSlide {
	background: url(images/pager_active.gif) no-repeat;
}


/*** Content ***/

#main {
	float: left;
	width: 565px;
}
#main p {
	font-size: 0.8em;
}
#main ul li {
	font-size: 0.8em;
}



#content {
	margin-top: 25px;
}

ul#products {
	list-style-type: none;
	margin-top: 23px;
	margin-bottom: 40px;
	overflow: hidden;
}

ul#products li {
	width: 201px;
	height: 175px;
	background: url(images/product_bg.gif) no-repeat;
	padding: 24px 24px 20px;
	float: left;
	margin: 0px 67px 22px 0px;
}

ul#products li p {
	color: #646464;
	margin-bottom: 0px;
}

ul#products li.last {
	margin-right: 0px;
} 

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 296px;
	margin-top: 50px;
}

#sidebar strong {
	color: #343434;
	font-weight: normal;
}

#sidebar  p {
	font-size: 0.8em;
	color: #6d6d6d;
	line-height: 1.5em;
}

#sidebar h3 {
	color: #5FA54D;
	font-size: 1.2em;
	background: url(images/sidebar_h3.gif) no-repeat;
	display: block;
	width: 253px;
	padding: 8px 30px 8px 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#sidebar .block {
	background: #f0f0f0;
	border: 1px solid #f7f7f7;
	padding: 10px 20px 18px;
	margin-bottom: 35px;
}

#sidebar .block p span {
	color: #a1a1a1;
}

#sidebar .block p.last_paragraph {margin-bottom: 0px;}

/*** Footer ***/

#footer .container {
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding: 20px 30px 15px;
	margin-top: 0px;
}

#footer .container p#bottom-menu {
	float: left;
}


#footer p, #footer p#bottom-menu a, h6 {
	color: #bbbaba;
	font-size: 0.8em;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #817f7f;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer  strong {
	color: #a3b8fd;
	font-weight: normal;
}
