/* =Initial Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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;
}
:focus {outline: 0;} /* remember to define focus styles! */
body {line-height: 1; color: black; background:white; }
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* =Layout
*/
html { min-height: 100%; margin-bottom: 1px; }

	
a:link {color: #999;}
a:visited {color: #999;}
a:hover {background-color: #ffe5cf;}
a:active {color: #999;}

#wrap {
	margin:0 auto;
	width:720px;
	background-color: #000;
	text-align: left;
    }
body {
	background:#000;
	min-width:760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;	
    }
#wrap img {
vertical-align: bottom;}

#header {
	background: #000 url(images/header.jpg) no-repeat;
	z-index: 3;
	width: 760px;
	height:86px;
	}	
#header h1 {
	text-indent: -9000px;	
  }
  
#main {
    background:#000;
	color:#fff;
    float:left;
    width:720px;
	padding:15px 19px;
    }		
#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	padding:0px 0px 10px 0px;  	
    }
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px; 
	padding: 0px;  	
    }
#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px; 
	padding:0px 0px 0px 0px;  	
    }
#main ul {
	margin-left: 30px;
	list-style-image: url('images/bullet.png');
	}
#main img.floatLeft { 
    float: left; 
    margin: 6px 10px 2px 0px; 
}
#main img.floatRight { 
    float: right; 
    margin: 4px; 
}
#intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px; 
	padding:0px 0px 10px 0px;  	
    } 
#intro h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px; 
	padding:0px 0px 10px 0px; 
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	display: inline;
	}
	
#specs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px; 
	padding:0px 0px 10px 0px;  	
    } 	
	
#specs h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px; 
	padding:0px 0px 0px 0px; 
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	}
#specs p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px; 
	padding:0px 0px 10px 0px;  	
    }	
#specs blockquote {
	margin: 0px 0px 0px 15px;
	}	
	
	
/* 
#sidebar {
    background:#333;
    float:right;
    width:250px;
	padding:15px 10px;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c89a6;
	font-weight: bold;
	line-height: 19px;
	padding:0px 0px 10px 0px;
	font-weight: bold;
    }
#sidebar p {
    font-family: Arial, Helvetica, sans-serif;
	color:#4c89a6;
	font-size: 10px;
	line-height: 16px; 
	padding:0px 20px 15px 0px; 
    }
	
#sidebar ul {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color:#4c89a6; 
	padding:0px 20px 15px 0px; 
    }
#sidebar li {
	padding:0px 0px 15px 0px;
	line-height: 16px; 
    }
*/ 
#footer {
    background:#000;
	padding:10px 0px;
    clear:both;
    }
#footer p {
    padding:5px;
    margin:0;
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
    }

