/*
Dreamhostcodes.com stylesheet
Version: 1.0
Visit http://www.dreamhostcodes.com for promo codes to save you cash on signing up at dreahost.
*/
* {padding:0;margin:0;}
/*-------------------------------------------------------------*/

/*---layout-------*/
#container{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;}

#header{
	background-image: url(images/header.gif);
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 60px;
    background-repeat: no-repeat;
    text-align: center;
}

#menu{
margin-left: auto;
	margin-right: auto;
}

#content{

}

#content #code{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;}

#menu li{
	display: inline;
	margin-right: 10px;}
	
#menu{
	text-align: center;
	width: 500px;
	margin-top: 2px;}
	
p.centre{
	text-align: center;}
	
#disclaimer{
border-top: 1px #bfbfbf dashed;
padding-top: 5px;}
	
#disclaimer p{
color: #4e4e4e;
font-size: 0.7em;
text-align: center;}

/*---fonts----------------*/
body{
	font-family: Georgia, Verdana, Arial, serif;
	font-size: 1em;}

#header h1{
	display: none;}
	
#content h1{
	font-size: 1.4em;
	margin-top: 15px;}
	
#menu li{
	font-size: 0.8em;}

#content #code p{
	font-weight: bold;
	font-size: 2.3em;
	padding-top: 47px;
	padding-left: 116px;
	}
	
.highlight{
	background-color: #e9e5d2;
	font-weight: bold;}
	
#content ul{
	margin-bottom: 20px;}
	
small{
	font-size: 0.7em;
	font-weight: bold;}
	
#content img{
	border: 1px #716f64 dashed;
	margin-top: 10px;
	margin-bottom: 10px;}
	
.strike{
	text-decoration: line-through;}
	
/*---links-------------------*/
#menu a, #menu a:link, #menu a:visited, #content li a, #content li a:link, #content li a:visited, #content a, #content a:link, #content a:visited{
	color: #003d69;}

#menu a:hover, #content li a:hover, #content a:hover{
	color: #000000;
	background-color: #e9e5d2;}
	
#content #code{
	display: block;
	width: 359px;
	background-image: url(images/code.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	height: 110px;
	color: #a6a493;
	border: 1px #716f64 dashed;}
	
#content #code:hover{
	background-position: 0px -110px;
	color: #22221f;}
	
/*--Lists------------------*/
 #content ul{
	margin-left: 20px;}
 
 #content ul li{
	font-size: 0.8em;}
	
	
/*----Ajax Tooltip-------*/
.tooltip{
	background-color: #ebe7d3;
	position: absolute;
	width: 280px;
	border-bottom: 1px #716f64 dashed;}
	
.tooltip h2{
	font-size: 0.9em;
	padding-left: 5px;
	padding-top: 3px;
	border-bottom: 1px #716f64 dashed;
	padding-bottom: 4px;
	background-color: #d9d5c3;}
	
.tooltip h2 .hl{
	color: #003d69;}
	
.tooltip ul{
	margin-top: 5px;
	}

.tooltip li{
	margin-left: -2px;
	display: list-item;
	list-style-type: disc;
}

.tooltip li.indent{
	padding-left: 20px;
	display: list-item;
	list-style-type: none;}
	
.tooltip .close a, .tooltip .close a:visited{
	font-size: 0.8em;
	}
	
.tooltip .close a:hover{
	background-color: #716f64;}
	
.tooltip li .add{
	background-color: #bebaa9;}
 
 
 
 