@CHARSET "ISO-8859-1";

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #000;
}

a {
	color: #319831;
	text-decoration: none;
}

a:hover {
	color: #319831;
}

img {
	border: 0;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.clear {
	float: none;
	clear: both;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 83px;
}

#logos a {
    display: block;
    float: left;
    height: 75px;
    text-decoration: none;
}

#logos a:hover {
    text-decoration: none;
}

a#logo {
	margin: 15px 0 0 5px;
	float: left;
	display: block;
}

#logos a#logo-eabip {
    background: url(../images/integrating_out.jpg) no-repeat;
    width: 301px;
    margin:3px 0 0 17px;
}

#logos a#logo-eabip:hover {
    background: url(../images/integrating_on.jpg) no-repeat;
}

#logos a#logo-bsc {
    background: url(../images/balanced_out.jpg) no-repeat;
    margin:3px 0 0 17px;
    width: 325px;
}

#logos a#logo-bsc:hover {
    background: url(../images/balanced_on.jpg) no-repeat;
}

#logos a#logo-wmvdv {
    background: url(../images/logo_wmvd_out.jpg) no-repeat;
    margin:3px 0 0 0px;
    width: 290px;
}

#logos a#logo-wmvdv:hover {
    background: url(../images/logo_wmvd_on.jpg) no-repeat;
}

#headertext {
	float: right;
	text-align: right;
	height: 39px;
	margin-top: 16px;
	font-size: 11px;
	max-width: 720px;
	height: 40px;
	padding-top: 10px;
}

#headertext a.button {
	color: #000;
	display: block;
	float: left;
	outline: none;
    margin-right: 18px;
}

#headertext a.button.login {
    background: url(../images/btnSignIn_71x44.png) no-repeat top left;
    width: 71px;
    height: 22px;
    margin: 0 auto;
    float: none;
}

#headertext a.button.register {
    width: 71px;
    height: 22px;
    margin: 0 auto;
    float: none;
    background: url(../images/btnRegister_71x44.png) no-repeat top left;
}

#headertext a.button.account {
    background: url(../images/btnMyAccount_81x44.png) no-repeat top left;
    width: 81px;
    height: 22px;
}

#headertext a.button.logout {
    background: url(../images/btnLogout_65x44.png) no-repeat top left;
    width: 65px;
    height: 22px;
}

#headertext a.button.login:hover,
#headertext a.button.register:hover,
#headertext a.button.account:hover,
#headertext a.button.logout:hover {
    background-position: 0 -22px;
}

#headertext a.buttonLink {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	text-align: right;
	width: 32px;
    padding-top: 2px;
}

div#logosContainer {
	margin: 0 0 3px 0;
}

div#logosContainer .separator {
	background: url(../images/img_logoVerticalSeparator.png) no-repeat top center;
	height: 6px;
}
div#logosContainer  .logoContainer {
	float: left;
	width: 300px;
	margin: 10px 8px;
}

div#page h1 {
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 32px;
	margin: 5px auto;
	padding-left: 21px;
	text-shadow: 1px 1px 1px #000102;
	padding-top: 10px;
}

.context {
	float: left;
	width: 266px;
	height: 239px;
	background: url('../images/bg_context_308x264.gif') no-repeat top left;
	padding: 25px 21px 0 21px;
}

.context h2{
	color: #36834c;
	font-size: 16px;
	margin-bottom: 10px;
}
.context p {
	font-size: 11px;
	color: #666;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
.context p.signature{
	float: right;
	width: 150px;
	text-align: right;
}

.context a:hover {
	text-decoration: underline;
}

.contextSpacer {
	float: left; width: 13px; height: 264px;
}

.offer {
	float: left;
	background: url('../images/bg_offer_233x404.png') no-repeat top left;
	width: 191px;
	height: 379px;
	padding: 25px 21px 0 21px;
}

.offerSpacer {
	float: left;
	width: 6px;
	height: 374px;
}

.offer h2{
	color: #36834c;
	font-size: 16px;
	margin-bottom: 10px;
}

.offer .content {
	height: 345px;
}

.offer img {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #EDEDED;
	width: 186px;
}

.offer img.smaller {
	width: auto;
}

.offer div.alignCenter {
	text-align: center;
}

.offer p {
	font-size: 12px;
	color: #666;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

.offer span {
	display: block;
	font-weight: bold;
	color: #000;
    float: left;
}

.offer a.more {
	display: block;
	width: 70px;
    float: right;
	font-weight: bold;
	background: url('../images/greenArrowRight_03.png') no-repeat right 5px;
}
.offer a.more:hover{
	text-decoration: underline;
}

#free {
	background: url(../images/bg_free_950x164.png) no-repeat top left;
	padding: 15px;
	width: 920px;
	height: 170px;
	margin: 10px auto;
}

#free h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #287b40;
	margin-bottom: 5px;
}

