/* -- Init styles -- */
/* By http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul 
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
} 

/* -- EOF: Init styles -- */

body, html
{

}

body, td, div, span, strong, h1, h2
{
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size:11px;
	line-height:1.4;
	color:white;
}

h1
{
    font-size:12px;
    font-weight:bold;
}

strong
{
	font-weight:bold;
}

div#masterCenter
{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:50%;
	margin-top:-270px;
    	margin-top:-310px;
}

a
{
color:white;
}

a:hover
{
    color:white;
    text-decoration:none;
}

div#menu {
    position:absolute;
    margin-left:300px;
    margin-top:11px;
    
}

div#menu a {
    display:block;
    float:left;
}

div.logo
{
    width:1000px;
    margin-bottom:0px;
}
div.main_bg
{
    width:1000px;    
    height:450px;    
    background-repeat:no-repeat;
}

div#page {
    position:absolute;
    margin-top:90px;
    right:75px;
    width:303px;
    height:280px;
    border-bottom:1px dotted white;
    overflow:auto;
    padding-right:12px;
/*    overflow-y:scroll; */
/*    text-align:justify; */
}


div#footer a {
    font-size:10px;
    text-decoration:none;
    text-transform:uppercase;
}

div#footer {
    text-align:right;
    position:absolute;
    margin-top:425px;
    right:80px;
    width:310px;
}


div#productby {
    text-align:right;
    position:absolute;
    margin-top:385px;
    right:75px;
    width:310px;
    
    font-size:10px;
    color:#AAA;
}



ol, ul 
{
    margin-left:20px;
    margin-top:8px;
    margin-bottom:8px;
    list-style: square;
}

li
{
    margin-left:4px;
    margin-bottom:4px;
    text-align:left;
}

table.req {
    
    width:100%;
    }

table.req td, table.req th {
    padding:3px;
    vertical-align:top;
}

table.req th {
    padding-top:4px;
}

table.req td input {
    border:1px solid #CCC;
    width:175px;
    }

div.errorMsg {
    color:#9FD0CA;
    margin-top:2px;
    }