html, body {
	height:100%;
}
body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	width:100%;
}
#wrap {
	position: relative;
	background:#fff;
	width:100%;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

/* header */

.header { width: 100%; position: relative; }

.header #logo {
    width: 255px;
    position: absolute;
    left: 40px; top: 50px;
}

.header #randomtext {
	position: absolute;
	width: 300px;
	left: 320px; top: 85px;
	font-size: 18px;
	color: #0591c0;
    letter-spacing: -1px;
}


.header#main { height: 666px; background: url(../images/bg-header.jpg) repeat-y top center; }
.header#main #building_left {
    position: absolute;
    left: 0; bottom: 0;
}

.header#main #building_right {
    position: absolute;
    right: 0; bottom: 0;
}

* html .header#main #building_right { background-position: -607px -100px; }

ul.header_middle_menu {
    width: 100%;
    height: 28px;
    background: url(../images/opacity.png);
    position: absolute;
    left: 0; bottom: 0;
    padding : 12px 0 0 0;
}

ul.header_middle_menu li {
    float: left;
    margin-right: 15px;
}

ul.header_middle_menu li a { color: white; text-decoration: none; }
ul.header_middle_menu li a:hover { text-decoration: underline; }

/* header inner */

.header#inner { height: 155px; background: url(../images/bg-header-inner.jpg) repeat-y top center; }

/* quick search */

.quicksearch {
    width: 330px;
    height: 100px;
    position: absolute;
    top: 60px; right: 90px;
}
.quicksearch span { clear: both; display: block; font-size: 11px; padding-left: 10px; color: #888; }
.quicksearch input#searchbar {
    width: 289px;
    border: 0px;
    background: url(../images/search_bar.gif) no-repeat;
    margin: 5px 0 2px 0;
    padding: 3px 0 3px 10px;
    float: left;
}
.quicksearch input#searchnow {
    width: 26px;
    height: 27px;
    cursor: pointer;
    border: 0px;
    background: url(../images/search_now.gif) no-repeat;
    float: left;
}
.quicksearch input#searchnow:active { margin: 1px 0 0 1px; }

.quicksearch a {
    display: block;
    float: left;
    font-size: 11px;
    float: left;
    color: #888;
    background: url(../images/arrow1.gif) 0 6px no-repeat;
    padding-left: 10px;
    margin-right: 15px;
}

