html{
text-align: center;
}

body{
background-color: #cccccc;
line-height: 1.6em;
text-align: center;
font-size: .9em;
margin: auto;
font-family: sans-serif, verdana, arial;
}

ul, li, img, body, html {
margin: 0;
padding: 0;
}

a:link, a:visited, a:active {
color: black;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: underline;
}

#container {
max-width: 1021px;
margin: auto;
}

#header {
}

#mainContent div{
overflow: hidden;
}

#mainContent {
float: right;
border: 1px solid black;
min-height:75px;
width: 920px;
}

#sidebar {
float: left;
margin-top: .3em;
}

#sidebar ul#nav li{
background-color:#cccccc;
border-bottom: 1px solid #000000;
text-align: center;
padding-right: .5em;
line-height: 1.7em;
font-size: 1.0em;
}

#sidebar ul#nav li:hover {
	border-top: 1px dotted #000000;
	background-color: #0084ff;
}

#nav li a {
text-decoration: none;
color: #000000;
}

#nav li a:hover {
text-decoration: none;
color: #ffffff;
}

#products{
text-align:center;
font-size: .9em;
}

.runtime {
font-size: .7em;
font-style: italic;
}

.title {
font-size: .8em;
font-weight: bold;
}

.title2 {
font-size: .8em;
font-weight: bold;
text-align: left;
}

#price {
text-align: left;
}

#footer {
float: center;
}