/* ----------------------------------------- */
/* LAYOUT DESIGN
/* Layout Size : 950px
/*		       : 3 Side : 214px | 458px | 338px
/* ---------------------------------------- */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {	
	background: #ebe6e2;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
.pointer {
    cursor: pointer;
}
blockquote {font: bold 1em sans-serif;}

img {border: none;}
input{border:none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* paging */
.paging {	
	width:auto;
}
.paging p {
	position:relative;
	text-align:right;
	font-size:10px;
}
.paging p a:link, .paging p a:visited, .paging p a:hover, .paging p a:active {
	text-decoration:none;
	background:#f0ede8;
	padding:6px 11px;
	border: 1px solid #f5f4f2; 
	margin-right:1px;
	color:#333;
}
.paging p a:hover {
	background:#c4c03b;
	color:#fff;
	text-decoration:none;
}
.paging p span {
	text-decoration:none;
	background:#fff;
	padding:6px 10px;
	border: 1px solid #ccc;
	color:#ccc; 
	margin-right:1px
}
.paging * {
	margin:0
}
/*table*/
table.list{ 
	margin-top:10px;
	width: 100%;
	background-color: #F9F9F9;
	border: 1px #bbb solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.header{ 
	background-color: #666;
	/*border: 1px #aaa solid;*/
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #f1f1f1; 
	padding:6px;
}

td.data0{ 
	border-bottom: 1px #ccc solid;
	/*text-align: left;*/
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: #fafafa;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 4px; 
}

td.data1{ 
	border-bottom: 1px #ccc solid;
	/*text-align: left;*/
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: #fcfcfc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 4px; 
}
/* message */
.message_check{	
	padding: 4px;
	border: 1px solid #3399ff;
	background-color:#b1d2ff;	
	font-size:12px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
}
.message_success{	
	padding: 4px;
	border: 1px solid #89d468;
	background-color:#d3ffbf;	
	font-size:12px;
	font-weight:bold;
	color:#339900;
	font-family: "Trebuchet MS", Arial, san-serif;	
}
.message_failure{	
	padding: 4px;
	border: 1px solid #ce5e6e;
	background-color:#ffd1d7;	
	font-size:12px;
	font-weight:bold;
	color:#d60a27;
	font-family: "Trebuchet MS", Arial, san-serif;	
}

/* switcher */
div#switcher {
	position: absolute;
	right: 0px;
	top: 11px;
	width: 215px;
	font-family: Verdana, Arial;
	font-size: 12px;
	z-index: 9999;
}
div#switcher.show {
	border: 1px solid #f00;
}
div#switcher a {
	color: #666666;
	text-decoration: none;
}
div#switcher a:hover, div#switcher td.alt a:hover {
	color: #fff;
}
div#switcher td.alt a {
	color: #666666;
}
div#switcher h6 {
	display: block;
	float: right;
	margin-bottom: -1px;
	height: 25px;
	width: 215px;
	cursor: pointer;
}
body div#switcher h6.hide, body div#switcher h6.hover {
	display: none;
}
div#links {
	float: right;
	width: 213px;
	background-color: #b9ad9f;
	border: 1px solid #efeae7;
	display: none;
}
div#links.show {
	display: block;
}
div#links div {
	width: 215px;
	padding: 10px 0;
	padding-top: 10px;
}
div#links div.alt, div#links div#second {
	background-color: #261e18;
	border-top: 1px solid #3b2f26;
}
div#links div table {
	margin: 4px 4px 4px 15px;
}
div#links div table tr.hover a {
	color: #fff;
}
div#links table td {
	line-height: 22px;
}
div#links table td.alt {
	width: 215px;
}


