body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x #979797;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
}

img{
	border:none;
}

a{
	color:#0066ff;
	text-decoration:underline;
}
a:hover{
	color:#0000CC;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#98002e;
}

h2{
	font-size:18px;
	font-weight:bold;
	color:#98002e;
}


/*div structure*/
#container{
	width:850px;
	margin:0 auto;
	background:#fff;
	}
	#home-body{
		background:url(../images/home-content-bg.jpg) repeat-x bottom #faefda;
		}
		#home-content{
			background:url(../images/home-body-bg.jpg) no-repeat top left;
			width:543px;
			border-right:1px solid #98002e;
			border-bottom:1px solid #98002e;
			margin:0;
			padding:20px 20px 25px 58px;
			float:left;
		}
		/* boxes */
		#boxes{
			width:804px;
			margin-left:29px;
		}
		.homebox{
			width:193px;
			min-height:193px;
			padding:0 0 10px 1px;
			float:left;
			margin:0 0 0 5px;
			}
			.homebox p{
				font-size:11px;
				width:90px;
				float:left;
				margin:10px 5px 5px 5px;
			}
			.homebox .btn{
				font-size:12px;
				display:block;
				width:70px;
				float:left;
				text-align:center;
				margin:20px 6px 0 0;
			}
			.homebox .btn a{
				color:#fff;
				width:70px;
				text-decoration:none;
				padding:1px 5px 3px 5px;
			}
			.homebox .btn a:hover{
				color:#fff;
				width:70px;
				text-decoration:underline;
			}
			.homebox img{
				display:block;
			}
			
		#homebox-brown{
			background:url(../images/homebox-brown.gif) no-repeat bottom;
			padding-bottom:40px;
			margin:10px 0 0 10px;
			min-height:inherit;
			}
			#homebox-brown-img{
				width:186px;
				height:110px;
				border-top:1px solid #7b7552;
				border-bottom:5px solid #7b7552;
			}
			#homebox-brown-btn a{
				background:url(../images/homebox-brown-btn.jpg) repeat-x;
			}
			#homebox-brown-btn a:hover{
				background:url(../images/homebox-brown-btn-over.jpg) repeat-x;
			}
		#videobox-brown{
			background:url(../images/videobox-brown.gif) no-repeat bottom;
			padding-bottom:20px;
			margin:10px auto;
			min-height:inherit;
		}
			
		#homebox-pink{
			background:url(../images/homebox-pink.gif) no-repeat bottom;
			}
			#homebox-pink-img{
				width:186px;
				height:90px;
				border-top:1px solid #98002e;
				border-bottom:5px solid #98002e;
			}
			#homebox-pink-btn a{
				background:url(../images/homebox-pink-btn.jpg) repeat-x;
			}
			#homebox-pink-btn a:hover{
				background:url(../images/homebox-pink-btn-over.jpg) repeat-x;
			}
			
		#homebox-yellow{
			background:url(../images/homebox-yellow.gif) no-repeat bottom;
			}
			#homebox-yellow-img{
				width:186px;
				height:90px;
				border-top:1px solid #8fa140;
				border-bottom:5px solid #8fa140;
			}
			#homebox-yellow-btn a{
				background:url(../images/homebox-yellow-btn.jpg) repeat-x;
			}
			#homebox-yellow-btn a:hover{
				background:url(../images/homebox-yellow-btn-over.jpg) repeat-x;
			}
			
		#homebox-orange{
			background:url(../images/homebox-orange.gif) no-repeat bottom;
			}
			#homebox-orange-img{
				width:186px;
				height:90px;
				border-top:1px solid #df981b;
				border-bottom:5px solid #df981b;
			}
			#homebox-orange-btn a{
				background:url(../images/homebox-orange-btn.jpg) repeat-x;
			}
			#homebox-orange-btn a:hover{
				background:url(../images/homebox-orange-btn-over.jpg) repeat-x;
			}
			
		#homebox-blue{
			background:url(../images/homebox-blue.gif) no-repeat bottom;
			}
			#homebox-blue-img{
				width:186px;
				height:90px;
				border-top:1px solid #13488a;
				border-bottom:5px solid #13488a;
			}
			#homebox-blue-btn a{
				background:url(../images/homebox-blue-btn.jpg) repeat-x;
			}
			#homebox-blue-btn a:hover{
				background:url(../images/homebox-blue-btn-over.jpg) repeat-x;
			}
		#videobox-blue{
			background:url(../images/videobox-blue.gif) no-repeat bottom;
			margin:0 auto;
		}
		
	
	#footer{
		height:29px;
		background:url(../images/footer.gif) no-repeat bottom;
	}
	#footer-text{
		clear:both;
		text-align:center;
		background:#979797;
		padding:10px 0;
		}
		#footer-text p{
			padding:0;
			margin:0;
		}
		#footer-text a{
			color:#525252;
		}
		#footer-text a:hover{
			color:#000;
		}
/*end div structure*/


/*general styles*/
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

.left{
	float:left;
}
.right{
	float:right;
}

.center{
	text-align:center;
}
.right-align{
	text-align:right;
}

.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}

.heading{
	color:#98002e;
	font-size:18px;
	font-weight:bold;
}

.normal-size{
	font-size:12px;
}

.nobottom{
	margin-bottom:0px;
}

.inline{
	display:inline;
}
/*end general styles*/