#free .column {
	float: left;
	width: 438px;
}

#free .columnSpacer {
	height: 1px;
	width: 24px;
	float: left;
}

#free p {
	font-size: 12px;
	color: #666;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#free a.more {
	display: block;
	width: 70px;
	font-weight: bold;
	background: url('../images/greenArrowRight_03.png') no-repeat right 4px;
}
#free a.more:hover{
	text-decoration: underline;
}

#followers {
	background: url('../images/bg_followers_950x238.png') no-repeat right top;
	padding: 20px;
	width: 910px;
	height: 198px;
}

#followers h2{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
#followers h2 span{
	color: #287b40;
}

#followers .clientsContainer {
	height: 76px;
}

#followers .label {
	width: 215px;
	float: left;
}

#followers .slider1 {
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	float: left;
	width: 692px;
	height: 71px;
}

#followers .slider2 {
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	float: left;
	width: 692px;
	height: 76px;
}

#followers .label span.left {
	display: block;
	font-size: 16px;
	color: #666666;
	float: left;
	width: 115px;
}

#followers .label span.right {
	display: block;
	float: right;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
.bigboxTop {
	height: 12px;
	width: 950px;
	background: url(../images/bigboxTop.jpg) no-repeat;
	overflow: hidden;
}

.bigbox {
	width: 948px;
	border: 1px solid #9c9b9b;
	border-top: 0;
	border-bottom: 0;
	background: #fcfefc url(../images/bigbox.jpg) repeat-x bottom left;
}

.bigboxBottom {
	overflow: hidden;
	width: 950px;
	height: 12px;
	background: url(../images/bigboxBottom.jpg) no-repeat;
}

.bigbox table {
	width: 936px;
	margin: 0 auto;
	table-layout: fixed;
}

.bigbox table td {
	padding: 0 8px;
	vertical-align: top;
}

ul.table {
	margin: 0;
	padding-left: 0;
}

ul.table li {
	list-style-type: none;
	padding: 8px 0 8px 19px;
	background: url(../images/greenArrow.gif) no-repeat scroll 0 9px;
}

.horizontalSpacer {
	width: 100%;
	height: 18px;
}

.grey {
	color: #666666;
}

#content p {
	margin-bottom: 0;
	text-align: justify;
}

#content { 
	table-layout: fixed;
}

#content td {
	padding: 0 8px;
	vertical-align: top;
}

#content td.first {
	padding-left: 0;
}

#content td.last {
	padding-right: 0;
}

p.date {
	margin-top: 0;
}

.boxTop, .boxBottom {
	background: url(../images/boxTop.jpg) no-repeat;
	width: 310px;
	height: 12px;
	overflow: hidden;
}

.boxBottom {
	background: url(../images/boxBottom.jpg) no-repeat;
}

.box {
	width: 280px;
	border: 1px solid #9c9b9b;
	overflow: hidden;
	border-bottom: 0;
	border-top: 0;
	background: #f6f6f7 url(../images/box.jpg) repeat-x bottom left;
	padding: 0 14px;
	text-align: left;
}

font.big {
	font-size: 16px;
	font-weight: bold;
}

font.small {
	font-size: 10px;
}

.form {
	margin: 0;
	padding: 0;
}

.form label {
	display: block;
	margin-top: 6px;
	float: left;
	width: 75px;
}

.form input {
	margin-top: 4px;
	float: right;
	border: 1px solid #9c9b9b;
	width: 200px;
	height: 19px;
} 

.form button {
	background: url(../images/butbg.gif) no-repeat;
	width: 104px;
	height: 26px;
	text-align: left;
	cursor: pointer;
	padding-left: 23px;
	float: right;
	margin-top: 4px;
	border: 0;
}

.green {
	color: #008000;
}

.bold {
	font-weight: bold;
}

#footerwrapper {
	width: 100%;
	min-height: 196px;
	background: url(../images/bg_footer_1x267.gif) repeat-x;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 1px 0;
}

.footer {
	table-layout: fixed;
}

.footer td {
	padding: 0 10px;
}

.footer td.first {
	padding-left: 0;
}

.footer tr.last td {
	padding-bottom: 16px;
	border-bottom: 1px solid #c5c5c2;
}