div#localize_head {
	position: absolute;
	right: 220px;
	top: 11px;
	width: 164px;
	font-family: Verdana, Arial;
	font-size: 12px;
	z-index: 9998;
}
div#localize_head.show {
	border: 1px solid #f00;
}
div#localize_head a {
	color: #5c5148;
	text-decoration: none;
}
div#localize_head a:hover, div#localize_head td.alt a:hover {
	color: #fff;
}
div#localize_head td.alt a {
	color: #9d9189;
}
div#localize_head h6 {
	display: block;
	float: right;
	margin-bottom: -1px;
	height: 23px;
	width: 80px;
	cursor: pointer;
}
body div#localize_head h6.hide, body div#localize_head h6.hover {
	display: none;
}
div#localize {
	float: right;
	width: 160px;
	background-color: #1b1510;
	border: 1px solid #342b23;
	display: none;
	color: #5c5148;
}
div#localize.show {
	display: block;
}
div#localize div {
	width: 160px;
}
div#localize div table {
	margin: 10px 10px 10px 15px;
}
/* header */
#header {
	background: #706f1d url(images/headerbg.gif);	
	height: 228px;
}
.menu {
	width:950px;	
	font-family: "Trebuchet MS", Arial, san-serif;	
	height:42px;
	position:relative;
	font-size:12px;
	margin: 0 auto;
	z-index:1000;	
	/*background:#333;*/
}
.subtitle {
	display:block;
	font-size:9px;
	margin:0;
	padding:0;
	font-weight:400;
	height:11px;
	line-height:9px;
	margin-top:-6px;
	color:#f1f1f1;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;

}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	width:180px; /* width parent */
	height:42px; 
	text-align:left;
	border-bottom: 0;	
	line-height:28px; 
	font-size:13px; 
	text-transform:uppercase;
	overflow:hidden;
	padding-left: 10px;	
	background: #333 url('images/mcenter_up.png');
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* Button ":hover" Styling */
.menu ul .first {color:#223601; background:url('images/mfirst_up.png');}
.menu ul .last {color:#223601; background:url('images/mlast_up.png');}
.menu ul li:hover a {color:#ccc; background:#9b4204 url('images/mcenter_down.png');;}
.menu ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:180px; margin: 0; padding: 0;}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .first {color:#ccc; background:url('images/mfirst_down.png');}
.menu ul li:hover .last {color:#ccc; background:url('images/mlast_down.png');}

/* DropDown Styling */
.menu ul li:hover ul li a {
	background-image: none; 
	display:block;
	height: 28px; 
	line-height: 26px; 
	color:#ddd; 
	width:178px; 
	text-align:left; 
	margin: 0; 
	padding:0 0 0 11px;
	font-weight:normal;
	font-size:11px;	
	border-right:none;		
}
.menu ul li:hover ul {
	margin: 0 0 0 0;
	padding: 0;	
	background:#333;
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
.menu ul li:hover ul .sub_active {
	background:#999;
	margin-right: 1px;	
}

/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {color:#fff; background:#da5804 url('images/mcenter_dropdown.png');}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:189px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

.intro {
	width:950px;	
	left:0;
	font-family: "Trebuchet MS", Arial, san-serif;	
	height:147px;
	position:relative;
	font-size:12px;
	margin:0 auto;
	padding: 10px 15px;	
	/*background: url(images/introduct.png);	*/
}
#myslide {
	position:relative;
	width:685px;
	height:160px;
	margin-top:-8px;
}
#myslide a {
	float:left;
	position:absolute;
}
#myslide a img {
	border:none;
}	
#myslide a.show {
	z-index:200;
}
#myslide .caption {
	z-index:300; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}
#myslide .caption .content {
	margin:5px
}
#myslide .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}
.login {
	width:229px;	
	left:345px;
	font-family: "Trebuchet MS", Arial, san-serif;	
	height:142px;
	position:relative;
	font-size:12px;
	margin:-142px auto;
	padding: 10px 15px;
	background:#ebe6e2 url(images/login_bg.png);	
}
.login h2{
	color:#666666;
	font-size:20px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
}
.login a{
	color:#666666;
	text-decoration:underline;	
}
.login label{
	color:#666666;	
}
.inputtext{	
	padding:6px 6px 1px;
	width:94px;
	height:20px;	
	background: url(images/inputtext.png);
}
form {
    margin: 0;
}
#search_box {
	margin:10px 0 15px;
    width: 235px;
    height: 26px;
    background: url(images/inputsearch.png);
}
#search_box #q {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 174px;
    background: none;
    font-size: 12px;
}
#search_box #go {
    float: left;
    margin: 3px 1px 0 0;
}
#search_box #goo {
    float: left;
    margin: 3px 4px 0 0;
}
.inputbutton{	
	padding:0 4px 1px;
	width:110px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_green.png) no-repeat;
}
.inputbutton:hover{	
	padding:0 4px 1px;
	width:110px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_gray.png) no-repeat;
	cursor:pointer;
}
.inputbutton2{	
	padding:0 4px 1px;
	width:110px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_gray.png) no-repeat;
}
.inputbutton2:hover{	
	padding:0 4px 1px;
	width:110px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_green.png) no-repeat;
	cursor:pointer;
}
.inputbutton_s{	
	padding:0 4px 1px;
	width:85px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_green_s.png) no-repeat;
}
.inputbutton_s:hover{	
	padding:0 4px 1px;
	width:85px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_gray_s.png) no-repeat;
	cursor:pointer;
}
.inputbutton2_s{	
	padding:0 4px 1px;
	width:85px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_gray_s.png) no-repeat;
}
.inputbutton2_s:hover{	
	padding:0 4px 1px;
	width:85px;
	height:30px;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_green_s.png) no-repeat;
	cursor:pointer;
}
.tblogin{
	margin-top:0px;
	margin-left:0px;	
	color:#999;
}

