body {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin : 0px;
padding : 0px;
background : #fffff0;
line-height : 1.7em;
}
			/*TOP BANNER*/
#header {
height : 188px;
margin-top : 0px;
padding : 0px;
background : #8bcaef url(images/banner.gif) no-repeat;
color : #555;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 14%;
margin-bottom : 1em;
padding-right : 1%;
}
#col2 {
float : left;
width : 52%;
margin-left : 2%;
margin-bottom : 1em;
border-left : 1px dashed #2e2304;
border-right : 1px dashed #2e2304;
padding-right : 2%;
padding-left : 3%;
}
#col3 {
float : left;
width : 18%;
margin-left : 1%;
margin-bottom : 1em;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0px;
padding : 0px;
list-style-type : none;
background : #fffff0;
color : #666;
}
#navcontainer li {
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: right center;
border-bottom: 1px dotted #2e2304;
list-style-type: none;
padding: 2px 30px 2px 0px;
text-align:right;
}
#navcontainer a {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: 900;
color: #2e260f;
text-decoration: none;
font-size: 12px;
}
#navcontainer a:hover {
color:#c40000;
}
.lastchild {
border-bottom: none !important;
}
#menubottom ul {
padding: 0px 0px 0px 0px;
}
#menubottom li {
float:left;
display:inline;
width:45px;
text-align:center;
}
#menubottom a {
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: bolder;
font-size:10px;
color: #6e6b53;
text-transform: uppercase;
float: left;
}
#menubottom a:hover {
color:#c40000;
}
			/*PRODUCT*/
#product {
margin: 0px 0px;
}
.product a {
border: 1px solid #6698bd;
display:inline;	
float:left;
margin: 6px 0px 6px 11px;
}
.product a:hover {
border: 1px solid #c40000;
}
.product img {
border: 6px solid #ffffff;
}
			/*FOOTER*/
#footer {
clear : both;
height : 40px;
background : #8bcaef;
border-top : 5px solid #2e260f;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : center;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
font-size : 16px;
color : #2e260f;
background : inherit;
display:inline;
font-weight:900;
}
h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-align : center;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #c40000;
background : inherit;
}
h3 {
border-bottom: 1px dashed #2e2304;
margin: 10px 0px 15px 0px;
padding: 0px 0px 10px 0px;
text-align : center;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #c40000;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
span {
font-size: 12px;
color: #007dda;
font-weight: 900;
display:inline;
margin-left:8px;
}
			/*LINKS*/
a {
text-decoration : none;
color : #007dda;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #c40000;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}
			/*FLOATING TOC*/
#content {
margin: 0px;
border: 1px solid #aaa;
}
#content #nav {
float: right;
width: 190px;
border: 1px solid #aaa;
}
