/* 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; color:#fff; }

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

img#logo {
	float:right;
	margin:16px 20px 8px 0;
}

img#topleft {
	float:left;
}

p#menu {
	background-color:#262261;
	padding-left:14px;
	width:766px;
	float:left;
}

p#menu a {
	width:111px;
	height:19px;
	display:block;
	padding:7px 0 0 14px;
	background: url('images/menu-norm.jpg') repeat-x top left;
	color:#fff;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	float:left;
	margin-right:1px;
}

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

div#content {
	background: url('images/background.jpg') no-repeat top left;
	float:left;
	height:621px;
	width:740px;
	padding:20px 20px 0px 20px;
	margin-bottom:5px;
}

div#content h1 {
	font-size:20px;
	line-height:22px;
	margin-bottom:8px;
	font-weight:normal;
}

h1.primary { color:#FAAF40; }

div#content h2 {
	font-size:14px;
	line-height:17px;
	margin-bottom:8px;
	font-weight:normal;
}

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

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

div#left { float:left; width:350px; }
div#right { float:right; width:350px; position:relative; }

#canvasbox {
	position:relative;
	top:107px;
	left:26px;
}

img.home { float:left; margin:20px 0; 	}
img.tenright { margin-right:10px; }

p#design {
	display:block;
	width:780px;
	margin:0 auto 5px auto;
	text-align:right;
	font-size:11px;
	line-height:13px;
	color:#262261;
}

p#design a { color:#262261; text-decoration:none; }
p#design a:hover { color:#FAAF40; }

a { color:#fff; }
a:hover { color:#faaf40; }

table.contact td { padding-right:10px; }

.right { text-align:right; }

table.prices { width:346px; }
.prices td { padding:5px 0 0 10px; }
div#left table.prices p { font-size:11px; line-height:13px; margin:0; font-weight:bold; }
div#left table.prices h3 { font-size:11px; line-height:13px; margin:0 0 10px 0; }