/* content */
#content{
	clear:both;
	width:950px; 
	position:relative; 
	margin:0 auto;	
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#content_left{
	width:235px; 
	position:relative; 
	margin:0 auto;
	float:left; 
	margin:0 0 10px 10px;
	/*background:#ddd;*/ 	
}
#content_center{
	width:435px; 
	position:relative; 
	margin:0 auto;
	float:left; 
	margin:0 10px 10px;
	/*background:#999;*/ 	
}
#content_right{
	width:235px; 
	position:relative; 
	margin:0 auto;
	float:left; 
	margin:0 0 10px;	
	/*background:#DDD;*/
}
#content_full{
	width:680px; 
	position:relative; 
	margin:0 auto;
	float:left; 
	margin:0 10px 10px;
	/*background:#ddd;*/ 	
}
/* content left */
#cube_left{
	margin:10px 0 20px;
	width:213px;
	background:#f0ede8;
	padding:10px;
	border:1px solid #f5f4f2;
}
#cube_left .title{
	font-size:12px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;
	border-bottom:1px solid #eae3dd;
	padding-bottom:10px;
}
#cube_left .survey{
	margin-top:10px;	
	padding:10px;
	border:1px solid #e3e3e1;
	background:#f0ebe7;	
	text-align:justify;
}
#cube_left .survey p{	
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}
#cube_left .survey p.total{
	font-weight:bold;
}
/* content center */
#cube_center{
	margin:10px 0 20px;
	width:413px; 
	background:#f0ede8;
	padding:10px;
	border:1px solid #f5f4f2;
}
#cube_center .title{
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;
	border-bottom:1px solid #eae3dd;
	padding-bottom:10px;	
	line-height:35px;
}
#cube_center .title img{
	margin-right:6px;
	float:left;	
}
#cube_center .title a{	
	color:#666;
}
#cube_center .title a:hover{	
	color:#333;
	text-decoration:underline;
}
#cube_center .resume{
	margin-top:10px;
	padding:10px 10px 0;
	border:1px solid #e3e3e1;
	background:#f0ebe7;	
	text-align:justify;
}
#cube_center .resume p{		
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}
#cube_center .readme{	
	padding:10px;	
	font-size:10px;
	font-weight:bold;
	background:#f0ebe7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#cube_center .readme a{	
	color:#666;
}
#cube_center .readme a:hover{	
	color:#333;
	text-decoration:underline;
}
#cube_center .failure{	
	margin-top:10px;
	padding:10px;
	border:1px solid #eb7591;
	background:#ffdee6;	
	text-align:justify;
}
#cube_center .failure span{	
	color:#ff0000;
	font-weight:bold;	
}
#cube_center .success{	
	margin-top:10px;
	padding:10px;
	border:1px solid #9fef73;
	background:#dfffce;	
	text-align:justify;
}
#cube_center .success span{	
	color:#51d409;
	font-weight:bold;	
}
#gallery{
	margin:10px 0 0;
	width:415px;
	height:290px; 
	background:#d8d3cd;
	padding:0 10px 10px;
	border:1px solid #ede8e4;	
}
.thumbnail {
	float:left;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	width: 100px;	
	padding:7px;
	border-top:1px solid #bfbcb7;
	border-left:2px solid #bfbcb7;
	border-right:2px solid #bfbcb7;
	border-bottom:3px solid #bfbcb7;
	background:#f3f3f3;
}
/* content right */
#cube_right{
	margin:10px 0 20px;
	width:213px;
	background:#f0ede8;
	padding:10px;
	border:1px solid #f5f4f2;
}
#cube_right .title{
	font-size:12px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;
	border-bottom:1px solid #eae3dd;
	padding-bottom:10px;
}
#cube_right .counter{
	margin-top:10px;	
	padding:10px;
	border:1px solid #e3e3e1;
	background:#f0ebe7;	
	text-align:justify;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}
