﻿html{
    font-family: Arial, Tahoma;
	font-size: 12px;
	text-align:center;
}

body{
    padding:5px;
    position:relative;
    z-index:0;
}

h1{
    font-size:28px;
    padding-bottom:15px;
}

h2{

}

h3{
    font-size:18px;
    padding-bottom:15px;
}

h4{

}

h5{

}

p{
    margin:10px 0px 10px 0px;
}


a{
    color:#000;
}

.clear{
    clear:both;
}

.box_content{
	padding:15px;	
	background-color:#fff;
}

.box_white{
	border: #999 solid 1px;	
	padding:5px;	
	background-color:#fff;
	border-bottom:#999 solid 1px;
	border-right:#999 solid 1px;
	margin-bottom:15px;
	position:relative;
}

.box_grey{
	border: #999 solid 1px;	
	padding:5px;	
	background-color:#eee;
	border-bottom:#999 solid 1px;
	border-right:#999 solid 1px;
	margin-bottom:15px;
}

.box_grey strong{
	font-weight:bold;
}

.box_images_title
{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:15px;
	height: 16px;
	position:absolute;
	left:40px;
	top:10px;	
}

.box_images
{
	position:absolute;
	left:5px;
	top:5px;	
}

.box_mini_content
{
	margin-top:45px;
	display:block;
}

.button{
    background-color:#3853a4;
    padding: 0px 8px 0px 8px;
	color:#FFF;
	border:#FFF solid 1px;
	height: 24px;    
}

.textbox_search{
	border:#999 solid 1px;
	padding: 0px 2px 0px 2px;
	height:20px;
	width:110px;
	vertical-align:middle;
}

.textbox{
	font-size:14px;
	font-weight:bold;
	border:#ccc solid 1px;
	border-top:#ccc solid 2px;
	border-left:#ccc solid 2px;
	height:20px;
	vertical-align:middle;
}

.textarea
{
	border:#ccc solid 1px;
	border-top:#ccc solid 2px;
	border-left:#ccc solid 2px;
	height:20px;
	vertical-align:middle;
}

.h30{
    height:30px;
}

.align-center{
    text-align:center;
}

.paragraph{
    display:block;
    margin:5px 0px 10px 0px;
}

#slideshow{

}

#slideshow .slideshow{
    z-index:1;
    height:200px;
    overflow:hidden;
    margin-bottom:15px;
}

#wrapper{
    background-color:#fff;
	border: #999 solid 1px;	
	border-bottom: #ccc solid 1px;	
	margin: auto;
	width: 960px;
}

#header{
    height: 90px;
    position: relative;
}

#header .left{
    position: absolute;
    left:15px;
    bottom:15px;
}

#header .right{
    position: absolute;
    right:15px;
    bottom:10px;
}

#header .text-right{
    position: absolute;
    right:70px;
    bottom:15px;
}

#header .text-right ul{
    vertical-align:middle;
}

#header .text-right ul li{
    float:left;
    display:inline-block;
    margin-right:3px;    
}

#header .text-right ul li a{
    margin-right:3px;   
    color:#000;
    text-decoration:underline;
}


#navigation{
    
	margin: auto;
	width: 927px;
	display:block;
	height: 26px;
	
	border:#999 solid 1px;
	border-bottom:#bbb solid 2px;
	border-right:#bbb solid 2px;	
	
	position:relative;
	z-index:999;
}

#navigation #treemenu{
	height: 26px;			
}

#navigation #treemenu li{
	background:#fff;
	display:inline-block;	
	float:left;	
	position:relative;
	height:26px;
}

#navigation #treemenu li a{
	background:#fff;
	line-height: 25px;
	display:inline-block;	
	float:left;
	
	border-right:#999 solid 1px;	
	font-weight:bold;
	text-decoration: none;
	
	padding-left:5px;
	padding-right:5px;
	
	margin-left:1px;
	margin-top:1px;
		
}

