html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {line-height: 1.1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {outline: 0}
ins {text-decoration: none}
del {text-decoration: line-through}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End reset */



.clear{ clear:both }
body{
    overflow-x:hidden;
}

/*
body,td{
    font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Lucida Sans Unicode';
    font-size: 13px;
    color:#333333;
}
a:link{color:#468fd4}
a:visited{color:#68a3d0}
a:hover{text-decoration:none}
*/






body {
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
    background: #FFFFFF url(../images/img01.gif) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}



#path {
    /*
    font-size: 14px;
    */
    padding: 8px 0 4px 0;
}



/*
h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #3E3E3E;
}

h1 {
    font-size: 28px;
    margin-bottom: 12px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 4px;
}


*/

ul, ol {
    margin: 0 0 20px 0;
    list-style: none;
}

li {
    margin: 8px 0px 8px 0px;
    padding-left: 14px;
}



p {
    text-align: justify;
    line-height:120%;
    margin-bottom: 10px;
}



a:link {
    color: #004C66;
}

a:hover, a:active {
    text-decoration: none;
    color: #777777;
}

a:visited {
    color: #004C66;
}

/*
img {
    border: none;
}

img.left {
    float: left;
    margin-right: 15px;
}

img.right {
    float: right;
    margin-left: 15px;
}
*/

/* Form */

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}






/* Header */

#header {
    width: 1004px;
    height: 82px;
    margin: 0 auto 12px auto;
    background: url(../images/img03.gif) repeat-x left bottom;
}

#logo {
    float: left;
}

/*
#logo h5 {
    font-size: 38px;
    margin: 0;
    font-weight: normal;
    color: #494949;
}

#logo h5 sup {
    vertical-align: text-top;
    font-size: 24px;
}

#logo h5 a {
    color: #494949;
}

#logo h6 {
    margin-top: -5px;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    color: #A0A0A0;
}

#logo a {
    text-decoration: none;
}

*/



/* Menu */

#menu {
    float: right;
}

#menu ul {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    margin-left: 30px;
    padding: 7px;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .active a {
    background: url(../images/img02.gif) repeat-x left bottom;
}











/* Page */

#page {
    width: 1004px;
    margin: 0 auto;
    /*
    min-height: 475px;
    */
}


/* Content */

#content {
    float: left;
    width: 782px;
}

/*
#goback  {
    font-size: 11px;
    margin-top: 12px;
}





.cat_description {
    width: 100%;
    font-size: 11px;
    display: block;
    margin: 0;
    padding: 5px 0px 10px 0px;
    float: left;
}

.cat_description img {
    border: solid 1px #F1F1F1;
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 1px 1px 1px 1px;
}

.cat_description strong {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
}

.cat_description span {
    font-size: 11px;
    text-transform: lowercase;
    line-height: 20px;
}
*/

/* Post */

/*
.post {
}

.post .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    background: url(../images/img03.gif) repeat-x left bottom;
}

.post .entry {
}

.post .meta {
    padding: 15px 0 60px 0;
    background: url(../images/img03.gif) repeat-x;
}

.post .meta p {
    margin: 0;
    color: #999999;
}

.post .meta .byline {
    float: left;
}

.post .meta .links {
    float: right;
}

.post .meta .more {
    padding: 0 20px 0 18px;
    background: url(../images/img06.gif) no-repeat left center;
}

.post .meta .comments {
    padding-left: 22px;
    background: url(../images/img07.gif) no-repeat left center;
}

.post .meta b {
    display: none;
}
*/





/* Sidebar */

#sidebar {
    float: right;
    width: 220px;
}
/*
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
}
*/

#sidebar h2 {
    margin-bottom: 10px;
    background: url(../images/img03.gif) repeat-x left bottom;
    font-size: 16px;
}

/* Search */

#search {
}

#search h2 {
    margin-bottom: 20px;
}

#s {
    width: 150px;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #F0F0F0;
}

#x {
    padding: 3px;
    background: #ECECEC url(../images/img08.gif) repeat-x left bottom;
    border: none;
    font-size: 11px;
    color: #4F4F4F;
}

#popular ul>li {
    font-size: 11px;
}



/* Catalog Menu */

#act_dir {
    font-weight: bold;
    color: #3E3E3E;
    text-decoration: none;
}

#act_sub_dir {
    font-size: 11px;
    color: #3E3E3E;
    text-decoration: none;
    margin-left: 16px;
}

#sub_dir {
    font-size: 11px;
    margin-left: 16px;
}



/* Boxes */

.box1 {
    padding: 20px;
    background: url(../images/img05.gif) no-repeat;
}

.box2 {
    color: #BABABA;
}

.box2 h2 {
    margin-bottom: 15px;
    background: url(../images/img10.gif) repeat-x left bottom;
    font-size: 16px;
    color: #FFFFFF;
}

.box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
    color: #EDEDED;
}
















