
* {
	margin: 0;
	padding: 0;
}
/*##################################################################
					Typography
##################################################################*/
body {
	background: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
ul {
	margin: 10px 0 10px 40px;
	list-style-type: square;
}
p {
	margin: 20px;
}
/*##################################################################
					Layout
##################################################################*/
#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
#container {
	float: left;
	text-align: left;
}
#header {
	width: 800px;
	height: 120px;
	float: left;
}
#content {
	width: 800px;
	float: left;
}
.address {
	background: url(../images/image_address.gif) no-repeat;
	width: 100%;
	height: 92px;
}
#footer {
	color: #cccccc;
	padding: 0 40px 40px 40px;
	float: left;
}
#footer ul {
	text-align: center;
}
#footer li {
		display: inline;
}
#footer a {
		text-decoration: none;
		font-size: 10px;
		color: #000099;
}
#footer a:hover {
		color: #33E6FF;
}
/*##################################################################
					Sections
##################################################################*/

#flashcontent {
	width: 100%;
	height: 400px;
	min-height: 600px;
}

#portfolio_navigation {
	width: 100%;
	float: left;
}
#portfolio_navigation ul {
	list-style-type: none;
}

#portfolio_navigation li {
	display: inline;
	float: left;
	width: 210px;
	height: 40px;
	margin: 0 20px 0px 5px;
}
	li.vehicles a {
		background-image: url(../images/menu_vehicle-graphics.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
		li.vehicles a:hover {
			background-image: url(../images/menu_hover_vehicle-graphics.gif);
			background-repeat: no-repeat;
		}
	li.cut-vinyl-banners a {
		background-image: url(../images/menu_cut-vinyl-banners.gif);
		background-repeat: no-repeat;
	}
		li.cut-vinyl-banners a:hover {
			background-image: url(../images/menu_hover_cut-vinyl-banners.gif);
			background-repeat: no-repeat;
		}
	li.exhibition-graphics a {
		background-image: url(../images/menu_exhibition-graphics.gif);
		background-repeat: no-repeat;
	}
		li.exhibition-graphics a:hover {
			background-image: url(../images/menu_hover_exhibition-graphics.gif);
			background-repeat: no-repeat;
		}
	li.builders-boards a {
		background-image: url(../images/menu_builders-boards.gif);
		background-repeat: no-repeat;
	}
		li.builders-boards a:hover {
			background-image: url(../images/menu_hover_builders-boards.gif);
			background-repeat: no-repeat;
		}
	li.shop-fronts a {
		background-image: url(../images/menu_shop-fronts.gif);
		background-repeat: no-repeat;
	}
		li.shop-fronts a:hover {
			background-image: url(../images/menu_hover_shop-fronts.gif);
			background-repeat: no-repeat;
		}
	li.floor-standing-signs a {
		background-image: url(../images/menu_floor-standing-signs.gif);
		background-repeat: no-repeat;
	}
		li.floor-standing-signs a:hover {
			background-image: url(../images/menu_hover_floor-standing-signs.gif);
			background-repeat: no-repeat;
		}
	li.vinyl-art-pictures a {
		background-image: url(../images/menu_vinyl-art-pictures.gif);
		background-repeat: no-repeat;
	}
		li.vinyl-art-pictures a:hover {
			background-image: url(../images/menu_hover_vinyl-art-pictures.gif);
			background-repeat: no-repeat;
		}
	li.large-scale-signs a {
		background-image: url(../images/menu_large-scale-signs.gif);
		background-repeat: no-repeat;
	}	
		li.large-scale-signs a:hover {
			background-image: url(../images/menu_hover_large-scale-signs.gif);
			background-repeat: no-repeat;
		}
#portfolio_navigation a {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	text-indent: -9000px;
	display: block;
	width: 210px;
	height: 40px;
}

#fun, #address {
	float: left;
	width: 350px;
}