#cube_right .list{	
	padding:10px;		
}
#cube_right .list ul{	
	padding:0; margin:0; list-style: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;		
}
#cube_right .list ul li a{	
	display:block;
	border-bottom:1px solid #eae3dd;		
	text-decoration:none;
	color:#666;
	padding:4px;
}
#cube_right .list ul li a:hover{	
	display:block;
	border-bottom:1px solid #eae3dd;		
	text-decoration:none;
	color:#333;
	padding:4px;
	background:#f3f1f2;
}
#category{
	margin-top:10px;	
	margin-bottom:20px;	
	width:233px;	
	background:#f0ede8;
	border:1px solid #f5f4f2;	
}
#category .list_img{	
	padding:10px;		
}
#category .list_img ul{	
	padding:0; margin:0; list-style: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;		
}
#category .list_img ul li a{	
	display:block;			
	text-decoration:none;
	color:#666;
	padding:4px;
}
#category .list_img ul li a:hover{	
	display:block;		
	text-decoration:none;
	color:#333;
	padding:4px;
	background:#f3f1f2;
}
#category .list{	
	padding:10px;		
}
#category .list ul{	
	padding:0; margin:0; list-style: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;		
}
#category .list ul li a{	
	display:block;
	border-bottom:1px solid #eae3dd;		
	text-decoration:none;
	color:#666;
	padding:4px;
}
#category .list ul li a:hover{	
	display:block;
	border-bottom:1px solid #eae3dd;		
	text-decoration:none;
	color:#333;
	padding:4px;
	background:#f3f1f2;
}
#video{
	margin-bottom:20px;	
	width:233px;	
	background:#f0ede8;
	border:1px solid #f5f4f2;	
}
#video .list{	
	padding:10px;		
}
#video .list ul{	
	padding:0; margin:0; list-style: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;		
}
#video .list ul li a{	
	display:block;
	border-bottom:1px solid #eae3dd;		
	text-decoration:none;
	color:#666;
	padding:4px;
}
#video .list ul li a:hover{	
	display:block;
	border-bottom:1px solid #eae3dd;		
	text-decoration:none;
	color:#333;
	padding:4px;
	background:#f3f1f2;
}
#video h3{	
	background:#ff9933;
	padding:4px 10px;
}
#video h3 span a{	
	font-size:11px;
	color:#f1f1f1;
	margin-left:20px;
}
#video h3 span a:hover{
	color:#666;
	text-decoration:underline;
}

#product{
	width:235px;	
}
ul.idTabs { 
	width: 100%; 
	margin:0;	
}
ul.idTabs li { 
	list-style: none; 
	float: left; 
	width: 50%;	
}
ul.idTabs a {
  	display: block;
 	padding: 6px 10px;
  	text-decoration: none!important;
  	font: 10px Verdana;
  	color: #FFF;
  	background: #b9ada1;
  	border-top: 1px solid #f1f1f1;
  	font-size:14px;
  	font-family: "Trebuchet MS", Arial, san-serif;
}
ul.idTabs a:hover {
  color:#FFF;
  background:#666;
}
ul.idTabs a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #c4c03b;
  cursor:default;
}
div.tab {
	background-color: #f0ede8;
	clear: both;
	padding: 10px;
	*margin-top: -10px;
	border:1px solid #f5f4f2;
}
#product .title{
	font-size:12px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;
	border-bottom:1px solid #eae3dd;
	padding-bottom:10px;
}
#product .products{
	height:200px;	
	margin-top:10px;
	padding:10px;
	border:1px solid #e3e3e1;
	background:#f0ebe7;	
	text-align:justify;
}
#product .products p{		
	margin:0;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}