/* Footer */

#footer {
    height: 150px;
    min-height: 150px;
    padding: 100px 0 0 0;
    background: #003448 url(../images/img09.gif) repeat-x;
}

html>body #footer {
    height: auto;
}

#footer .wrap {
    width: 1004px;
    margin: 0 auto;
}

#fbox1, #fbox2, #fbox3 {
    float: left;
}

#fbox1 {
    width: 310px;
}

#fbox2 {
    width: 200px;
    padding-left: 70px;
}

#fbox3 {
    width: 200px;
    padding-left: 70px;
}


.tech_table th {
    padding: 4px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #CCCCCC;
}
.tech_table td {
    padding: 4px;
    border-bottom: 1px dotted #CCCCCC;
}







/*

#content table th {
    padding: 4px 20px 4px 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dotted #CCCCCC;
}
#content table td {
    padding: 4px 20px 4px 0px;
    border-bottom: 1px dotted #CCCCCC;
}
*/

h1 {
    font-size: 28px;
    text-transform: capitalize;
}

h3 {
    font-size: 16px;
    color: #777777;
    font-variant: small-caps;
    font-weight: normal;
    padding: 25px 0px 8px 0;
}














h1#catalog-category-title {
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0px 12px 0px;
}

#catalog-category-description {
    font-size: 15px;
    color: #555555;
    padding: 2px 10px 12px 0px;

}

#catalog-category-text {
    font-size: 11px;
    color: #555555;
    padding: 2px 10px 12px 0px;

}

#catalog-category-image {
    width: 62px;
}





ul#catalog-category-list {
    list-style: none;
    padding: 4px 0px 4px 0px;
}

#catalog-category-list li {
    margin: 4px 0px 12px 0px;
}

ul#catalog-category-list div.left {
    float: left;
}

ul#catalog-category-list div.right {
     margin: 10px 0px 10px 0px;
}

ul#catalog-category-list div.right h4{
    font-size: 18px;
    font-weight: normal;
    padding: 0px 0px 12px 0px;
    text-transform: capitalize;
}




ul#catalog-category-products-list {
    list-style: none;
    padding: 12px 0px 0px 0px;
}

#catalog-category-products-list li {
    margin: 10px 0px 25px 30px;
}

ul#catalog-category-products-list div.left {
    float: left;
    margin: 0px 10px 0px 0px;
}

ul#catalog-category-products-list div.right {
    margin: 10px 0px 10px 0px;
    line-height: 130%;
}

ul#catalog-category-products-list div.right h4{
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 12px 0px;
    text-transform: capitalize;
}

h1#catalog-product-title {
    font-size: 28px;
    font-weight: normal;
    padding: 20px 0px 12px 0px;
}

#catalog-product-image {
    padding: 12px 0px 12px 0px;
}


#catalog-product-text {
    padding: 12px 0px 0px 0px;
}


#catalog-product-text th {
    padding: 4px 20px 4px 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dotted #CCCCCC;
}
#catalog-product-text td {
    padding: 4px 20px 4px 0px;
    border-bottom: 1px dotted #CCCCCC;
}

#catalog-product-pricelist {

}

#catalog-product-text table, #catalog-product-pricelist table {
    margin: 0px 0px 12px 0;
}

#catalog-product-pricelist table th {
    padding: 8px 25px 8px 0px;
    padding-left: 0px;
    font-size: 16px;
    /*
    color: #000000;
    */
    text-align: left;
    font-weight: normal;
    border-bottom: 1px dotted #CCCCCC;
}
#catalog-product-pricelist table td {
    padding: 8px 25px 8px 0px;
    font-size: 14px;
    border-bottom: 1px dotted #CCCCCC;
}

/*
.catalog-product-pricetable tr {
    background-color: #FF0000;
}
*/

#catalog-product-photo {
    clear: both;
}

#catalog-product-photo img {
    padding: 16px 16px 0px 0px;
}


#catalog-product-text ul, #catalog-product-features ul {
    list-style: none;
    margin-bottom: 10px;
}

#catalog-product-text li, #catalog-product-features li {
    margin: 8px 0px 12px 0px;
    padding-left: 14px;
    background: url(../i/bullet.gif) no-repeat -2px 2px;
}










/*
ul.catalog-menu {
    border: solid 0px;
}

ul.catalog-menu li{
    border-bottom: dotted 1px #d0d0d0;
    padding: 5px 0 8px 0;
}

ul.catalog-menu li.sel{
    font-weight:bold;
    padding-left: 15px;
    background: url(/i/menuarrow.gif) no-repeat 2px 9px;
}

ul.catalog-menu li ul{
    margin-left:-15px;
    font-size:12px;
    padding:0 15px;
    font-weight:normal;
    margin-top:5px;
    background:#f7f9fb;
}
ul.catalog-menu li ul li{
    border:0;
}
*/
