/* CSS Document */
a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}

a:active {
	text-decoration: none;
	color: #0066CC;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.7em;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

body {
	background-color: #FFFFFF;
	background-color: #5C6883;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#page {
	width: 640px;
	height: 100%;
	background-color: #FFFFFF;
	border: thin;
	/*border-color: #000000;
	border-style: solid;*/
}

#header {
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_image.jpg);
	background-repeat:repeat-x;
	border: #000000 solid 2px;
}

#main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*background-color: white;
	background-color: #FFFFFF;*/
	background-color: #5C6883;
	/*background-image: url(images/dotted-lines.gif);*/
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 15px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#sidebar-wrapper {
	float: left;
	width: 160px;
	height: 100%;
}

#sidebar-left {
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
}

#menu p {
	padding: 0px;
	margin: 5px;
}


#content-wrapper {
	float: left;
	width: 640px;
	height: 100%;
}

#sidebar-right {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 9px;
}

/* Product feed START */
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	/*text-align: center;*/
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 2px;
	/*text-align: center;*/
}

.cell {
	vertical-align: top;
	background-color:#F0F0F0;
	border-color: #666666;
	border-style: solid;
	border-width: thin;
	width: 175px;
	padding: 5px;
}

.imageDiv {
	text-align: center;
	vertical-align: top;
	width: inherit;
}

.image{
	max-width: 175px;
}

.name{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Product feed END */

/* menu */
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    background: #666;
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    color: #ccc;
    display: block;
    float: left;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #696;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}

div.content {
    border: #696 solid 2px;
    border-top: #696 solid 6px;
    clear: left;
    padding: 1em;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 30px;
	padding-right: 40px;
}

#menu-wrapper{
	margin-top: 20px;
	/*margin-left: 30px;
	margin-right: 30px;*/
	text-align: left;
}
