
/* general */

body {
	margin:0;
	padding:0;
	background:#215974 url(../images/page_bg.gif) 0 0 repeat-x;
	font:80%/130% Arial, Helvetica, sans-serif;
	color:#000;
}
a {
	color:#338FBA;
}
a img {
	border:none;
}
img.right {
	float:right;
	margin:0 0 10px 10px;
}
img.left {
	float:left;
	margin:0 10px 10px 0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin:10px 0;
}
ul,ol {
	padding:0 0 0 1.3em;
}
h1 {
	font-weight:normal;
	font-size:170%;
	line-height:100%;
}
p.button {
	padding:2px 8px;
	background:#338FBA url(../images/arrow_bg.gif) 100% 50% no-repeat;
	color:#FFF;
}
p.button a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
div.pictureframe {
	position:relative;
	margin:10px 0;
}
div.pictureframe div.picturecaption {
	position:absolute;
	left:20px;
	top:20px;
	width:280px;
	font-weight:bold;
	font-size:108%;
	line-height:140%;
}
p.testimonialtext {
	padding:0 20px;
	font:italic 108% Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
p.testimonialauthor {
	padding:0 0 10px 0;
	font-weight:bold;
	line-height:100%;
	text-align:right;
	border-bottom:dashed 1px #B0C5CE;
}
table {
	width:100%;
	border-collapse:collapse;
}
div.clearer {
	clear:both;
	width:100%;
	height:1px;
	font-size:0;
	line-height:0;
}

/* layout */

div#page {
	position:relative;
	margin:20px auto;
	padding:20px 20px 15px 20px;
	width:860px;
	background:#FFF;
}
img#logo {
	width:225px;
	height:60px;
}
ul#topnavigation {
	margin:20px 0 10px 0;
	padding:5px 0 0 0;
	height:25px;
	background:#000;
	list-style:none;
}
ul#topnavigation li {
	float:left;
	margin:0;
	padding:0 10px;
}
ul#topnavigation li.more {
	border-right:solid 1px #333;
}
ul#topnavigation li a {
	display:block;
	margin:0;
	padding:6px 0 5px 0;
	font-weight:bold;
	font-size:85%;
	line-height:100%;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:solid 3px #000;
}
ul#topnavigation li a.active, ul#topnavigation li a:hover {
	border-bottom:solid 3px #A5B6A8;
}
div#footer {
	margin:0;
	padding:15px 0 0 0;
	font-size:85%;
	line-height:100%;
	color:#666;
	border-top:solid 1px #B0C5CE;
}
div#footer span#designers {
	float:right;
}

/* internal layout */

div#breadcrumb {
	margin:0;
	padding:0 0 10px 0;
	font-size:75%;
	line-height:100%;
	color:#666;
	border-bottom:dashed 1px #B0C5CE;
}
div#breadcrumb a {
	color:#666;
}
div#pagecontent {
	background:url(../images/wands_bg.gif) 0 100% no-repeat;
}
div#sidenavigation {
	float:left;
	margin:20px 0 160px 0;
	padding:0;
	width:200px;
	background:#FFF;
	border-top:solid 5px #338FB9;
}
ul#sidenavigation {
	float:left;
	margin:20px 0 160px 0;
	padding:0;
	width:200px;
	list-style:none;
	background:#FFF;
	border-top:solid 5px #338FB9;
}
ul#sidenavigation li {
	margin:0;
	padding:0;
	border-bottom:solid 1px #B0C5CE;
}
ul#sidenavigation li a {
	display:block;
	margin:0;
	padding:8px 5px;
	font-size:92%;
	line-height:100%;
	color:#000;
	text-decoration:none;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
ul#sidenavigation li a.active{
	font-weight:bold;
	background:#EBF0F3;
}
ul#sidenavigation li a:hover {
	background:#EBF0F3;
}
div#pagecolumn
{
	display:inline;
	float:left;
	margin:10px 0 10px 30px;
	padding:0;
	width:630px;
}

/* home */

div#homecontent {
	margin:0 0 10px 0;
	background:url(../images/columns_bg.gif) 0 0 repeat-y;
	line-height:140%;
}
div#homecontent div#hometext {
	position:absolute;
	left:40px;
	top:160px;
	width:380px;
}
div#homecontent div#hometext h1 {
	font-weight:normal;
	font-size:300%;
	line-height:100%;
}
div#homecontent div#homeimage {
	width:860px;
	height:210px;
}
div#homecontent div.homecolumn {
	display:inline;
	float:left;
	margin:0 9px 0 10px;
	width:196px;
}
div#homecontent div.homecolumn h2 {
	margin:2px 0 10px 0;
	padding:8px 0;
	background:url(../images/arrow_bg.gif) 100% 50% no-repeat;
	font-weight:normal;
	font-size:125%;
	line-height:100%;
	text-transform:uppercase;
	border-bottom:solid 2px #338FBA;
}
div#homecontent div.homecolumn h2 a {
	display:block;
	color:#000;
	text-decoration:none;
}

/* forms */

form {
	margin:10px 0;
	padding:5px;
	border:solid 1px #CCD9CD;
}
form table th, form table td {
	vertical-align:top;
	padding:4px;
}
form table th{
	font-weight:normal;
	text-align:right;
}
form h2 {
	margin:0;
	padding:5px;
	font-size:125%;
	font-weight:normal;
	background:#CCD9CD;
}
form label {
	position:relative;
	top:3px;
	padding-right:10px;
}
form tr.validationerror label, p.validationerror {
	font-weight:bold;
	color:#F00;
}
form input.txtfld, form select {
	padding:1px;
	width:400px;
	border:solid 1px #B0C5CE;
}
form textarea {
	padding:1px;
	width:400px;
	height:150px;
	border:solid 1px #B0C5CE;
	overflow:auto;
	font:100% Arial, Helvetica, sans-serif;
}

/* product summary */

div.productsummary {
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
	width:293px;
	border:solid 1px #CCD9CD;
}
div.productsummary h2 {
	margin:0;
	padding:5px;
	font-size:125%;
	font-weight:normal;
	background:#CCD9CD;
}
div.productsummary h2 a {
	text-decoration:none;
	color:#000000;
}
div.productsummary a.button {
	padding:0 20px 0 0;
	background:url(../images/arrow_small_bg.gif) 100% 50% no-repeat;
}
