@charset "UTF-8";
/* CSS Document */
body {
    background-color:#fff;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#000;  
}
p, ul, ol {
    font-size: 16px;
    line-height: 20px;
    padding-bottom:5px;
}
div#contentDescription{
    font-size: 16px;
    line-height: 20px;
}
 ul li {
    padding-bottom:5px;
    list-style:inside disc;
}
ol li {
    padding-bottom:5px;
    list-style:inside decimal;
}
h1 {
    font-size:27px;
    color:#e54d1f;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:0.5px;
    text-align:center;
    line-height:37px;
    margin:25px 0 50px 0;
}
h1 span {
    text-transform:none;
    font-size:23px;
}
h2 {    
    color:#000;
    letter-spacing:0.5px;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:20px;
}
#productImages h2 span {
    font-size:16px;
    text-transform:none;
    letter-spacing:normal;
}
h3, #contentDescription h3 u {
    color:#007cc1;
    font-weight:600;
    margin-top:10px;
    margin-bottom:5px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing:0.5px;
}
h4 {
    color:#000;
    font-weight:600;
    margin-top:10px;
    margin-bottom:5px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing:0.5px;
}
b, strong{font-weight:600;}
i {font-style:italic;}
u, em {font-weight:600;
    color:#e54d1f;
    letter-spacing:0.5px;
    text-decoration:none;
}
p.small {
    font-size:14px;
    margin-bottom:45px;    
}
.orange {color:#e54d1f;}
.blue{color:#007cc1;}
.line{
    height:1px;
    background-color:#cccccc;
    margin:0 25px 40px 25px;
    width:900px;
}
.content .line{
    height:1px;
    background-color:#cccccc;
    margin:0 0 40px 0;
    width:900px;
}
a.mailLink {
    color:#e54d1f;
    text-decoration:none;
}
a.mailLink:hover {
    text-decoration:none;
    color:#007cc1;
}
.clear {	clear:both;}
.shopWrapper {
    margin: 0 auto;
	/*max-width:1132px;*/
    background-color:#dceaf8;
    width:auto;
    padding-bottom:50px;
}
.wrapper{
	margin: 0 auto;
	max-width:950px;
    width:auto;
    background-color:#fff;
}
header {
    position:relative;
	width:auto;
	margin: 0 auto 0 auto;
    background-color:#fff;
}
#logo {
    position:absolute;
    z-index:10;
    top:25px;
    left:50px;
}
.content, header div, footer div {
    width:900px;
    margin:0 auto 0 auto;
}
article, aside {
    margin-bottom:50px;
}
#productDescription {
    width:625px;
    margin-right:25px;
    float:left;
    padding-right:25px;
}
#contact {
    width:200px;
    margin-right:25px;
    float:right;
    position:relative;
}
#products_s {
    float:left;
}
.pic_xl {
    width:648px;
    height:486px;
    border:solid 1px #cccccc;
    float:left;
    margin-right:25px;
    text-align:center;
    overflow:hidden;
    vertical-align:middle;
}
.pic_s {
    width:98px;
    height:76px;
    float:left;
    margin:0 24px 25px 0;
    border:solid 1px #cccccc;
    overflow:hidden;
}
.pic_s.last {
    margin-right:0px;
}
.pic_s img {
    margin-top:3px;
}
footer {
    position:relative;
    width:auto;
    margin: 0 auto 0 auto;  
    background-color:#fff;
    height:264px;      
}
.box_s {
    width:200px;
    margin-right:25px;
    float:left;
 }
 img.icons {
    margin-right: 7px;
    position: relative;
    top: 5px; 
}



