﻿@charset "utf-8";

/* CSS Document */

body{

margin:0px;

padding:0px;

background-image:url(images/background-page.jpg);

background-repeat:repeat-x;

background-color:#FFFFFF;

}

#content-background{

width:808px;

min-height:300px;

background-image:url(images/background-content-gray.png);

background-repeat:repeat-y;

margin-left:auto;

margin-right:auto;

padding-top:10px;

padding-bottom:10px;

}

#content{

width:700px;

margin-left:auto;

margin-right:auto;

}

#contentSecondary{

width:450px;

margin-left:auto;

margin-right:auto;

padding-top:20px;

}

#contentProducts{

width:600px;

margin-left:auto;

margin-right:auto;

padding-top:20px;

}

.bodyCopy{

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#666666;

line-height:24px;

}

.bodyCopy a:active,

.bodyCopy a:link,

.bodyCopy a:visited {

font-family:Arial, Helvetica, sans-serif;

color:#333333;

}

.bodyCopy a:hover {

text-decoration:underline;

}



#footer{

width:808px;

height:40px;

background-image:url(images/footer.png);

background-repeat:repeat-y;

margin-left:auto;

margin-right:auto;

}

#header{

width:808px;

height:304px;

background-image:url(images/header.png);

background-repeat:no-repeat;

margin-left:auto;

margin-right:auto;

margin-top:50px;

}

h1{

font-family:Arial, Helvetica, sans-serif;

font-size:18px;

font-weight: bold;

text-transform:uppercase;

color:#666666;

padding-bottom:0px;

margin-bottom:0px;

letter-spacing:1px;

}

h2,

h2 a:active,

h2 a:link,

h2 a:hover,

h2 a:visited {

font-family:Arial, Helvetica, sans-serif;

font-size:16px;

font-weight: bold;

text-transform:uppercase;

color:#666666;

padding-bottom:0px;

margin-bottom:0px;

letter-spacing:1px;

text-decoration:none;

}

h3,

h3 a:active,

h3 a:link,

h3 a:visited {

font-family:Arial, Helvetica, sans-serif;

font-size:15px;

text-transform:uppercase;

color:#666666;

margin-top:5px;

margin-bottom:0px;

padding:0px;

line-height: 18px;

letter-spacing:1px;

text-decoration:none;



}

h4, h5, h6

h4 a:active,

h4 a:link,

h4 a:hover,

h4 a:visited {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

font-weight: bold;

text-transform: capitalize;

color: #666666;

margin-top:5px;

margin-bottom:18px;

padding:0px;

line-height: 18px;

text-decoration:none;



}

.bodyImageLeft{

float:left;

margin-right:20px;

}

#navigation-PRIMARY{

background-color:#636363;

float:right;

text-align:left;

padding-top:2px;

padding-bottom:2px;

padding-left:0px;

padding-right:10px;

margin-right:4px;
}

.priNav,

.priNav ul,

.priNav li  {

color:#FFFFFF;

font-family:Arial, Helvetica, sans-serif;

font-size:14px;

font-weight:bold;

letter-spacing:1px;

text-decoration:none;

text-transform:uppercase;

list-style: none;

display:inline;

padding-left:10px;

padding-right:10px;

}

.priNav a:active,

.priNav a:link,

.priNav a:hover,

.priNav a:visited {

color:#FFFFFF;

font-weight:bold;

text-decoration:none;

text-transform:uppercase;

list-style:none;

display:inline;

}


