@charset "UTF-8";

/*CSS Reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	outline: none;
}
/*Layout*/

body  {
	font: 100% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background: #65696e;
	text-align: center;
	color: #65696e;
}
#container { 
	width: 1020px;
	background: url(../img/bg.jpg);
	margin: 0 auto;
	padding: 0;
	text-align: left;
	-moz-box-shadow: 2px 2px 5px #555;
	-webkit-box-shadow: 2px 2px 5px #555;
} 
#header { 
	height: 200px;
}
#header .logo {
	margin: 30px 0 30px 30px;
	width: 470px;
	height: 120px;	
}
#header h1 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 20px;
}
#header #twit {
	float: right; 
	margin: 40px 30px 40px 0;
	_margin: 40px 15px 40px 0;
	width: 282px;
	height: 55px;
	background:url(../img/twitterbg.jpg) no-repeat;
	text-align: left;
	padding: 15px 80px 25px 70px;
}
#twitter_update_list{
	color: #f8f8f8;
	font-size: 12px;
	text-shadow: 2px 2px 3px #8a8f95;
}
#twitter_update_list a{
	color: #febe10;
	text-decoration: none;
}
#sidebar1 {
	float: left;
	width: 230px;
	margin: 0 0 0 0;
}
#sidebar1 ul {
	padding: 0;
	margin: 0 0 0 40px;
}
#sidebar1 ul li {
	padding: 0;
	margin: 0 0 10px 0;
	_margin: 0 0 -10px 0;
}
#sidebar1 ul li a {
	font-size: 24px;
	font-weight: bold;
	color: #929496;
	text-decoration: none;
	display: block;
}
#sidebar1 ul li.current {
	border-left: 10px solid #febe10;
	padding: 0 0 0 2px;
	_padding: 0 0 -10px 0;
	color: #65696e;
	margin: 0 0 10px -12px;
	_margin: 0 0 -10px -12px;
}
#sidebar1 ul li a:hover {
	color: #666666 ;
	text-shadow: 2px 2px 1px #CCCCCC;
}
#sidebar2 {
	float: right;
	width: 230px;
	margin: 0 30px 0 0;
}
#sidebarOther {
	float: right;
	width: 300px;
	margin: 0 30px 0 20px;
	_margin: 0 15px 0 20px;
}
#sidebarOther h1 {
	font-size: 25px;
	line-height: 30px;
	color: #65696e;
	padding: 10px 0 0 0;
}
#sidebarOther h2 {
	font-size: 19px;
	line-height: 26px;
	padding: 10px 0 0 0;
	color: #a3a6aa;
}
#sidebarOther h2 a {
	color: #febe10;
}
#sidebarOther p {
	color: #65696e;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
}
#sidebarOther ul {
	color: #65696e;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
}
#sidebarOther ul span {
	font-weight: bold;
	color: #febe10;
}
#sidebarOther a {
	text-decoration: none;
	color: #65696e;
}
#mainContentHome {
	margin: 0 280px 0 270px;
}
#mainContentHome h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 18px 0;
}
#mainContentHome p {
	color: #65696e;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 15px 0;
}
#mainContentProducts { 
	margin: 0 0 0 270px;
}
#mainContentProducts h1 {
	font-size: 30px;
	line-height: 30px;
}
#mainContentProducts .imglft{
	margin: 10px 0 10px -10px;
	float: left;
	opacity:0.8;filter:alpha(opacity=80)
}
#mainContentProducts .imglft:hover{
	opacity:1;filter:alpha(opacity=100)
}
#mainContentProducts .imgrgt{
	margin: 10px 30px 10px 0;
	float: right;
	opacity:0.8;filter:alpha(opacity=80)
}
#mainContentProducts .imgrgt:hover{
	opacity:1;filter:alpha(opacity=100)
}
#mainContentOther {
	margin: 0 360px 0 270px;
	_margin: 0 300px 0 270px;
}
#mainContentOther h1 {
	font-size: 30px;
	line-height: 30px;
	color: #65696e;
}
#mainContentOther h2 {
	font-size: 22px;
	line-height: 26px;
	padding: 10px 0 0 0;
	color: #a3a6aa;
}
#mainContentOther h2 a {
	color: #febe10;
}
#mainContentOther h4 {
	color: #65696e;
	font-size: 18px;
	padding: 10px 0 5px 0;
}
#mainContentOther h4 a{
	text-decoration: none;
	color: #a3a6aa;
}
#mainContentOther p {
	color: #65696e;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
}
#mainContentOther ul {
	color: #65696e;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
}
#mainContentOther ul li {
	list-style-image: url(../img/bullet.jpg);
	list-style-position: inside;
}
#mainContentOther #contactform{
	margin: 10px 0 0 -15px;
}
/*Collapse and Expand Divs*/
#wrapper {
	text-align:left;
	margin:0 auto;
	min-height:100px;
}
a {
	color:blue;
	cursor:pointer;
}
#myvar {
	padding: 0;
}
#myvar1 {
	padding: 0;
}
#footer { 
	padding: 85px 0;
	margin: 20px 0 0 0;
	height: 100px;
	background: url(../img/footerbg.jpg) no-repeat;
}
#footer h3 {
	margin: 0;
	padding: 0;
	color: #65696e;
	font-size: 14px;
	padding: 0 0 0 30px;
}
#footer h3 span {
	font-weight: bold;
	color: #febe10;
}
#footer h3 a {
	text-decoration: none;
	color: #65696e;
}
#footer h3 a:hover {
	text-shadow: 2px 2px 1px #F5F5F5;
	color: #333333;
}
#footer h4 {
	margin: 0;
	padding: 0;
	color: #65696e;
	font-size: 12px;
	padding: 20px 0 0 30px;
}
#footer .recycle {
	float: right;
	margin-right: 30px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}