* {font-size:100.01%}
html {
	height:100%;
	font-size:62.5%;
}
body {
	margin:0;
	height:100%;
	color:#000;
	font:1em Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.png) repeat-x;
}
a {
	text-decoration:none;
}
a:visited {
	color:#00C;
}
a:hover {text-decoration:underline;}
a:focus
{
-moz-outline-style: none;
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* page */
#page {
	margin:0 auto;
	width:983px;
	min-height:100%;
	overflow:hidden;
	background:#fff;
}
* html #page {
	height:100%;
	overflow:visible;
}
/* container */
.container {
	width:100%;
	background:url(../images/bg-main-container.gif) repeat-y;
	overflow:hidden;
}
/* inner-container */
.inner-container {
	width:100%;
	overflow:hidden;
	padding-top:35px;
	background:url(../images/bg-top-container.png) no-repeat;
}
/* inner2-container */
.inner2-container {
	width:963px;
	overflow:hidden;
	padding:0 10px 25px;
	background:url(../images/bg-bottom-container.png) no-repeat 0 100%;
}

/* header */
#header {
	width:100%;
	overflow:hidden;
}
/* top-header */
.top-header {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main-header.gif) repeat-y;
}
/* inner-header */
.inner-header {
	width:100%;
	padding-top:11px;
	overflow:hidden;
	background:url(../images/bg-top-header.jpg) no-repeat;
}
/* inner2-header */
.inner2-header {
	width:926px;
	padding:0 19px 10px 18px;
	overflow:hidden;
	background:url(../images/bg-bottom-header.jpg) no-repeat 0 100%;
}
.logo {
	float:left;
	width:174px;
	height:70px;
}
.logo a {
	display:block;
	height:100%;
	cursor:pointer;
	background:url(../images/logo.png) no-repeat;
}
.logo span {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
}
/* txt-header */
.txt-header {
	float:left;
	padding:8px 0 0 154px;
	overflow:hidden;
}
.txt-header p {
	margin:0;
	font-size:1.1em;
	line-height:1.636em;
	color:#fff;
}
.level2 {
	padding-left:21px;
}
.level3 {
	padding-left:91px;
}
.login {
	float:right;
	padding-top:48px;
	font-size:0.9em;
	line-height:1.22em;
}
.login a {
	color:#69c;
}
.login a:hover {
	color:#fff;
}
/* navigation */
.navigation {
	width:932px;
	overflow:hidden;
	margin:6px 18px 0 12px;
	padding:0 4px 0 0;
	height:28px;
	list-style:none;
	text-align:center;
	background:url(../images/bg-navigation.gif);
}
.navigation li {
	line-height:28px;
	display:inline;
	padding:0px 5px 0px 10px;
	background:url(../images/bullet-nav.gif) no-repeat 0 50%;
}
.navigation li:first-child {
	background:none;
}
.navigation li a {
	font-size:12px;
	color:#369;
}
.navigation li a:hover {
	font-size:12px;
	color:#C00;
}
/* content */
#content {
	padding:17px 16px 0 13px;
	width:934px;
	overflow:hidden;
}
#content h1 {
	margin:0 0 8px;
	font-size:1.4em;
	line-height:1.14em;
	color:#393;
}
#content h2 {
	margin:20 0 5px;
	font-size:1.4em;
	line-height:1.14em;
	color:#393;
}
#content-cms {
	padding:20px 0px 0 5px;
	width:963px;
	overflow:hidden;
}
#content-cms h1 {
	margin:0 0 2px 15px;
	font-size:1.4em;
	line-height:1.14em;
	color:#393;
}
#content p {
	margin:0 0 10px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
	color:#333;
}
#content-cms p {
	margin:0px;
        padding:5px 25px 0 20px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
	color:#333;
}
.btn-contact {
	display:block;
	margin-top:18px;
	width:347px;
	background:url(../images/bg-btn-contact-top.png) no-repeat;
}
.btn-contact a {
	width:327px;
	padding:6px 10px 12px 10px;
	display:block;
	font:1.1em/1.18em Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/bg-btn-contact-bottom.png) no-repeat 0 100%;
	outline:none;
}
.btn-contact a span {
	display:block;
	padding-left:11px;
	background:url(../images/bullet-btn-contact.gif) no-repeat 0 50%;
}
.btn-contact a:hover {
	color:#C00;
}
/* img-box */
.img-box {
	width:100%;
	padding:11px 0 19px;
	overflow:hidden;
}
.img-box h3 {
	margin:0 0 0 26px;
	padding-bottom:8px;
	font-size:1.4em;
	line-height:1.14em;
	color:#369;
}
/* services */
.services {
	width:100%;
	padding-top:10px;
	overflow:hidden;
	background:#ebebeb url(../images/bg-top-services.png) no-repeat;
}
/* inner-services */
.inner-services {
	width:926px;
	padding:0 0 9px 8px;
	overflow:hidden;
	background:#ebebeb url(../images/bg-bottom-services.png) no-repeat 0 100%;
}
/* small-box */
.small-box {
	float:left;
	display:inline;
	width:145px;
	height:139px;
	margin:0 13px;
	padding:5px 6px 0 6px;
	position:relative;
	text-align:center;
	background:url(../images/bg-small-box.png) no-repeat;
}
.small-box h4 {
	margin:0 0 3px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	color:#999;
}
/* visual */
.visual {
	display:block;
	width:100%;
	overflow:hidden;
}
.visual img {
	float:left;
}
.btn-more {
	position:absolute;
	top:121px;
	left:39px;
	width:79px;
	height:18px;
	background:url(../images/btn-more-info.png) no-repeat;
}
.btn-more a {
	display:block;
	height:100%;
	cursor:pointer;
	outline:none;
}
.btn-more a span {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
}
/* footer */
#footer {
	text-align:center;
	padding:9px 0 7px;
	width:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}
