@charset "utf-8";
/* CSS Document */
/*=============================================================================================*/
/*----------------------------------*/
/* Reset Elements */
/*----------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, span, blockquote,
pre, form, fieldset, table, th, td 
{ 
	margin:0px; 
	padding:0px; 
}
/*=============================================================================================*/
/*----------------------------------*/
/* Basic Elements */
/*----------------------------------*/
html, body, p
{

	font-family:Arial;
	font-size:13px;
	color:#000;
}
body
{
	background:#fff;
	margin:0px;
}
a, a:link, a:active, a:hover, a:visited, a:focus
{
	color:#fff;
	cursor:pointer;
	cursor:hand;
	padding:0px;
	margin:0px;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
a:focus
{
	outline:none;
}
ul, li, dl, dt, dd 

{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
div.wrapper
{
	width:880px;
	margin: 0 auto;	
}
h1
{
	font-size:28px;
	color:#1E2D4D;
}
p
{
	margin:15px 0 0 0;
}
/*=============================================================================================*/
/*----------------------------------*/
/* Header Elements */
/*----------------------------------*/
div.header
{
	width:100%;
	height:71px;
	background:url(images/header_bgr.png) 0px 0px repeat-x;
}
div.header .logo
{
	width:305px;
	height:36px;
	position:relative;
	float:left;
	margin:14px 0 0 0;
}
div.header .buttons
{
	float:right;
	line-height:25px;	
}
div.buttons ul
{
	float:left;
	margin:17px 0 0 0;
}
div.buttons ul li
{
	display:inline;
	float:left;
	margin:0 25px 0 0;
}
div.buttons ul.register_list li
{
	margin:0;
}
a.login:link
{
	float:left;
}
a.register:link,
a.register:active,
a.register:visited
{
	display:block;
	background:url(images/button.gif) 0px 0px no-repeat;
	width:100px;
	height:28px;	
	color:#000;
	text-align:center;
	margin:0 0 0 32px;	
}
a.register:hover
{
	text-decoration:none;
}

a.current
{
	text-decoration:underline;	
}

.img_header
{
	float:left;
	display:block;
	margin:15px 25px 0 0;
}
/*=============================================================================================*/
/*----------------------------------*/
/* Flash Elements */
/*----------------------------------*/
div.flashContainer
{
	width:100%;
	height:315px;
	background:#fff;
}
div.flashContainer #flash
{
	width:880px;
	height:285px;
	margin:15px auto;
}
/*=============================================================================================*/
/*----------------------------------*/
/* Content Elements */
/*----------------------------------*/
.contentList ul,li
{
	list-style-type: disc;
}

.contentList li
{
	margin:5px 0 0 15px;
}

a.subscribe,a.subscribe:link, a.subscribe:active, a.subscribe:hover, a.subscribe:visited, a.subscribe:focus
{
	color:#1E2C4C;
        text-decoration:underline;
        font-weight:bold;
}

a.subscribe:hover
{
	text-decoration:none;
}

div.content
{
	width:100%;
	min-height:100px;
	background:#FFF url(images/content_bgr.png) repeat-x;
}

div.textHolder
{
       float:left;
       position:relative;
       margin:40px 0 0 0;
}
div.content .leftText
{
	width: 420px;
	position:relative;
	float:left;
	text-align:left;
}
div.leftList
{
        width:200px;
        float:left;
        position:relative;
}
div.content .rightText
{
	width: 420px;
	display:inline;
	position:relative;
	float:left;	
	margin:0 0 0 40px;
	text-align:left;
}

div.rightList
{
        width:200px;
        float:left;
        position:relative;
        margin:0 0 0 20px;
}
div.content .screenInfo
{
	width:280px;
	position:relative;
	float:left;
	margin:30px 15px 0 0;
}
div.content .lastScreenInfo
{
	width:280px;
	position:relative;
	float:left;
	margin:30px 0 0 0;	
}
div.screenInfo p,
div.lastScreenInfo p
{
	margin:5px 0 0 0;
	text-align:center;
}
div.content .screenShot
{
	height:225px;	
	background:url(images/screen_bgr.png) 0px 0px repeat;
	border:solid 1px #B8CBDC;	
}
div.screenShot img
{
	margin:12px;
}
/*=============================================================================================*/
/*----------------------------------*/
/* Footer Elements */
/*----------------------------------*/
div.footer
{
	width:100%;
	height:60px;
	position:relative;
	float:left;
	background:#20385B url(images/bottom_bgr.png) 0px 0px repeat-x;
	margin:30px 0 0 0;		
}
div.footer p
{
	color:#fff;
        margin:25px 0 0 0;
}

div.footer .leftFooter
{
	position:relative;
	float:left;
	width:430px;
	text-align:left;
}
div.footer .rightFooter
{
	position:relative;
	float:right;
	width:430px;
	text-align:right;
}
div.rightFooter ul
{
	margin:25px 0 0 0;	
}

div.rightFooter ul li
{
	display:inline;
	margin:0 0 0 30px;
}
LABEL,
.label { float:left; width: 100px }
