/*Enter Infosystems CSS Template
Author: Trevor Henry
www.mediasoldier.net / www.kojiflak.com
-- GLOBAL --*/
HTML, BODY
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif, arial, helvetica;
	font-size: 10pt;
	line-height: 1.7;
	word-spacing: 2px;
}
#container
{
	width: 100%;
	height: auto;
}
#top
{
	width: 100%;
	height: 100px;
	background: #2B2B2B;
}
#logo
{
	width: 980px;
	height: 100px;
	background: url(img/topLogo.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.noShowTitle
{
	display: none;
}
#mainbox
{
	width: 100%;
	height: 300px;
	background: #39ADEE;
	border-top: 1px solid #85CBFE;
	border-bottom: 1px solid #42B0FE;
}
#content
{
	width: 100%;
	height: inherit;
	background: #FFFFFF url(img/contentBg.gif) repeat-x;
	color: #656565;
}
#containerCol
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
#media
{
	width: 100%;
	height: 400px;
	background: #D3D3D3;
	border-top: 10px solid #ECECEC;
}
#footer
{
	height: 36px;
	background: #EBEBEB;
	border-top: 1px solid #CBCBCB;
}
#contactbar
{
	width: 980px;
	margin: 0 auto;
}
#contactColLeft
{
	float: left;
	line-height: 36px;
}
#contactColRight
{
	float: right;
	line-height: 36px;
}
/*-- MENU --*/
.menuItem
{
	float: right;
	width: 100px;
	font-size: 12pt;
	color: #BFBFBF;
	text-align: center;
	/*[empty]position:;*/
	padding-top: 52px;
}
.menuItem A
{
	color: #BEBEBE;
	text-decoration: none;
}
.menuItem A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.centre
{
	margin-left: auto;
	margin-right: auto;
}
/*-- ALLOUT --*/
#productContainer
{
	width: 100%;
	background: url(img/mainboxBg_002.jpg) no-repeat center;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#alloutBox
{
	width: 980px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#alloutBoxTitle
{
	font-size: 26pt;
	color: #FEFEFE;
	display: block;
	padding-top: 70px;
}
#alloutBoxInfo
{
	width: 600px;
	color: #020202;
}
.learnmore A
{
	font-weight: bold;
	text-decoration: none;
	color: #020202;
}
.learnmore A:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #C1E8FE;
}
/*-- COLUMNS --*/
.colTitle
{
	display: block;
	padding-bottom: 10px;
	font-size: 19pt;
	background: #ECECEC url(img/contentTitleBg.gif);
	margin-bottom: 10px;
	padding-top: 10px;
	color: #337092;
	/*[empty]text-transform:;*/
	font-family: Corbel, helvetica, arial;
	font-weight: bold;
}
.colLeft
{
	width: 300px;
	float: left;
	padding-right: 40px;
}
.colMid
{
	width: 300px;
	float: left;
	padding-right: 40px;
}
.colRight
{
	width: 300px;
	float: left;
}
.colRight2
{
	margin-top: 70px;
	float: left;
}
.listTitle
{
	display: block;
	padding-top: 5px;
	font-size: 13pt;
	background: #EDEDED;
	padding-bottom: 5px;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.colImg
{
	margin-left: 20px;
}
#containerCol UL
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
/*-- MEDIA --*/
#media
{
	width: 100%;
	height: 500px;
}
#mediaContainer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#screenshots
{
	width: 980px;
	height: auto;
}
.mediaTitle
{
	display: block;
	padding-bottom: 10px;
	font-size: 19pt;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #010101;
	/*[empty]font-style:;*/
	border-bottom: 1px solid #AFAFAF;
}
#screenshots IMG
{
	border: 4px solid #C6C6C6;
	float: left;
	margin-right: 7px;
}
#screenshots IMG:hover
{
	border: 4px solid #8C8C8C;
	float: left;
	margin-right: 7px;
}
