/*
Theme Name: 
Theme URI: http://.com/
Description: 
Version: 1.0
Author: 
Author URI: http://.com/

*/

body {
	background: url(images/bg.gif) repeat-x top left #111213;
	color: #000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

a,
a:link,
a:visited {
	color: #c81328;
	text-decoration: underline;
}
a:hover {
	color: #333;
}

/* *** global *** */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
}

/* *** header *** */
#header {
	background: url(images/header.gif) no-repeat -15px 0 #1a1e26;
	height: 133px;
	margin: 0 auto;
	width: 719px;
}
	#header h1 {
		background: url(images/logo.gif) no-repeat center center;
		float: left;
		height: 69px;
		margin: 34px 0 0 17px;
		width: 198px;
	}
		#header h1 a {
			display: block;
			height: 69px;
			text-indent: -9999px; outline: none;
		}

/* *** wrapper *** */
#wrapper {
	background: #FFF;
	font-family: arial;
	margin: 0 auto;
	width: 719px;
}
#content {
	padding: 20px;
}

	/* *** top right *** */
	#right {
		float: right;
		margin-bottom: 15px;
		width: 403px;
	}
		#right h1 {
			font-size: 48px;
			padding: 10px 0 8px 15px;
		}
			#right h1 strong {
				color: #df251f;
			}
		#intro {
			line-height: 150%;
			margin-bottom: 17px;
		}
		#buy {
			background: url(images/buy_hover.gif) no-repeat center center #66873d;
			display: block;
			height: 62px;
			margin: 0 auto;
			margin-bottom: 6px;
			text-indent: -9999px; outline: none;
			width: 221px;
		}
			#buy:hover {
				background: url(images/buy.gif) no-repeat center center #c02924;
			}
		#price {
			font-size: 14px;
			line-height: 180%;
			text-align: center;
		}
			#price strong {
				font-size: 20px;
				font-weight: normal;
			}
			#price strong em {
				color: #df251f;
				font-size: 11px;
				font-weight: normal;
			}
			#price strong span {
				color: #df251f;
				font-size: 28px;
				font-weight: bold;
			}
	
		/* *** reviews *** */
		#reviews {
			color: #747474;
			float: right;
			margin-left: 20px;
			text-align: center;
			width: 131px;
		}
			#reviews p {
				line-height: 150%;
				margin-bottom: 15px;
			}
			#reviews img {
				display: block;
				margin-bottom: 12px;
			}
			
	/* *** top left *** */
	#left {
		float: left;
		font-size: 14px;
		width: 250px;
	}
		#left img {
			display: block;
			margin-bottom: 12px;
		}
		#left ul {
			background: url(images/platforms.gif) no-repeat center center;
			height: 76px;
			margin-top: 10px;
		}
			#left li {
				display: none;
			}
			
	/* *** screenshots *** */
	#screenshots {
		border-bottom: 1px solid #c2c2c2;
		clear: both;
		font-size: 1px; line-height: 1px;
		margin: 20px 0;
		padding-bottom: 20px;
		text-align: center;
	}
		#screenshots a {
			margin: 0 5px;
		}
		#screenshots img {
			border: 2px solid #222;
		}
		
	/* *** features *** */
	#features {
		font-size: 14px;
	}
	#features h3 {
		margin-bottom: 5px;
	}
	#features ul {
		padding: 15px;
		width: 45%;
	}
	#features li {
		background: url(images/tick.gif) no-repeat top left;
		margin-bottom: 15px;
		min-height: 22px;
		padding-left: 35px;
	}
		* html #features li {
			height: 22px;
		}
		
	/* *** buy form *** */
	#form {
		text-align: center;
		margin-bottom: 10px;
	}
		#form select {
			font: normal 12px verdana;
			margin-bottom: 20px;
			width: 150px;
		}
		#form .go {
			background: url(images/buy2.gif) no-repeat center center #66873d;
			border: 0;
			cursor: pointer;
			height: 50px;
			width: 177px;
		}
		#form .go:hover {
			background: url(images/buy2_hover.gif) no-repeat center center #c02924;
		}
			
/* *** footer *** */
#footer {
	color: #363d45;
	font-size: 11px;
	margin: 0 auto;
	padding: 20px 0;
	width: 719px;
}
	#footer a {
		color: #363d45;
		text-decoration: none;
	}
	#footer ul {
		margin-bottom: 15px;
	}
	#footer li {
		color: #191e24;
		display: inline;
		margin-right: 10px;
	}
		#footer li a {
			color: #8b96a4;
			margin-left: 8px;
		}
		#footer li a:hover {
			color: #fefefe;
		}
	#footer p {
		padding-left: 8px;
	}
	#footer span {
		float: right;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;
	}