@charset "utf-8";
body { margin:0; padding:0; width:100%; background:#fff;}
html { padding:0; margin:0;}

/* main */
.main {
	width:100%;
	padding:0;
	margin:0 auto;
	background-color: #Fff;
}

/********** header **********/
h1, h2, h3, h4, h5, h6 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}
h1 {
	font-size : 24px;
	color : #ccc;
	padding-top : 45px;
	padding-right : 3px;
	padding-bottom : 2px;
	padding-left : 25px;
	line-height: 1.5em;
	font-style: oblique;
	font-weight: lighter;
}
h2 {
	font-size : 24px;
	color : #333;
	padding-top : 28px;
	padding-right : 5px;
	padding-bottom : 15px;
	padding-left : 5px;
}
h3 {
font-size : 15px;
color : #0cf;
padding-top : 15px;
padding-right : 5px;
padding-bottom : 15px;
padding-left : 5px;
}
h4 {
font-size : 18px;
color : #fff;
padding-top : 5px;
padding-right : 5px;
padding-bottom : 10px;
padding-left : 5px;
}
h5 {
	font-size : 35px;
	color: #0CF;
	padding-top : 15px;
	padding-right : 5px;
	padding-bottom : 15px;
	padding-left : 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	line-height: 1.8em;
}
h6 {
font-size:  36px;
color : #2acbfd;
padding-top : 15px;
padding-right : 5px;
padding-bottom : 15px;
padding-left : 5px;
}
.header {
	height: 95px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCC;
	background-image: url(images/ht.gif);
	padding: 0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

.block_header {
	width:1000px;
	border:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 106px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* logo */
.logo {
	float:left;
	width:170px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 85px;
	background-image: url(images/logo/02.png)
.png);
	background-repeat: no-repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/logo/02.png);
}
/* menu */	
.menu {
	padding:0;
	margin:0;
	width:720px;
	float:right;
	height:93px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.menu ul {
	margin:0;
	list-style:none;
	border:0;
	height:35px;
	float: right;
	padding-top: 54px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu ul li { float:left; margin:0; padding:0; border:0;}
.menu ul li a {
	float:left;
	margin:0 2px 0 0;
	padding:14px 0 14px 0;
	color:#4C4C4C;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
}
.menu ul li a span { padding:14px 12px 14px 12px;}
.menu ul li a:hover {  background:url(images/r_menu.gif) no-repeat right;}
.menu ul li a:hover span { background:url(images/l_menu.gif) no-repeat left;}
.menu ul li a.active {  background:url(images/r_menu.gif) no-repeat right;}
.menu ul li a.active span { background:url(images/l_menu.gif) no-repeat left;}
 /* sub_text */
.sub_text {
	padding:0;
	margin:0;
	height:140px;
	background-image: url(images/bannerBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sub_text_resize {
	width:1000px;
	padding:0;
	background-image: url(images/bannerFXnew.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 133px;
	background-repeat: no-repeat;
	background-position: left top;
}
.sub_text_resize img { float:right; padding:50px 0 0 0; margin:0;}
.sub_text_resize h2 {
	font: normal 40px Arial, Helvetica, sans-serif;
	color:#CCC;
	padding:50px 0 0 15px;
	margin:0;
}
/* search_blog */
.search_blog {
	background:#f6f6f6;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.search_blog_resize {
	width:1000px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.search_blog h2 { font: bold 14px Arial, Helvetica, sans-serif; color:#9d9d9d; padding:10px 0 15px 15px; margin:0;}
.search_blog h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#afafaf;}
/* search */
.search { padding:10px 20px 0 0; margin:0; width:250px; float:right;}
.search form { display:block; float:right; padding:0;}
.search span { display:block; float:left; background: url(images/search_bg.gif) left top no-repeat; width:200px; padding:0 5px; height:33px;}
.search form .keywords { width:149px; line-height:17px; height:17px; float:left; background:none; border:0; padding:8px 2px; margin:0; font:normal 12px Arial, Helvetica, sans-serif; color:#000;}
.search form .button { float:left; margin:0; padding:0;}

/* header box */
.header_box {
	background-color: #f8f8f8;
	background-image: url(images/indexBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 425px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.header_box_resize {
	height:420px;
	width:1000px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.slider_cu3er {
	width:510px;
	float:right;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(images/billboard/billboard_legs.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 400px;
}
#cu3er-container {
	width:537px;
	outline:0;
	height:261px;
	padding-left: 15px;
}
.header_text {
	width:578px;
	float:left;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.header_text h2 {
	padding:10px 0;
	margin:0;
	font:normal 32px/1.2em Arial, Helvetica, sans-serif;
	color:#0CF;
}
.header_text p {
	padding:10px 0;
	margin:0;
	font:normal 12px/1.6em Arial, Helvetica, sans-serif;
	color:#CCC;
}
/*-----  Index Portfolio  -----*/
.header_text {
	width:1000px;
	margin:0 auto;
	padding:0;
}

.header_text2 { width:978px; margin:0; padding:0; }
.header_text2 h2 { font: normal 36px Arial, Helvetica, sans-serif; color:#2a2a2a; padding:10px 0 10px 30px; margin:0; }
.header_text2 div.menu2 { border-top:1px solid #e2e2e2; width:958px; margin:0; padding:10px 0 10px 20px; }
.header_text2 a { font: normal 12px Arial, Helvetica, sans-serif; color:#2b2b2b; padding:10px 15px; margin:0; text-decoration:none; }
#index_portfolio { float: left; width:100%; margin:0; padding:0; }
.itemidx { float: right; overflow: hidden; cursor: pointer; position: relative; height: 313px; }
.itemidx img { margin:0; padding:0; float:none; }
#index_portfolio .itemidx a { width: 100%; height: 313px; float: left; position: absolute; display: none; }
#index_portfolio .current a { width: 100%; height: 313px; float: left; position: absolute; display: block; }
#index_portfolio .itemidx .caption { position: absolute; padding: 0; float: left; }
#index_portfolio .itemidx .caption h2 { font-weight: bold; }
#index_portfolio .itemidx .caption p { font-size: 13px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin: 0; }

/*FBG*/
.FBG {
	width:1050px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.FBG_resize {
	border-top:1px solid #e9e9e9;
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url(images/Index_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/****Recent **/
.Recent  {
	width:320px;
	padding:10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-bottom-color: #DADADA;
	border-left-color: #F7F7F7;
	float: right;
}
.Recent p{ font:normal 11px Arial, Helvetica, sans-serif; color:#5f5f5f; line-height:1.8em; padding:5px 5px; margin:0;}
.Recent p span { color:#2a2a2a; font: bold 14px Arial, Helvetica, sans-serif;}
.Recent img {
	float: left;
	padding:0;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
/********** block index **********/
.body {
	margin:0;
	padding:0;
	background-color: #FCFCFC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
}
.body_resize {
	width:1000px;
	padding:0;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.body_resize h2 {
	color:#4D4D4D;
	padding:10px 5px;
	margin:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
.body_resize p { font:normal 12px Arial, Helvetica, sans-serif; color:#7d7d7d; padding:10px 5px; margin:0; line-height:1.8em;}
.body_resize p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	color: #80CED6;
}
.body_resize a {
	color:#45BBD0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 2.3em;
	font-style: italic;
}
.body_resize img { margin:10px auto; padding:0;}
.body_resize img.floated { float:left; margin:10px; padding:0;}
.right {
	width : 319px;
	background-color : #fff;
	background-image : url(images/sidebar_top.gif);
	background-repeat : no-repeat;
	background-position : top;
	float: right;
	padding-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EFEFEF;
	border-left-color: #ECECEC;
}
.side_rightBG {
width : 319px;
margin : 0 auto;
float : right;
background-color : #fff;
}
.right_top {
	padding : 0;
	background-color : #FFF;
	background-image : url(images/right_top_bg.gif);
	background-repeat : no-repeat;
	background-position : top;
	width : 319px;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
}
.right_bottom {
	margin : 0;
	width : 329px;
	background-image : url(images/sidebar_bottom_bg.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	float : right;
	padding-right : 0;
	padding-bottom : 20px;
	padding-left : 0;
	padding-top: 25px;
	background-color: #FFF;
}
.rightContact  {
	width:302px;
	float:right;
	margin:0;
	height: 215px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(images/contact/contact.jpg);
}
.rightFancy  {
	width:302px;
	float:right;
	height: 178px;
	background-image: url(images/retail/fancy_sideBar.gif);
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 15px;
}
.rightBG {
width : 319px;
background-color : #f0f0f0;
background-image : url(images/right_bg.gif);
background-repeat : repeat-y;
background-position : top;
}
.right2 {
	width : 327px;
	background-color : #fff;
	float: right;
}
.right_topBG {
padding : 0;
background-color : #f0f0f0;
background-image : url(images/right_top_bg.gif);
background-repeat : no-repeat;
background-position : top;
width : 319px;
margin-top : 0;
margin-right : auto;
margin-bottom : 0;
margin-left : auto;
}
.right_bottomBG {
	margin : 0;
	width : 319px;
	background-image : url(images/sidebar_bottom_bg.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	float : left;
	padding-right : 0;
	padding-bottom : 20px;
	padding-left : 0;
}
ul.sub {
padding : 0;
margin : 0;
list-style : none;
}
ul.sub li {
padding : 0;
margin : 0 10px;
background : none;
float : none;
height : 55px;
border-bottom : 1px solid #e1e1e1;
}
ul.sub li img {
display : block;
float : left;
padding : 5px 10px;
margin : 0;
}
ul.sub li a {
	background : none;
	display : block;
	color : #7D7D7D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	font-style: oblique;
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.left  {
	width:605px;
	float:left;
	margin:0;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.leftIndex  {
	width:465px;
	float:left;
	margin:0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.8em;
	font-weight: lighter;
	color: #CCC;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/slide_bg.jpg);
	height: 297px;
}
.leftAbout  {
	width:625px;
	float:left;
	padding:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.blog { width:280px; float:left; margin:0; padding:10px 5px;}
.blog p.grey { color:#5f5f5f;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { clear:both; border-top:1px solid #dfdfdf; padding:0; margin:10px 0; background:none; line-height:0;}
.blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #0CF;
	font-style: oblique;
}
.main .sub_text .sub_text_resize .header_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-style: italic;
	font-weight: lighter;
	padding-right: 0px;
	padding-left: 125px;
	padding-top: 57px;
	line-height: 1.8em;
	color: #CBCBCB;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
	color: #999;
	font-style: italic;
	font-weight: normal;
}

/********** contact form **********/
.form { float:left; width:550px; margin:5px auto; padding:0; background:#f7f7f7; border:1px solid #ececec;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#7a7a7a;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#747474; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:420px; border:1px solid #ececec; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#contactform textarea { width:420px; border:1px solid #ececec; margin:10px 0; padding:2px; background:#fff; height:150px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 400px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

/*************footer**********/
.footer_resize {
	width:1000px;
	background-image: url(images/footer/footerFX.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #252525;
}
.footer {
	padding:0;
	margin:0;
	background-color: #252525;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}
.footer p {
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.footer a { font:normal 12px Arial, Helvetica, sans-serif; color:#747474; text-decoration:none; padding:5px; margin:0;}
.footer p.leftt { text-align:left; width:50%; margin:0; padding:10px 0 0 20px; float:left;} 
.footer p.rightt {
	text-align:right;
	width:40%;
	margin:0;
	float:right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
} 

