/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	text-align:justify;
	background:#464646 url('/images/background.jpg') repeat-x top center;
}

div#site {
	width:780px;
	height:780px;
	margin:5px auto;
}

img#top {
	position:relative;
	left:23px;
	margin-top:120px;
}

p#menu {
	float:left;
	width:160px;
	margin-top:15px;
	position:relative;
	left:30px;
}

p#menu a {
	display:block;
	width:144px;
	height:25px;
	color:#fff;
	background: url('/images/butt-norm.jpg') top left;
	text-decoration:none;
	font-size:11px;
	line-height:13px;
	padding:11px 0 0 11px;
	margin-bottom:4px;
}

p#menu a:hover { background: url('/images/butt-over.jpg') top left; }

p#menu a.over { background: url('/images/butt-over.jpg') top left; }

div#content {
	width:540px;
	float:right;
	position:relative;
	right:23px;
	margin-top:15px;
}

div#content a { color: #fff; }
div#content a:hover { color: #314c69; }

div#content h1 {
	font-size:19px;
	line-height:21px;
	margin-bottom:8px;
	color:#fff;
}

div#content h2 {
	font-size:17px;
	line-height:19px;
	margin-bottom:8px;
	color:#fff;
}

div#content h3 {
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
	color:#fff;
}

div#content p {
	font-size:12px;
	line-height:14px;
	margin-bottom:8px;
	color:#fff;
}

div#contactright { float:right; }

div#bottom {
	width:694px;
	padding:10px 20px 10px 20px;
	margin:10px auto 0 auto;
	background: #464646 url('/images/bottom-line.jpg') no-repeat top center;
}

div#bottom p {
	font-size:10px;
	line-height:12px;
	color:#fff;
}

div#bottom p a { color:#fff; text-decoration:none; }
div#bottom p a:hover { color:#314c69; }

div#bottom p.left { float:left; }
div#bottom p.right { float:right; }

table.clients { border-top:1px solid #fff; }

table.clients td {
	vertical-align:top;
	padding:7px 7px 7px 0;
	border-bottom:1px solid #fff;
}

img.product {
	float: right;
	margin: 0 0 14px 14px;
	border: 1px solid #000;
}

div.productinio {
	width:164px;
	height:194px;
	float: left;
	font-size:12px;
	line-height:14px;
	margin: 5px 15px 5px 0;
	padding-bottom:7px;
	text-align: center;
	background-color:#314c69;
}

div.productinio p {
	width:100px;
	background-color:#f90;
}

div.productinio img { border: 2px solid #314c69; }

div#content div.productinio a { text-decoration:none; font-weight:bold; }
div#content div.productinio a:hover { color:#000; }

.alignright { text-align:right; }

div#content .bold { font-weight:bold; }
div#content .ltgrey, div#content .blue  { color: #ccc; }


/* ------ HP SAUCE STYLES ------ */

div#side {
	float:right;
	position:relative;
	right:22px;
	margin-top:20px;
	width:200px;
}

div#left {
	float:left;
	width:300px;
	padding-right:10px;
	position:relative;
}

p.center { text-align:center; }
