/* styles for html tags */

body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #039;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 10px 0 6px 0;
}

h2 {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 10px 0  2px 0;
	color: #36c;
}

p {
	font-size: 14px;
	margin: 4px 0 20px 0;
	line-height: 24px;
}

input,select {
	font-size: 11px;
}

/* layout IDs */

#outer {
	width: 640px;
	margin: 10px auto;
}

#intro {
	position: relative;
	color: #000;
	background: #cc9 url(gradientBG.gif);
	padding: 0 20px 0 0;
	margin: 20px 0 25px 0;
	height: 171px;
}

	#intro img {
		position: absolute;
		top: 10px;
		left: 8px;
		margin: 0 20px 0 0;
		padding: 0;
	}

	#intro div {
		position: absolute;
		width: 400px;
		top: 10px;
		left: 200px;
		
	}
	
	#intro p {
		padding: 4px 0;
		margin: 0;
		font-size: 16px;		
	}
	
#content {
	padding: 0 20px;	
}

#footer {
	font-size: 11px;
	text-align: center;
	margin: 5px 0 15px 0;
}


/* custom classes */

.addtocart {
	font-size: 11px;
}



a, a:link, a:active, a:visited, a:hover {
	color: #36c;
}

/* */
