body {
	margin-top: 20px;
	background-color: #000000;
	 }



/* Complicated Header Controls */


			#header {
	font-family: arial;
	padding-top: 200px;
	float:left;
	width:800px;
	font-size: 12pt;
	line-height: normal;
	margin-bottom: 24px;
	clear: both;
	background-image: url(../images/header/Header.png);
	background-repeat: repeat-x;
	background-position: bottom;
			  }
			  
			  
			#header ul {
			  margin:0;
			  padding:10px 50px 0;
			  list-style:none;
			
			  
				  }
			#header li {
	float:left;
	margin:0;
	padding:0 0 0 7px;
	background-image: url(../images/buttons/left.png);
	background-repeat: no-repeat;
	background-position: left top;
			  }
			#header a {
	float:left;
	display:block;
	background: url("/images/buttons/right.png") no-repeat right top;
	padding:8px 12px 4px 3px;
	text-decoration:none;
	font-weight:bold;
	color: #30302D;
			  }
			/* Commented Backslash Hack
			   hides rule from IE5-Mac \*/
			#header a {float:none;
			border-bottom: none;
						}
			/* End IE5-Mac hack */
			
			#header a:hover {
	color: #D4671C;
	border-bottom: none;
			  }
			  
			#header #current {
			  background-image:url("/images/buttons/left_on.png");
			  }
			  
			#header #current a {
			  background-image:url("/images/buttons/right_on.png");
			  color:#333;
			  padding-bottom:5px;
			  }
			


	


/* Text Controls */
	 
p {
	font-family: arial;
	font-size: 16pt;
	line-height: 150%;
	color: #222222;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	}

h1 {
	font-family: arial;
	font-size: 24pt;
	line-height: 120%;
	color: #D4671C;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	}	

	
h2 {
	font-family: arial;
	font-size: 24pt;
	font-weight: normal;
	color: #444444;
	
	padding-right: 10px;
	
	padding-top: 0px;
	margin-top: 0px;
	
	padding-bottom: 8px;
	margin-bottom: 0px;


	}	


/* Link Controls */


a:link {
	color: #222222;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #444444;
	}

a:visited {
	color: #222222;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #444444;
	}

a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
	background-color: black;
	border-bottom: 1px dotted #444444;
	}



/* Structural CSS */


#wrapper {
	margin: 0px auto;
	width: 800px;
	background-repeat: repeat-y;
	background-color: #FFF;
	}


#content {
	width: 480px;
	padding-left: 50px;
	background: #ffffff;
	}
	

#right_box {
	width: 250px;
	float: right;
	}

#right_box p{
	font-size: 8pt;
	padding-bottom: 24pt;
	}

#right_box h2{
	font-size: 18pt;
	padding-top: 0px;
	margin-top: 7px;
	}


/* Link Exemption for Portfolio Page */

#right_box_portfolio {
	
	}

#right_box_portfolio a:link {
	border-bottom: 0px;
	text-decoration: none;
	}

#right_box_portfolio a:visited {
	border-bottom: 0px;
	text-decoration: none;
	}

#right_box_portfolio a:hover {
	border-bottom: 0px;
	text-decoration: none;
	background-color: white;
	}


/* Index Page Controls */


#front_page {
	clear: both;
	margin: 0px auto;
	width: 700px;
	}

#front_page h2{
	font-size: 24pt;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

#front_page h3{
	font-family: arial;
	font-weight: normal;
	color: #222222;
	font-size: 10pt;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}


#logos_design {
	width: 350px;
	height: 169px;
	background-image: url(/images/buttons/logos_design.png);
	padding-top: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}


#custom_apparel {
	width: 350px;
	height: 169px;
	background-image: url(/images/buttons/custom_apparel.png);
	padding-top: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}

#signs_decals {
	width: 350px;
	height: 169px;
	background-image: url(/images/buttons/signs_decals.png);
	padding-top: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}
	
#video_audio {
	width: 350px;
	height: 169px;
	background-image: url(/images/buttons/video_audio.png);
	padding-top: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}

/* Controls for the home page big green buttons */


#greeen_buttons {
	padding-top: 3px;
	padding-bottom: 15px;
	}
#greeen_buttons a:link {
	border-bottom: none;
	}

#greeen_buttons a:visited {
	border-bottom: none;
	}

#greeen_buttons a:hover {
	border-bottom: none;
	background-color: white;
	}
	
/* Footer Controls */


#footer {
	clear: both;
	height: 50px;
	width: 750px;
	font-family: arial;
	font-size: 12pt;
	color: white;
	
	background: black;
	clear: both;
	padding-left: 50px;
	
	padding-top: 20px;
	}
	
#footer a:link {
	color: white;
	font-weight: normal;
	}

#footer a:visited {
	color: white;
	font-weight: normal;
	}

#footer a:hover {
	color: black;
	font-weight: normal;
	background-color: white;
	}	
	

/* Special Image Controls */

	
.float_image {
	margin-top: 0px;
	border: 1px solid gray;
	margin-right: 10px;
	padding: 3px;
	margin-bottom: 0px;

	}
	
.callout {

	padding-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	background-color: white;
	border: 1px dashed gray;
	}
#portfolio div {
	height: 400px;
}
#catalogs {
	width: 760px;
	margin: 20px;
}
#paragraphsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#green_logo {
	clear: none;
	float: right;
	height: 120px;
	width: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#text_fullpage {
	margin: 20px;
	width: 700px;
	height: auto;
}

