@charset "utf-8";
/* Reset Common Tags ---------------------------------------------------------------*/

html, body{
	margin:0;
	padding:0;
	border:0;
}

/* Set Common Tags -----------------------------------------------------------------*/

html{
	font-size:62.5%;
}

body{
	background:url('images/bg.jpg') repeat-x top #333333;
	font-family:Arial, Helvetica, sans-serif;	
	color:#333;
}

/* Set Common Classes ---------------------------------------------------------------*/

img.floatright{
	float:right;	
	margin:5px 0 5px 10px;
}

/* Wrappers --------------------------------------------------------------------------*/

#page_wrapper{
	width:730px;	
	margin:20px auto;
}
#inner_wrapper{
	float:left;
	width:730px;
	background:#eeeeee;
}
/* Header ----------------------------------------------------------------------------*/

#header{
	float:left;
	width:730px;
	height:310px;
}

/* Content ---------------------------------------------------------------------------*/

#content{
	float:left;
	width:700px;
	padding:15px;
}
	#content h1{
		font-size:1.8em
	}
	#content h2{
		font-size:1.6em;
	}
	#content p{
		font-size:1.2em;
	}
	#content ul{
		list-style-image:url(images/bullet.png);
		font-size:1.4em;
		font-weight:bold;
		margin:20px 0;
	}
		#content li{
			padding:10px 0;
		}
	#content img{
		border:1px solid #ffff00;
	}
	.formtable {
		width:100%;
	}
	.formtable td{
		width:50%;
		vertical-align:top;
	}.formtable td p{
		margin-top:0;
	}
	.formtable td.label{
		font-size:1.2em;
		font-weight:bold;
	}
	

/* Products ---------------------------------------------------------------------------*/

#products{
	float:left;
	width:700px;
	background:#eeeeee;
	padding:0 0 15px 0;
	margin:0 15px;
	border-top:1px solid #333;
}
	#products_box{
		float:left;
		width:203px;
		padding:0 15px;
	}
	#products_box img{	
		border:1px solid #ffff00;
	}
	#products_box a{
		color:#333333;
		text-decoration:none;
	}
	#products_box a:hover{
		color:#000000;
		text-decoration:underline;
	}
	
/* Footer -----------------------------------------------------------------------------*/

#footer{
	float:left;
	width:730px;
	text-align:center;
	color:#fff;
}