* {
	font-family: Verdana;
	
}

body {
	background-color: #5e6f75;
}

div {
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFCC99; 
}

#header {
	background-color:#455459;
}

#main_menu {
	display: inline-block;
	line-height: 25px;
	font-weight: bold;
	font-size: 11px;
	background-color: #eaeaea;	
	width: 785px;
	padding-left: 15px;
	border-bottom: 1px solid #222;
}

#main_menu a {
	color: #424547;
	text-decoration: none;
}

#main {
	background-color: #fff;	
}

#main_top {
	padding: 20px;
	padding-top: 15px;
}	

#main_top h2 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

#product_name {
	display: inline-block;
}

#top_buttons {
	display: inline-block;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
}

#screenshot {
	padding-left: 0px;	
}

#footer, #three_table_out {
	color: #fff;
	background-color:#1e2325;
}

#footer {
	height: 50px;
}

#footer a  {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#description {
	margin-bottom: -10px;
}

#three_table_out {
	border-bottom: 1px solid white;
}

#three_table {
	width:800px;
}

#three_table td {
	padding: 0px 20px;
}

#three_table h3 {
	font-weight: normal;
	padding: 0px;
	margin: 5px;
	text-align: center;
}

#buttons {
	margin: 0 0 -15px -45px;
}

#buttons li{
list-style: none;
display: inline-block;
	margin: 0 0 -15px 0;
}

#buy {
background-image: url(../images/buy_active.gif);
background-repeat: no-repeat;
height: 75px;
width: 170px;
}


#buy a {
background-image: url(../images/buy_plain.gif);
background-repeat: no-repeat;
height:75px;
width: 170px;
display: block;
}

#buy a:hover {
background: none;
}

#try {
background-image: url(../images/try_active.gif);
background-repeat: no-repeat;
height: 75px;
width: 170px;
}


#try a {
background-image: url(../images/try_plain.gif);
background-repeat: no-repeat;
height:75px;
width: 170px;
display: block;
}

#try a:hover {
background: none;
}