#navigation #treemenu li a:hover{
	background:#ccc;
}

/* sub*/

#navigation #treemenu li ul{
    z-index:999;
	position: absolute;
	visibility: hidden;	
	left: 0;	
	width: 240px;
	display:block;
	height: 26px;	
	border-top:#999 solid 1px;
}


#navigation #treemenu li ul li{
	background:#ccc;
	line-height: 25px;
	float:left;	
	text-align:left;	
	border:#999 solid 1px;
	border-top:0px;
	border-left:0px;
	
}

#navigation #treemenu li ul li a{
	background:#fff;
	line-height: 25px;
	float:left;			
	width: 230px;	
	border:#999 solid 1px;
	border-top:0px;

}

#playground{
    margin:15px;
    text-align:left;
}

#playground #content{
    height:200px;
    text-align:center;
    margin-top:50px;
}

#playground #content h1{
    font-size: 42px;
    margin-bottom:50px;
}

#playground #center
{
	padding-left:15px;
	float: left;
	width: 500px;
	text-align: left;
}



#playground #left_big{
    float:left;
    display:block;
    width:715px;
}

#playground h6{
   margin-bottom:15px;
   font-weight:bold;
   font-size:14px;
}

#playground ul{
    list-style-image: url(../images/bullet_arrow_blue.gif);
    padding-left:20px;
}

#playground ul li{
    list-style-image: url(../images/bullet_arrow_blue.gif);
}

#playground ul.product-list
{
    list-style-image: none;
    padding: 0px;
}

#playground ul.product-list li
{
    
    list-style-image: none;
    display:inline-block;
    width:225px;
    text-align:center;
    vertical-align:top;
}

#playground ul.product-list li h6
{
    margin-top:15px;
    height:30px;
    display:block;
    font-size:12px;
    font-weight:normal;
}

#playground .more-information
{
    display:block;
    text-align:right;
    margin-bottom:80px;
}

#playground ul.news
{

}

#playground ul.news li
{
    
    margin-bottom:9px;
}

#playground .contact-address{
    
}

#playground .contact-address h6{
    margin:30px 0px 15px 0px;
}

#playground .contact-address li{
    margin:0px 0px 15px 0px;
}

#playground .contact-address strong{
    font-weight:bold;
}

#playground #left_big #left_box{
    border: #999 solid 1px;	
	padding:5px;	
	margin:0px;
	background-color:#fff;
	width:216px;
	float:left;
	height:187px;
}

#playground #left_big #center_box{
    border: #999 solid 1px;	
	padding:5px;	
	margin:0px;
	background-color:#fff;
	margin-left:15px;
	margin-right:15px;
	width:217px;
	float:left;
	height:187px;
}

#playground #left_big #right_box{
    border: #999 solid 1px;	
	padding:5px;	
	margin:0px;
	background-color:#fff;
	width:216px;
	float:left;
	height:187px;
}

#playground #left_small{
    float:left;
    display:block;
    width:200px;
}

#playground #right_small{
    float:right;
    display:block;
    width:200px;
}

#playground #right_small #customer_care{
    text-align:center;
    margin-bottom:15px;
}

#playground #right_small #news_marquee{
    height:85px;
    overflow:hidden;
}





#footer{
    background-color: #ccc;
    height: 20px;
    font-size: 11px;
    margin: auto;
    text-align:left;
	width: 960px;
	border: #ccc solid 1px;	
	position:relative;
}

#footer ul{
    position:absolute;
    top:3px;
    left:5px;
    vertical-align:middle;
}

#footer ul li{
    float:left;
    display:inline-block;
    margin-right:3px;    
}

#footer ul li a{
    margin-right:3px;   
    color:#000;
    text-decoration:none;
}

#footer ul li a:hover{
    text-decoration:underline;
}

#copyright{
    font-size: 11px;
    margin: auto;
    text-align:left;
	width: 960px;
}

#copyright p{
    margin:0px;
}

