*
{
	border: none;
	outline: none;
}

body
{
	color: #333333;
	font-family: verdana, arial, sans-serif;
	/*font-size: 12px;
	line-height: 1.6em;*/
}

ul
{
	margin-top: 0;
	margin-bottom: 20px;
}

hr
{
	height: 1px;
	border: 0 none;
	margin: 0 0 20px 0;
	clear: both;
	background-color: #dddddd;
}

hr.thick
{
	height: 2px;
}

input, textarea, select
{
	color: #464748 !important;
	padding: 3px 6px !important;
	border: solid 1px #D7D7D7 !important;
}
input:hover, textarea:hover, select:hover { border: solid 1px #888866 !important; }

.center
{
	margin: 0 auto;
}

.text-small
{
	font-size: 10px;
}

#header
{
	width: 940px;
	height: 130px;
	display: block;
	padding: 0;
	margin: 0 auto 20px auto;
}

#header .logo
{
	width: 340px;
	height: 130px;
	float: left;
	display: inline;
}

#header .logo a
{
	width: 170px;
	height: 100px;
	display: block;
	background: url(http://batchphoto.com/image/template/logo-bp-small.png) repeat scroll 0 0 transparent;
	margin: 15px;
}

#header .menu
{
	width: 600px;
	height: 130px;
	float: right;
	display: inline;
}

#header .menu ul
{
	width: 500px;
	height: 40px;
	float: right;
	padding: 0px;
	margin: 45px auto;
}

#header .menu ul li
{
	float: left;
	list-style: none;
}

#header .menu ul li a
{
	width: 100px;
	height: 40px;
	display: block;
	background: url(http://batchphoto.com/image/template/menu.png) repeat scroll 0 0 transparent;
}

#header .menu ul li.home a
{
	background-position: 0 0;
}

#header .menu ul li.home a:hover
{
	background-position: 0 -40px;
}

#header .menu ul li.home a.selected
{
	background-position: 0 -80px !important;
}

#header .menu ul li.download a
{
	background-position: -100px 0;
}

#header .menu ul li.download a:hover
{
	background-position: -100px -40px;
}

#header .menu ul li.download a.selected
{
	background-position: -100px -80px;
}

#header .menu ul li.purchase a
{
	background-position: -200px 0;
}

#header .menu ul li.purchase a:hover
{
	background-position: -200px -40px;
}

#header .menu ul li.purchase a.selected
{
	background-position: -200px -80px;
}

#header .menu ul li.support a
{
	background-position: -300px 0;
}

#header .menu ul li.support a:hover
{
	background-position: -300px -40px;
}

#header .menu ul li.support a.selected
{
	background-position: -300px -80px;
}

#header .menu ul li.company a
{
	background-position: -400px 0;
}

#header .menu ul li.company a:hover
{
	background-position: -400px -40px;
}

#header .menu ul li.company a.selected
{
	background-position: -400px -80px;
}

#content
{
	width: 940px;
	display: block;
	margin: 0 auto;
}

#content .banner
{
	width: 940px;
	height: 300px;
	display: block;
	background-color: transparent;
	background-image: url(http://batchphoto.com/image/template/banner-simple.png);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#content .banner .text
{
	width: 500px;
	height: 170px;
	font-family: verdana, arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 1.6em !important;
	display: block;
	padding: 50px 270px 0px 40px;
	margin-bottom: 40px;
	z-index: 2;
}

#content .banner .text h1
{
	color: #FFFFFF;
	font-family: arial;
	font-size: 24px;
	text-shadow: 0 -1px 0 #666666;
}

#content .banner .text p
{
	color: #EEEEEE;
	font-size: 13px;
	text-align: justify;
}

#content .banner .text ul
{
	color: #EEEEEE;
}

#content .banner .tabs-placeholder
{
	display: block;
	position: relative;
	height: 40px;
	padding: 0 0 0 40px;
	margin: 0;
}

#content .banner .overlay-bp-boxshot
{
	position: relative;
	display: block;
	z-index: 1;

	left: 698px;
	top: -310px;
	width: 192px;
	height: 350px;
	background-image: url(http://batchphoto.com/image/template/boxshot-bp.png);
}

.container
{
	width: 940px;
	height: 100%;
	margin-bottom: 40px;
}

.container .slot-forum
{
	width: 100%;
	min-height: 530px;
	height: 100% !important;
	display: block;
}

#footer
{
	display: block;
	width: 940px;
	margin: 0 auto;

	font-family: verdana, arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 1.6em !important;

	height: 1px;
	border: 0 none;
	clear: both;
	background-color: #D4D4D4;
}
#footer .links
{
	display: block !important;
	text-align: center !important;
	padding: 10px !important;
}
#footer .links a
{
	font-size: 10px !important;
	color: #6699FF !important;
	text-decoration: none !important;
	margin-right: 20px !important;
}
#footer .links a:hover
{
	text-decoration: underline !important;
}

#footer .copyright
{
	display: block;
	text-align: center;
	padding: 10px;
}
#footer .copyright p
{
	font-size: 10px;
	margin: 0;
}

#keywords { padding-left: 20px !important; }
