/* GREG CAULTON | COMMERCIAL COMMUNICATION */

/* Global */

body {
	margin: 0;
	padding: 0;
	font: 76.01% "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666;
}

a:link img {
	border: none;
}

a:hover img {
	border: none;
	text-decoration: none;
}

/* Links */

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

a:visited {
	color: #666;
	background-color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

a:active {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

/* Layout */

#container {
	margin: 0;
	padding: 0;
}

#header {
	background-color: #669999;
	width: 100%;
	padding: 0.8em 0 0.8em 0;
}

#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header p {
	margin: 0;
	padding: 0.3em 0 0 0;
	text-align: center;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
}

#patent {
	width: 410px;
	float: left;
	padding: 1em 0.5em 1em 0;
}

#patent-square {
	width: 400px;
	height: 400px;
	margin: 0.5em 0 0 0;
	padding: 0;
	border: #666 1px dashed;
	overflow: hidden;
}

#patent-list li {
	display: inline;
	list-style-type: none;
}

#graphic {
	width: 410px;
	float: right;
	padding: 1em 0 1em 0.5em;
}

#graphic-square {
	width: 400px;
	height: 400px;
	margin: 0.5em 0 0 0;
	padding: 0em;
	border: #666 1px dashed;
	overflow: auto;
}

#graphic-list li {
	display: inline;
	list-style-type: none;
}

#footer {
	background-color: #336666;
	padding: 0.8em 0 1.5em 0;
	clear: both;
	color: #fff;
	height: auto;
}

#footer p {
	width:525px;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
}

#footer p strong {
	font-size: 1.1em;
	font-weight: bold;
}

#footer p strong.foothead {
text-transform: uppercase;
}

#footer ul {
	width: 525px;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	list-style-type: square;
}


