* {
    margin: 0;
    padding: 0;
}

a { text-decoration: none; }

ol, ul { list-style: none; }

img { border: none; vertical-align: top; }
table[Attributes Style] {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
width: 100%;
height: 20%;
border-spacing: 0px;
}
div#layout {
    margin: 20px auto;
    width: 1024px;
}
table[Attributes Style] {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
width: 100%;
height: 20%;
border-spacing: 0px;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
img[Attributes Style] {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
table {
white-space: normal;
line-height: normal;
font-weight: normal;
font-size: medium;
font-variant: normal;
font-style: normal;
color: -webkit-text;
text-align: start;
}
user agent stylesheettable {
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
a, a:link, a:active, a:visited {
color: #003c5e;
text-decoration: none;
}

div#menu {
    background: #367AEB;
	width:1024px;
    float: left;
}
div#menu ul {
    float: left;
    list-style: none;
}
 div#menu ul li {
    position: relative;
    float: left;
}
 
div#menu li a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; 
    padding: 10px 15px;
}
 
div#menu li a:hover {
    background: #70A0F1;
}
 
div#menu li ul{
    background: #70A0F1;
    position: absolute;
    display: none;
    width: 230px;
}
div#menu li ul a:hover{
    color: #FF0000;
}
 
div#menu li:hover ul{
    display: block;
}
 
div#menu ul li ul li {
    width: 100%;
}
 
div#menu li:hover > a{
    background: #70A0F1;
}
div#content {
	margin-top:5px;
	float:right;
}
div#content h2 {
	border-bottom: 1px solid;
	padding: 5px;
    font-size: 150%;
}
div#content div.newProduct {
	padding: 5px;
	clear: both;
	bottom: 10;
}
div#content div.newProduct a img {
	float:left;
    width: 240px;
	padding-right:17px;
	height: 130px;
}

div#content div.newProduct div {
	float: right;
    width: 596px;
	margin-bottom:5px;
}
div#content div.newProduct div h3 {
    color: #5870e6;
	font-size:150%;
}
div#content div.newProduct div p {
	font-size:140%;
}

div#slidebar {
    float: left;
    margin-top: -20px;
    padding: 0;
    width: 160px;
}

div#footer {
    clear: both;
}
div#footer div.fLeft {
    float: left;
    width: 340px;
}

div#footer div.fRight {
    float: right;
    width: 530px;
}
div#footer div.fRight ul {
    text-align: right;
}

div#footer div.fRight ul li {
    display: inline;
    border-right: solid 1px #333;
    padding: 0 5px;
}

div#footer div.fRight ul li.last {
    border-right: none;
	margin-top: 40px;
    padding-right: 0;
}
div#footer div.fRight p {
    text-align: right;
	margin-bottom: 10px;
}

div#footer {
    border-top: 1px solid #a3a2a3;
	padding: 10px;
    zoom: 1;
}

div#footer:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

div#pageBody {
    zoom: 1;
}

div#pageBody:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