.func_area {
	width: 183px;
	height: 104px;
	border: 1px solid #b3b3b3;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}

.func_area a {
	display: block;
	color: #323e32;
	font-size: 10px;
	overflow: hidden;
	margin: 5px auto;
}

.func_area a:hover {
	background-color: #bebebe;
	color: #008000;
}

.footer h2 {
	padding: 15px 0;
}

td.block a {
	display: block;
	padding: 3px 0;
	font-size: 10px;
	color: #fff;
}

td.block a:hover {
	color: #008000;
}

td.block a.first {
	padding-top: 0;
}

td.block a.last {
	padding-bottom: 0;
}
	
td.icons a {
	padding: 8px 0 8px 22px !important;
}

a.rss {
	background: url(../images/rss_home.gif) no-repeat scroll 0 6px;
}

a.twitter {
	background: url(../images/twitter.gif) no-repeat scroll 0 6px;
}

a.linkedin {
	background: url(../images/linkedin.gif) no-repeat scroll 0 6px;
}

a.blog {
	background: url(../images/blog.gif) no-repeat scroll 0 6px;
}

#footer p.copy {
	float: left;
	margin-top: 14px;
	font-size: 11px;
	color: #fff;
}

#footer ul {
	float: right;
	padding-top: 0;
	margin-top: 14px;
}

#footer ul li {
	display: inline;
	font-size: 11px;
	padding: 0 4px;
	color: #fff;
}

#footer ul li a {
	color: #fff;
}

#footer ul li a:hover {
	color: #319831;
}

.chineseExplication {
	padding: 15px 10px;
}
.loginTable td {
    padding: 2px 5px;
}
.loginTable td.right {
    text-align: right;
}

.loginTable label {
    font-size: 12px;
}

.loginTable input.formText {
    border: 1px solid #E8E9E9;
}

.loginTable input.formText:hover,
.loginTable input.formText:focus,
.loginTable input.formText:active {
    border: 1px solid #666666;
    background-color: #FCFCFC;
}

a.nodecor:hover{
    text-decoration:none;
}


.bigBox {
    clear: both;
}
.bigBoxTop {
    clear: both;
    padding: 0;
    height: 13px;
    overflow: hidden;
}


.bigBoxBottom {
    background: url("../images/bigBoxBottom.gif") no-repeat;
    width: 634px;
    height: 13px;
    overflow: hidden;
}
.bigBoxBottom p {
    line-height: 0;
    margin: 0;
    padding: 0;
}
.floatSep {
    float: none;
    clear: both;
}

a.addToCart,
a#submitOrder {
    outline: none;
    display: block;
    width: 82px;
    height: 20px;
    text-decoration: none;
    background: url(../images/addToCart.gif) no-repeat top left;
    margin: 4px auto;
}

div.sign-up-table2 a.addToCart {
    background: url(../images/addToCart-tabel1.jpg) no-repeat;
    width: 100px;
    height: 24px;
    margin: 0 auto;
}

div.sign-up-table2 a.addToCart:hover {
    background-position: 0 -24px;
}

div.sign-up-table2 a.addToCart.loading {
    background: url(../images/loading-orange.gif) no-repeat center center;
}

a#submitOrder {
    width: 100px;
    height: 22px;
    background: url(../images/button-submit-order.gif) no-repeat top left;
    margin: 0;
    float: left;
}
a#submitOrder:hover {
    background-position: 0 -22px;
}

a.addToCart:hover {
    background-position: 0 -20px;
}

a.addToCart.loading {
    background: url(../images/loadingSmall.gif) no-repeat center center;
    display: block;
}

#crossSell .crossSellItem {
    float: left;
    width: 95px;
}
.photoCont img {
    padding: 1px;
    border: 1px solid #cbcbcb;
}

.productItem .listAdd {
    text-align: center;
    float: right;
    display: inline;
}
/*    text-align: center;
    margin-left: 28px;
}*/

#crossSell .crossSellItem:first-child {
    margin-left: 0;
}

#crossSell .priceCont {
    padding-top: 4px;
    height: 32px;
    text-align: center;
    overflow: hidden;
}

#crossSell .priceCont .price {
    font-size: 13px;
}

#crossSell .photoCont {
    height: 130px;
}
#featuredLarge {
    width: 950px;
}

#featuredLarge .bigBoxTop {
    background: url(../images/bigBoxTopLarge.gif) no-repeat top left;
    width: 950px;
}

#featuredLarge .bigBox {
    background: url(../images/bigBoxMiddleLarge.gif) repeat-y;
}

#featuredLarge .bigBoxBottom {
    background: url(../images/bigBoxBottomLarge.gif) no-repeat top left;
    width: 950px;
}
#featuredLarge div.crossSellItem {
    margin-left: 20px;
}

img.max-height-image-slider {
    max-height: 69px;
    max-width: 174px;
}
