@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family:  verdana, lucida, sans-serif;
	color:#ffffff;}

h1 { color:#DF1F52;
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:0px;
	text-align:center;}

h2 {
	font-weight:100;
	font-size:18px;
	margin-top:0px;
	padding-top:0px;
	color:#ffffff;
	text-align:center;
}

h3 {
	font-weight:bold;
	font-size:18px;
	margin-top:0px;
	padding-top:0px;
	color:#DF1F52;
	text-align:center;
}

h4 {
	font-weight:800;
	font-size:17px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#DF1F52;
	padding-left:10px;
}

a { color:#DF1F52;
	text-decoration:none;
	font-weight:bold;}
	
p { padding:10px;
	padding-top:0px;}
	
a:hover { text-decoration:underline;}	

#header {width:700px;
	margin-right:auto;
	margin-left:auto;}
	
#navigation {width:650px;
	margin-right:auto;
	margin-left:auto;
	height: 30px;
	color:#DF1F52;}

		#navcontainer ul {border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;}
		
		#navcontainer ul li {display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;}
		
		#navcontainer ul li a {background: #45b748;
			width: 108px;
			height: 30px;
			border-top: 0px solid #45b748;
			border-left: 0px solid #45b748;
			border-bottom: 1px solid #DF1F52;
			border-right: 0px solid #45b748;
			padding: 5 0 0 0;
			margin: 0 0 0 0;
			color: #ffffff;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 18px verdana, lucida, sans-serif;}
		
		#navcontainer ul li a:hover {color: #ffffff;
			background: #DF1F52;}
		
		body#home a#homenav,
		body#aboutus a#aboutusnav,
		body#services a#servicesnav,
		body#products a#productsnav,
		body#location a#locationnav,
		body#contactus a#contactusnav {
			color: #000000;
			background: #DF1F52;
			border-top: 0px solid #660000;
			border-left: 0px solid #660000;
			border-bottom: 0px solid #660000;}



#content {
	background-image:url(title.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:699px;
	margin-right:auto;
	margin-left:auto;
	border:solid #DF1F52;


}

#leftcontent { padding: 0px 0px 0px 0px;
				width: 1px;
				float:left;
				}

#centercontent { padding: 0px 5px 0px 5px;
	height:100%;
	width: 451px;
	float: left;
	
}

#rightcontent {padding: 0px 5px 0px 5px;
	margin: 5px;
	width: 212px;
	float:right;
}



#footer {
	clear:both;
	margin-top: 0px;
	font-size:12px;
	line-height:2em;
	width:703px;
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #DF1F52;}
	
img {border: 1px solid #DF1F52;}	

.pink {color:#DF1F52;
	font-weight:bold;}
	
ul strong {color:#DF1F52;}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 6px 6px 6px 10px; 
}

