/* Created by John Henry Muller : johnhenrymuller.com */

/*////////// COLORS \\\\\\\\\\*\
Color: #HEXHEX (usage)
Color: #HEXHEX (usage)
Color: #HEXHEX (usage)
\*\\\\\\\\\\ COLORS //////////*/

/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* Background */
body {
	background-image: url(../../../images/interface/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	color: #000000;
	}

#container {
	width: 795px;
	text-align:left;
	margin : 0px auto;
	}
#header {
	width: 419px;
	height: 170px;
	}

/* Logo */
#header h1 {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	}
	#header h1 a, #header h1 a:link, #header h1 a:active, #header h1 a:visited {
		text-indent: -9999px;
		overflow: hidden;
		width: 200px;
		height: 100px;
		background-image: url(../../../images/interface/logo.jpg);
		display: block;
		background-repeat: no-repeat;
		}

/* Layout */
#content {
	width: 419px;
	float: right;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 110%;
	color: #999999;
	padding-bottom: 20px;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
			color: #999999;
			text-decoration: none;
			}
			#footer a:hover, #footer a:visited:hover {
				color: #00FFFF;
				text-decoration: underline;
				}

/* LIST GRAPHIC NAV TEMPLATE - HORIZONTAL */
#mainnav {
	float: right;
	height: 50px;
	width: 500px;
	}
	#mainnav li {
		list-style-type: none;
		display: block;
		float: left;
		width: 100px;
		}
	#mainnav a, #mainnav a:link, #mainnav a:active, #mainnav a:visited {
		background-repeat: repeat;
		display: block;
		height: 95px;
		width: 100px;
		background-position: 0px 0px;
		text-indent: -9999px;
		overflow: hidden;
		float: left;
		}
		#mainnav a:hover, #mainnav a:visited:hover {
			background-position: 0px -95px;
			width: 100px;
			}
		#mainnav #NAVNAME a { background-image:url(../../../images/interface/navigation/NAVNAME.jpg); }
		#mainnav #NAVNAME a { background-image:url(../../../images/interface/navigation/NAVNAME.jpg); }
		#mainnav #NAVNAME a { background-image:url(../../../images/interface/navigation/NAVNAME.jpg); }
		#mainnav #NAVNAME a { background-image:url(../../../images/interface/navigation/NAVNAME.jpg); }

/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	}
	a:hover, a:visited:hover {
		color: #0000FF;
		text-decoration: none;
		}

/* Lists */
#content ul {
	margin-left: 40px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

/* Title */
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height: 18px;
	width: 100%;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #FF0000;
		text-decoration: underline;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #FFFF00;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	line-height: 18px;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #FFFF00;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #FF00FF;
			text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF00FF;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #817C61;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #9F402C;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	padding-bottom: 20px;
	}

/* Content Classes */
.floatleft { float: left; }
.floatright { float: right; }
.gap { padding-bottom: 20px; }
.nogap { padding-bottom: 0px; }
.textsmall { font-size: 9px; }
.textwhite { color: #FFFFFF; }


/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */








/* ////////// 3. Unique Content Styles Start ////////// */

/* Page Name */

/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */#gallery {
	width: 350px;
	float: left;
	margin-top: 50px;
}
#logos a, #logos a, #logos a:link, #logos a:active, #logos a:visited {
	height: 80px;
	background-position: 0px 80px;
	display: block;
	text-indent: -9999px;
	}
#helloryan a {
	width: 104px;
	background-image: url(../../images/images/ryan.gif);
	}
#johnhenrymuller a {
	width: 118px;
	background-image: url(../../images/images/johnhenrymuller.gif);
	}
#secretpenguin a {
	width: 93px;
	background-image: url(../../images/images/secretpenguin.gif);
	}
#bistodesign a {
	width: 104px;
	background-image: url(../../images/images/bisto.gif);
	}
#logos div {
	float: left;
	}
		#logos a:hover, #logos a:visited:hover {
			background-position: 0px 0px;
			}
#logos {
	width: 419px;
	}
#whoweare {
	width: 419px;
	background-image: url(../../images/images/wearenotanadvertisingagencyoradesignfirmweareagroupofcreativesthathavecometogethertosharespace.gif);
	height: 223px;
	text-indent: -9999px;
	clear: both;
	margin-bottom: 90px;
}
#tag {
	float: right;
	margin-top: 62px;
}
#logo {
	float: right;
	margin-top: 30px;
}
#logo img {
	margin-right: 25px;
}
#address {
	margin-left: 10px;
}
#address a {
	background-image: url(../../images/images/address.gif);
	height: 21px;
	width: 333px;
	display: block;
	text-indent: -9999px;
}
#famouswrap {
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 0px;
	right: 0px;
}
#famous {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
a{
outline: none;
}

:focus {
-moz-outline-style: none;
}