.header .quicksearch p {
    text-align: right;
	font-size: 20px;
	clear: left;
    padding-right: 6px;
    letter-spacing: -2px;
}
.header .quicksearch p span { display: inline; clear: none; margin-left: -10px; font-size: 20px; color: #0591c0; }

/* content */

.content {
    position: relative;
    padding-top: 48px;
}

.left {
    width: 65%;
    float: left;
}

.content h1 { margin-left: 40px; font-size: 30px; clear: both; }
.content h1:first-letter { font-size: 40px; }

.content h1.green:first-letter { color: #6cb200; }
.content h1.red:first-letter { color: #d74f0d;  }
.content h1.blue:first-letter { color: #0882b6; }

.right h1.magenta { margin-left: 0px; color: #000; }
.right h1.magenta:first-letter { color: #b20086; }
.right h1.yellow { margin-left: 0px; color: #000; }
.right h1.yellow:first-letter { color: #fc0; }

.left p { margin-left: 40px; }

.cpt_maincontent ul li { list-style-type: disc; margin: 15px 0 0 15px; }


p.graycorners {
    width: 90%;
    padding: 20px 35px;
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    position: relative;
    margin: 15px 0 15px 40px;
}

* html p.graycorners { position: static; }
* html .tl { display: none; }
* html .tr { display: none; }
* html .bl { display: none; }
* html .br { display: none; }

p.graycorners a { color: #92bd3b; }
p.graycorners span { position: absolute; width: 37px; height: 37px; background: url(../images/corners.gif) no-repeat; }
p.graycorners span.tl { top: 0; left: 0; background-position: 0 0; margin: -1px 0 0 -1px; }
p.graycorners span.tr { top: 0; right: 0; background-position: -38px 0; margin: -1px -1px 0 0px; }
p.graycorners span.bl { bottom: 0; left: 0; background-position: 0 -38px; margin: 0 -0 -1px -1px; }
p.graycorners span.br { bottom: 0; right: 0; background-position: -38px -38px; margin: 0 -1px -1px 0; }

span.hr {
    display: block;
    width: 100%;
    height: 1px;
    background: url(../images/hr.gif) no-repeat;
    margin: 30px 0 10px 0;
    clear: both;
}

.additional { margin-left: 65px; }
.additional p {
    width: 42%;
    float: left;
    margin: 15px 10px;
    background: url(../images/d1.gif) repeat-x left top;
    font-size: 11px;
    line-height: 20px;
    padding: 15px 10px;
}
.additional p:hover { background: url(../images/d2.gif) repeat-x left top; }

.additional#inner p {
    width: 65%;
    background: url(../images/d2.gif) repeat-x left top;
}

.cpt_product_lists { width: 90%; margin: 10px 0 10px 65px; }

.cpt_product_lists .item {
    float: left;
    width: 175px;
    position: relative;
    font-size: 11px;
    margin: 0 25px 25px 0;
}

.cpt_product_lists .item a { display: block; color: black; font-size: 12px; font-weight: bold; }
.cpt_product_lists .item .thumbnail {
    width: 175px;
    height: 127px;
    margin: 10px 0;
    background: url(../images/esp1.gif) no-repeat left top;
    text-align: center;
    padding-top: 10px;
}
.cpt_product_lists .item .thumbnail a { display: inline; }
.cpt_product_lists .item .description { padding: 0 10px; line-height: 17px; }
.cpt_product_lists .item .description a {
    display: block;
    background: url(../images/li2.gif) 0 3px no-repeat;
    padding-left: 17px;
    color: #d74f0d;
    font-size: 11px;
}

/* content inner */

.left_inner {
    width: 25%;
    float: left;
    position: relative;
}

.left_inner ul {
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    position: relative;
}

.left_inner ul li#lmtop { height: 32px; }
.left_inner ul li#lmtop span {
    position: absolute;
    width: 37px;
    height: 32px;
    display: block;
    background: url(../images/corners.gif) no-repeat;
    top: 0; right: 0;
    background-position: -38px 0; margin: -1px -1px 0 0px;
}
.left_inner ul li#lmbottom { height: 32px; }
.left_inner ul li#lmbottom span {
    position: absolute;
    width: 37px;
    height: 32px;
    display: block;
    background: url(../images/corners.gif) no-repeat;
    bottom: 0; right: 0;
    background-position: -38px -43px; margin: 0 -1px -1px 0;
}

.left_inner ul li a {
    display: block;
    padding: 7px 0 7px 25px;
    font-size: 11px;
    color: black;
    text-decoration: none;
    background: url(../images/arrow3.gif) 7px 9px no-repeat;
}
.left_inner ul li a:hover {
    background: none;
    background-color: #f0f0f0;
    border-left: 5px solid #b20086;
    padding-left: 20px;
}

.left_inner ul li ul li { background-color: #efefef; }
.left_inner ul li ul li a {
    margin-left: 25px;
    background-color: #f0f0f0;
    padding: 5px 0 5px 20px; }
.left_inner ul li ul li a:hover { border-left: 5px solid #6cb200; background: none; background-color: #f0f0f0; padding-left: 15px; }

* html .left_inner ul li { padding: 0; margin: 0; border: 1px solid #f7f7f7; }
* html .left_inner ul li ul li { padding: 0; margin: 0; border: 1px solid #f0f0f0; }

.left_inner h6 {
    font-size: 11px;
    font-weight: bold;
    color: #525252;
    margin: 10px 0;
    padding-left: 25px;
}

.news {
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    padding: 27px;
    position: relative;
}
.news span { position: absolute; width: 37px; height: 27px; background: url(../images/corners.gif) no-repeat; }
.news span.tr { top: 0; right: 0; background-position: -38px 0; margin: -1px -1px 0 0px; }
.news span.br { bottom: 0; right: 0; background-position: -38px -48px; margin: 0 -1px -1px 0; }


.news p { font-size: 11px; margin: 10px 0; line-height: 18px; }
.news p small { display: block; color: #d74f0d; font-weight: bold; }
.news p a { color: black; text-decoration: underline; }

/* center */

.center {
    width: 45%;
    padding-left: 25px;
    float: left;
    position: relative;
}

.center h1 { margin-left: 0px; }

.navigation { font-size: 11px; margin: 10px 0; }
.navigation a { color: #646464; }
.navigation a:hover { color: black; }

.navigation .txt_nav { float: left; padding: 5px 0; }
.navigation .pages { float: right; }

.navigation .pages span { float: left; padding: 5px 3px; }
.navigation .pages a {
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 3px;
    background-color: #f3f3f3;
    border: 1px solid #dedede;
    margin-right: 2px;
}
.navigation .pages a:hover { border: 1px solid #58b035; background-color: #64c73d; color: white; }

.items { clear: both; padding: 10px 0; }
.items .item {
    float: left;
    width: 30%;
    min-width: 175px;
    width: expression(document.body.clientWidth < 175? "175px": "auto" );
    position: relative;
    font-size: 11px;
    margin: 0 12px 12px 0;
}

.items .item a.btn { display: block; color: black; font-size: 12px; font-weight: bold;text-decoration:none;	margin-left:3px; }
.items .item .thumbnail {
    width: 175px;
    height: 127px;
    background: url(../images/esp1.gif) no-repeat left top;
    text-align: center;
    padding-top: 10px;
    margin: 10px 0;
}
.items .item .thumbnail a { display: inline; }
.items .item .description { padding: 0 10px; line-height: 17px; }
.items .item .description a {
    display: block;
/*    background: url(../images/li2.gif) 0 3px no-repeat;
    padding-left: 17px;
    color: #d74f0d;*/
    font-size: 11px;
	text-decoration:none;
}

.items .pages { clear: both; width: 200px; font-size: 11px; margin: 0 auto; }
.items .pages span { float: left; padding: 5px 3px; }
.items .pages a {
    font-size: 11px;
    color: #646464;
    text-decoration: none;
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #dedede;
    float: left;
    padding: 5px 3px;
    margin-right: 2px;
}
.items .pages a:hover { border: 1px solid #58b035; background-color: #64c73d; color: white; }

/* center item */

.preview {
    width: 95%;
    border: 1px solid #ccc;
    padding: 15px 0;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
}
.preview img { margin-bottom: 10px; }


.mini_description {
    width: 95%;
    margin-top: 20px;
    margin-left: 20px;
}
.mini_description strong { font-weight: bold;}
.mini_description table { width: 100%; font-size: 11px; margin-top: 20px; }
.mini_description table td.rightcol { text-align: right; background-color: #eee; border-bottom: 1px solid #fff;  }


.mini_description table td {
    padding: 8px;
    border: 0px solid #ddd;
    vertical-align: middle;
}

.full_description {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.full_description p { margin: 10px 0; text-indent: 20px; }

/* right */

.right {
    width: 25%;
    float: right;
}

.cart {
    width: 80%;
    height: 125px;
    background: url(../images/cart.gif) no-repeat;
    font-size: 18px;
    text-align: center;
    padding-top: 45px;
}
.cart span#items { font-size: 24px; color: #b20086; }
.cart span#price { font-size: 24px; color: #61c63a; }
.cart a#checkout {
    display: block;
    width: 139px;
    height: 26px;
    background: url(../images/checkout.gif) no-repeat;
    margin: 10px auto;
}

.tag_cloud {
    padding-right: 25px;
    text-align: center;
    margin: 10px 0;
    line-height: 25px;
}

.tag_cloud a { color: #58585b; text-decoration: none; padding: 0 5px; }
.tag_cloud a:hover { background-color: #ccc; color: white; }

.tag_cloud a.w1 { font-size: 200%; }
.tag_cloud a.w2 { font-size: 170%; }
.tag_cloud a.w3 { font-size: 150%; }
.tag_cloud a.w4 { font-size: 120%; }


/* footer */

#footer {
	padding-top:25px;
	position:relative;
	margin-top:-70px;
	height:195px;
	width:100%;
	background: url(../images/bg-footer.gif) repeat-x right bottom;
}

#footer img { position: absolute; left: 0; bottom: 0; z-index: 5; }
#footer address {
    position: absolute;
    z-index: 10;
    left: 65px; top: 45px;
    font-size: 11px;
    font-style: normal;
}
#footer address span { font-weight: bold; }
#footer address a { color: black; }

#footer #phones {
    position: absolute;
    right: 30px; bottom: 60px;
    font-size: 24px;
    text-align: right;
    color: #0088b5;
}
#footer #phones p { font-size: 30px; }
#footer #phones span { color: #91c6d7; }

#footer ul {
    position: absolute;
    z-index: 10;
    right: 25px;
    bottom: 15px;
}
#footer ul li { float: left; }
#footer ul li a { color: #fff; font-size: 11px; text-decoration: underline; margin-right: 15px; }
#footer ul li a:hover { color: #ddd; }

.footer_blank {
	height:70px;
	clear: both;
}