#product .products span{	
	color:#333;
	font-size:10px;
	font-weight:bold;	
}
#product .regist{	
	padding:10px;	
	font-size:10px;
	font-weight:bold;
	background:#f0ebe7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#product .regist a{	
	color:#666;
}
#product .regist a:hover{	
	color:#333;
	text-decoration:underline;
}

/* content full */
#cube_full{
	margin:10px 0 20px;
	width:658px; 
	background:#f0ede8;
	padding:10px;
	border:1px solid #f5f4f2;
}
#cube_full .title{
	font-size:20px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;
	border-bottom:1px solid #eae3dd;
	padding-bottom:10px;
}
#cube_full .article{
	margin-top:10px;
	padding:10px;
	border:1px solid #e3e3e1;
	background:#f0ebe7;	
	text-align:justify;
	font-size:11px;
}
#cube_full .back{	
	padding:10px;	
	font-size:10px;
	font-weight:bold;
	background:#f0ebe7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#cube_full .back a{	
	color:#666;
}
#cube_full .back a:hover{	
	color:#333;
	text-decoration:underline;
}

/* label & field */
.labelfield{
	float: left;
	width: 140px;
	font-weight: normal;
}
.boxes{
	width: 1em;
}

.submitbutton{
	margin-left: 140px;
	margin-top: 5px;
	width: 90px;
	padding:0 4px 1px;
	width:120px;
	height:30px;	
	color:#666;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_green.png) no-repeat;	
}
.submitbutton:hover{
	margin-left: 140px;
	margin-top: 5px;
	width: 90px;
	padding:0 4px 1px;
	width:120px;
	height:30px;	
	color:#666;
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;	
	background: url(images/btn_gray.png) no-repeat;
	cursor:pointer;
}

.text_small{	
	padding:4px 6px 1px;
	width:125px;
	height:20px;	
	background: url(images/text_small.png);
}
.text_medium{	
	padding:4px 6px 1px;
	width:188px;
	height:20px;	
	background: url(images/text_medium.png);
}
.text_long{	
	padding:4px 6px 1px;
	width:259px;
	height:20px;	
	background: url(images/text_long.png);
}
.textarea{	
	border:0;
	padding:4px 6px 1px;
	width:259px;
	height:170px;	
	background: url(images/textarea.png);
}

/* footer */
#footer {
	clear:both;
	background: #706f1d url(images/footerbg.gif);	
	height: 217px;
}
#footer .bottomlist{
	width:950px;
	position:relative;
	margin:0 auto;
	padding:0;
	left: 25px;
	top: 40px;	
	font-family: Arial, san-serif;
}
#footer .bottomlist h3{
	margin-top: 0px;
	margin-left: 10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, san-serif;
}
#footer .bottomlistcol1{
	float:left;
	width :235px;
	height:120px;	
}
#footer .bottomlistcol2{
	float:left;
	width :235px;
	height:120px;	
}
#footer .bottomlistcol3{
	float:left;
	width :235px;
	height:120px;	
}
#footer .bottomlistcol4{
	float:left;
	width :235px;
	height:120px;	
}
#footer .bottomlist a{
	display:block;
	margin-left: -4px;
	margin-right: 10px;
	padding:2px;
	text-decoration:none;
	color:#3f3d0c;
	font-size:12px;	
}
#footer .bottomlist ul li{	
	margin-left: 10px;
	list-style-image:url(images/list.png);
	line-height:22px;		
}
#footer .bottomlist a:hover{	
	background:#a4a430;	
}
#footer .copyright{	
	clear:both;
	margin:0 auto;
	width:950px;
	position:relative;
	top:70px;	
	text-align:left;
	color:#555;
	font-size:12px; 
	font-weight:bold;	
	letter-spacing:0.8px;
	font-family:Arial, Helvetica, sans-serif;	
}
