/*----------------------------------------------------
Cascading Style Sheet

Site: Master Peace Artwork
Author: EggMan Designs http://www.eggmandesigns.co.uk
Version:  08.02
---------------------------------------------------- */

/*---Common---*/

* {
	margin:0;
	padding:0;
}

body {
	font:1em Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p {
	margin:10px 0 0 0;
}

a {
	color:#000099;
}

a:hover {
	color:#000;
	text-decoration:none;
}

/*---Main Layout---*/

#top {
	float:left;
	width:100%;
	height:180px;
	background:#000 url(../img/top_bg.png) repeat-x top left;
}

#middle {
	float:left;
	width:100%;
	background:#fff url(../img/middle.png) repeat-x bottom left;
}

#bottom {
	float:left;
	width:100%;
	height:90px;
	background:#333;
}


/*---Title---*/

#titlewrap {
	position:relative;
	margin:0 auto;
	display:block;
	width:790px;
	background:transparent;
}

#title {
	position:absolute;
	left:285px;
	margin:0 auto;
	padding-top:5px;
	width:500px;
	height:37px;
	background:url(../img/title_bg.gif) no-repeat bottom left;
}


/*Header Images*/

#header {
	float:left;
	display:block;
	text-align:center;
	margin-left:-10px;
	margin-bottom:-3px;
	width:779px;
	height:120px;
	background:transparent url(../img/header.png) no-repeat top left;
}


/*---Navigation---*/

#navbar {
	margin-top:3px;
	width:100%;
	background:#101040;
	float:left;
}

#top ul {
	width:650px;
	margin:0 auto;
	height:50px;
	background:#101040;
	list-style:none;
}

#top ul li {
	float:left;
}

#top ul a {
	display:block;
	margin-top:10px;
	padding:0 1em;
	line-height:2.1em;
	font:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#fff;
	text-decoration:none;
}

#top ul a:hover {
	text-decoration:underline;
}


/*---Content---*/

#wrapper {
	margin:0 auto;
	display:block;
	width:780px;
	min-height:600px;
	background:transparent;
}

#main {
	float:right;
	margin:40px 0;
	width:500px;
	background:#e3e6e9 url(../img/main_bottom.png) bottom left no-repeat;
	min-height:700px;
}

#main h1 {
	width:500px;
	padding:10px 0 0 20px;
	background:url(../img/main_top.png) top left no-repeat;
}

#main p, table {
	padding:0 20px;
}

#main ul {margin:10px 40px}


/*---Sidebar---*/

#topbox {
	float:left;
	margin:40px 0 0 0;
	width:250px;
	background:#e3e6e9 url(../img/column_bottom.png) bottom left no-repeat;
}

#topbox h4 {
	width:250px;
	padding:10px 0 0 20px;
	background:url(../img/column_top.png) top left no-repeat;
}

#topbox p {
	padding:0 10px;
}

#rod {
	float:left;
	margin:15px 0 0 0;
	padding:15px 0;
	width:250px;
	height:250px;
	background:url(../img/rod.gif) center no-repeat;
	border-top:#101040 2px dashed;
	border-bottom:#101040 2px dashed;
}

#bottombox {
	float:left;
	margin:15px 0 0 0;
	width:250px;
	background:transparent;
	text-align:right;
}


/*---Footer---*/

#footer {
	margin:10px auto;
	width:780px;
	display:block;
	border-left:#fff thin dashed;
	border-right:#fff thin dashed;
	color:#fff;
	text-align:center;
	font-size:12px;
}

#footer a {
	color:#CCCCCC;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
	background-color:#222;
}


/*---Pricing Table---*/

table {
	margin:10px 0 0 0;
}

table tr .underline {
	border-bottom:#000 solid;
}
