@charset "UTF-8";
/* CSS Document */

.container{
	width: 100%;
	padding-top:15px;
	
	
}

.innercontainer{
	position:relative; 
	width:800px; 
	margin:auto;
	text-align: left;
	border:none;
}


body {
	background-image: url(images/stripewhite.png);
	font-family:Verdana, Geneva, sans-serif;
	
	}
	



#header{
	width:800px;
	height:120px;
	background-color:#3366CC;
	
}


#header p{
	font-size:12px;
	text-align: right;
	padding:10px;

	color:#000;

}

a:link{
	text-decoration:none;
	color:#3366cc;
}
a:hover{
	color:#666;}

a:visited{
	color:#3366cc;}



h1{font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#cccc33;
padding-top:20px;}


h2{font-family:Verdana, Geneva, sans-serif;
font-size:13px;
color:#006699;}


hr{border:1px solid #cccc33;}

#maincontent{
	width:800px;
	
}

#menu{
	width:800px;
	height:20px;
	padding:30px  0px;
}

#menu ul{
	
	font-family:Verdana, Arial, sans-serif;
	text-transform:uppercase;
	font-size:12px;
padding: 6px 0 7px 0;
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

#menu ul li{display: inline;}

#menu ul li a{
padding: 6px 3px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
color:#000;
}

#menu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom: solid 1.5px #0099cc; /*bottom border is 3px*/
}

#box1{
	width:391.5px;
	height:188px;
	float:left;
	margin-right:13px;
	border:solid 1px #cccc33;
	background-color:#CCC;
	background-image:url(images/posterprinting.jpg);
	background-repeat:no-repeat;
}

#box1 p{padding:10px;
}

	
	#box2{
	width:391.5px;
	height:188px;
	float:left;
	margin-bottom:13px;
	border:solid 1px #cccc33;
	background-color:#CCC;
	background-image:url(images/rollup.jpg);
	background-repeat:no-repeat;
	
}

#box2 p{padding:10px;
}

#box3{
	width:391px;
	height:188px;
	float:left;
	margin-right:13px;
	border:solid 1px #cccc33;
	background-color:#CCC;
	background-image:url(images/popupbox.jpg);
	background-repeat:no-repeat;
}

#box3 p{padding:10px;
}

#box4{
	width:391px;
	height:188px;
	float:left;
	margin-bottom:13px;
	border:solid 1px #cccc33;
	background-color:#CCC;
	background-image:url(images/outdoorsigns.jpg);
	background-repeat:no-repeat;

}

#box4 p{padding:10px;
}

#footer{
	width:800px;
	height:50px;
	background-color:#3366CC;
	clear:both;
}

#footer p{
	font-size:12px;
	text-align: center;
	padding:10px;
	color:#FFF;
}

#footer a:link{
	color:#FFF;
}