#footer span {
	font-size:1.1em;
	line-height:1.18em;
}
#footer p {
	margin:0;
	font-size:1.1em;
	line-height:1.27em;
}
#footer ul {
	margin:0 0 0 -4px;
	padding:12px 0 0;
	list-style:none;
}
#footer li {
	display:inline;
	padding:0 1px 0 7px;
	background:url(../images/sep-footer.gif) no-repeat 0 50%;
}
#footer li:first-child {
	background:none;
}
#footer li a {
	color:#999;
	font-size:1.1em;
}
#footer ul li a:hover {
	color:#00C
}
/* part for inner page */
.inner #content h2 {
	padding-top:22px;
}
/* info-box */
.info-box {
	width:100%;
	margin:13px 0 9px;
	padding:12px 0 5px;
	background-color:#ebebeb;
}
.info-box:after {
	display:block;
	clear:both;
	content:"";
}
.info-box-photo {
	width:899px;
	margin:13px 0 9px;
	padding:0px 20px 0px 20px;
	background-image:url(../images/bg-photo.png)
}
.info-box-photo:after {
	display:block;
        clear:both;
	content:"";
}
/* inner-info */
.inner-info {
	float:left;
	padding:0 13px;
	margin-bottom:-5px;
	width:908px;
	background:url(../images/sep-info-box.gif) repeat-y 468px 0; 
}
.inner-info:after {
	display:block;
	clear:both;
	content:"";
}
/* inner-info */
.inner2-info {
	width:100%;
	background:url(../images/bg-bottom-info.gif) repeat-x 0 100%;
}
.inner2-info:after {
	display:block;
	clear:both;
	content:"";
}
/* left-part */
.left-part {
	float:left;
	width:435px;
}
/* rigth-part */
.right-part {
	float:right;
	width:435px;
}
.left-part .visual-box {
	float:left;
}
.right-part .visual-box {
	float:right;
}
/* visual-box */
.visual-box {
	margin-top:-20px;
	width:230px;
	overflow:hidden;
	position:relative;
}
.visual-box img {
	float:left;
}
.inner #content .info-box p {
	font-size:1.1em;
	line-height:1.636em;
	margin-bottom:14px;
}
.inner #content .left-part p {
	text-align:left;
}
.inner #content .right-part p {
	text-align:right;
}
.left-part .txt-box {
	float:right;
	text-align:left;
}
.right-part .txt-box {
	float:left;
	text-align:right;
}
/* txt-box */
.txt-box {
	width:181px;
	padding-bottom:5px;
}
.info-box h4 {
	margin:5px 0 0;
	font-size:1.2em;
	line-height:1.16em;
	font-weight:normal;
	color:#369;
}
.info-box h5 {
	margin:9px 0 6px;
	font-size:1.4em;
	line-height:1.14em;
	font-weight:normal;
	color:#963;
}
.left-part .view {
	float:left;
}
.right-part .view {
	float:right;
}
.view {
	line-height:1.3em;
	font-size:1.1em;
	background:url(../images/bullet-info-box.gif) no-repeat 0 50%;
	padding-left:14px;
}
.view a {
       color:#C00;
}
.enlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	height: 12px;
	width: 540px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 200px;
	text-align: center;
}
.blog-post .post-body {
	margin: 0px 0 36px 0;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px;
       line-height: 18px;
}
#testimonial {
	padding: 8px 10px 8px 10px;
        margin: 15px 5px 30px 35px;
	width: 860px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 16px;
        text-align: justify;
        border-top: thin dotted #999;
        border-right-style: none;
        border-left-style: none;
        border-bottom: thin dotted #999;
        background-color: #eee
}
.facebook {
	background:none;
	overflow:hidden;
	width:350px;
	margin:0 20px 7px 0;
	padding:0 20px 0px 11px;
}
.twitter {
	background:none;
	overflow:hidden;
        float:right;
	width:150px;
	margin:0 0 7px;
	padding:0 0px 0px 0px;
}
.shop-product-small li.custom {
	font-size: 11px;
        color: red;
}
.shop-product-large li.custom {
	font-size: 11px;
        color: red;
}
/* slogan */
.slogan {padding:20px 0 24px 19px;}
.slogan strong {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/bg-slogan.gif) no-repeat;
	width: 900px;
	height: 28px;
}
/* section */
.section {
	overflow:hidden;
	width:933px;
	padding:0 0 19px 1px;
}
/* section visual */
.section .visual {
	float:left;
	width:481px;
	margin:1px 0 0;
}
.section .visual img {display:block;}
/* right-box */
.right-box {
	float:right;
	width:416px;
}
/* promo-box */
.promo-box {
	background: url(../images/bg-promo-box.gif) repeat-y;
	width: 416px;
	margin:0 0 5px;
}
.promo-box-holder {background: url(../images/bg-promo-box-t.gif) no-repeat;}
.promo-box-frame {
	background: url(../images/bg-promo-box-b.gif) no-repeat 0 100%;
	padding:12px 22px 61px;
}
#content .promo-box p {
	margin:0;
	text-align:center;
	font-size:2.4em;
	line-height:1.208em;
	letter-spacing:1px;
	word-spacing:2px;
	color:#fff;
}
.promo-text {
	position:relative;
	top:-3px;
}
.promo-box strong {
	display:block;
	background: url(../images/bg-promo-text.gif) no-repeat;
	width: 372px;
	height: 28px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0px;
}
/* send-form */
.send-form {
	width:414px;
	padding:0 0 0 1px;
	overflow:hidden;
	color:#999;
	font:1.1em/1.182em Arial, Helvetica, sans-serif;
}
.send-form .row {
	overflow:hidden;
	width:432px;
	margin:0 -18px 14px 0;
}
.send-form .text {
	float:left;
	width:176px;
	height:20px;
	background:#fff;
	border:1px solid #999;
	padding:4px 10px 7px;
	margin:0 18px 0 0;
	font: 1.636em Arial, Helvetica, sans-serif;
	color:#999;
}
.send-form .submit {
	overflow:hidden;
	width:100%;
	margin:0 0 7px;
}
.send-form .submit input {
	margin:0 0 0 15px;
	padding:0;
	background: url(../images/bg-submit.gif) no-repeat;
	width: 386px;
	height: 40px;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	float:left;
}
.send-form strong {
	font-weight:normal;
	display:block;
	padding:0 25px;
}
.cat_textbox_small, .cat_listbox_small {
width:198px;
}
span.Name0 {
	display:none
}
span.Name1 {
	display:inline
}
#slider{
width: 300px;
height: 130px;
overflow: hidden;
float: right
margin: 10px 10px 10px 0;
}
