html, body, h1, h2, h3, h4, h5, h6, p, form, table { margin: 0px; padding: 0px; }

body {
	background: #171f5a;
	color: #000;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.clear { clear: both; }

.doclist li { margin-bottom: 1em; }

.floatright { float: right; margin: 0px 0px 5px 5px; }
.floatleft { float: left; margin: 0px 5px 5px 0px; }

table.grid td, table.grid th {
	padding: 2px;
	border: solid 1px #999;
}
	table.grid th.head2 { text-transform: uppercase; font-weight: normal; font-size: .9em; }
	table.grid .highlight  { background: #eee; }

.note { background: #eee; border: solid 1px #999; padding: 5px; }
.note2 { background: #e3e3e3; border: solid 1px #999; padding: 5px; margin-bottom: 1em; }



.tallertopmargin { margin-top: 3em; }

.textaligncenter { text-align: center; }

.thumbnail-list { margin: 0px; padding: 0px; list-style: none; }
	.thumbnail-list li { margin-bottom: 1em; clear: both;  }

.smaller { font-size: 80%; }

a:link { color: #142182; }
a:visited { color: #171f5a; }
a:active, a:hover, a:focus { color: #69156e; }

input, textarea, select { font: 1em Verdana, Arial, Helvetica, sans-serif; }

p { margin: 0px 0px 1em 0px; }

h2 {
	color: #5f0565;
	font: normal 150% Verdana, Helvetica, sans-serif;
	margin: 0px 0px 1em 0px;
}
	.tag { 
		color: #005447;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

h3 {
	color: #005447;
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px 1em 0px;
}
	.special, #content_sub h3, .note2 .special {
		color: #b1762a;
		font: normal 150% Georgia, "Times New Roman", Times, serif;
	}
	
	#content_sub h3 { color: #5f0565; font-size: 145%; margin-top: 1.3em; margin-bottom: .1em; }
	
	.note2 .special { color: #5f0565; font-size: 145%; }

h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px 1em 0px;
}

hr { background: #777; color: #777; height: 1px; border: 0px; margin: 1em 0px; }

img { border: 0px; }
	.valignmiddle { vertical-align: middle; }

table { border: 0px; margin: 0px 0px 1em 0px; padding: 0px; border-collapse: collapse; }
	th { text-align: left; }
	th, td { vertical-align: top; }

#detail {
	margin: 10px auto;
	width: 400px;
	text-align: center;
	border: solid 1px #171f5a;
	padding: 20px;
	background: #fff;
}

#wrapper {
	margin: 0px auto;
	background: url('images/base/pagebg.gif') repeat-y;
	text-align: left;
	padding: 0px 10px;
	width: 900px;
}

#header {
	position: relative;
	height: 172px;
	width: 900px;
	background: #fff url('images/base/topmenu.jpg') no-repeat top right;
}
	#header h1 {
		margin: 0px;
		padding: 0px;
	}
	
	#header h1 a {
		display: block;
		width: 270px;
		height: 91px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('images/base/logo.gif') no-repeat;
		text-indent: -99999px;
	}
	
	#locations { 
		position: absolute;
		top: 102px;
		left: 15px;
		z-index: 3;
	}
	
	#locations p, #locations ul, #locations li {
		display: inline;
		margin: 0px;
		padding: 0px;
		color: #666;
	}
		#locations a:link, #locations a:visited { color: #666; text-decoration: none; padding: 0px 0px 0px 4px;}
		#locations a:focus, #locations a:hover { color: #5f0565; text-decoration: underline; }
	
	#nav_global {
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 570px;
		height: 33px;
		position: absolute;
		top: 92px;
		right: 0px;
		z-index: 1;
	}
		#nav_global li { display: inline; }
		
		#nav_global a {
			display: block;
			position: absolute;
			top: 0px;
			height: 33px;
			background: url('images/base/topmenu.jpg') no-repeat;
			text-indent: -9999px;
		}
		
		#nav_shed a {
			width: 220px;
			left: 0px;
			background-position: 0px -92px;
		}
			#nav_shed a:hover, #nav_shed a:focus { background-position: 0px -217px; }
		
		#nav_service a {
			width: 170px;
			left: 220px;
			background-position: -220px -92px;
		}
			#nav_service a:hover, #nav_service a:focus { background-position: -220px -217px; }

		#nav_testimonials a {
			width: 120px;
			left: 390px;
			background-position: -390px -92px;
		}
			#nav_testimonials a:hover, #nav_testimonials a:focus { background-position: -390px -217px; }

		#nav_faq a {
			width: 60px;
			background-position: -510px -92px;
			left: 510px;
		}
			#nav_faq a:hover, #nav_faq a:focus { background-position: -510px -217px; }
		
	#nav_uses  {
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 638px;
		height: 47px;
		position: absolute;
		top: 125px;
		right: 0px;
		background: #005447;
	}
		#nav_uses li { display: inline; }
		
		#nav_uses a {
			display: block;
			position: absolute;
			top: 0px;
			height: 47px;
			background: url('images/base/mainmenu.gif') no-repeat;
			text-indent: -9999px;
		}
		
		#nav_use_home a {
			background-position: 0px 0px;
			width: 160px;
			left: 0px;
		}
			#nav_use_home a:hover, #nav_use_home a:focus { background-position: 0px -47px; }

		#nav_use_hobby a {
			background-position: -160px 0px;
			width: 130px;
			left: 160px;
		}
			#nav_use_hobby a:hover, #nav_use_hobby a:focus { background-position: -160px -47px; }

		#nav_use_play a {
			background-position: -290px 0px;
			width: 100px;
			left: 290px;
		}
			#nav_use_play a:hover, #nav_use_play a:focus { background-position: -290px -47px; }

		#nav_use_studio a {
			background-position: -390px 0px;
			width: 110px;
			left: 390px;
		}
			#nav_use_studio a:hover, #nav_use_studio a:focus { background-position: -390px -47px; }

		#nav_use_comm a {
			background-position: -500px 0px;
			width: 138px;
			left: 500px;
		}
			#nav_use_comm a:hover, #nav_use_comm a:focus { background-position: -500px -47px; }

	#tag {
		margin: 0px;
		padding: 0px;
		background: url('images/base/tag.gif');
		width: 262px;
		height: 47px;
		position: absolute;
		left: 0px;
		top: 125px;
		text-indent: -9999px;
	}

#content_wrapper {
	width: 900px;
	background: url('images/base/columns.gif') repeat-y;
}
	
	#breadcrumb {
		color: #767676;
		font-size: 90%;
	}
		#breadcrumb a { color: #767676; }

	#content_main {
		width: 594px;
		float: right;
		padding: 15px 20px 15px 25px;
	}
		#content_main1 {
			width: 379px;
			float: left;
			padding: 0px 15px 0px 0px;
		}
		
		#content_main2 {
			width: 200px;
			float: right;
		}
	
	#content_sub {
		width: 225px;
		float: left;
		padding: 8px 18px 15px 18px;
		color: #434343;
	}

#common_links ul, #submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	#common_links ul, #submenu {
		margin-bottom: 2em;
	}
	
	#common_links li, #submenu li {
		border-bottom: solid 1px #ccc;
	}
	
	#common_links a, #submenu a {
		display: block;
		width: 225px;
		height: auto;
		color: #005447;
		text-decoration: none;
		padding: 8px 0px;
	}
	
	#common_links a:hover, #common_links a:focus,
	#submenu a:hover, #submenu a:focus {
		background: url('images/base/menu_bullet.gif') 210px 10px no-repeat;
		color: #5f0565;
	}
	
	#common_links strong a:hover, #common_links strong a:focus,
	#submenu strong a:hover, #submenu strong a:focus {
		background: none; important!
		color: #5f0565;
	}	
	
	#common_links ul ul, #submenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#common_links ul ul li, #submenu ul li {
		border-bottom: none;
		background: url('images/base/menu_disc.gif') no-repeat -2px 3px;
	}
	
	#common_links ul ul a, #submenu ul a {
		height: auto;
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 10px;
		width: 215px;
	}
	
	#common_links ul ul a:hover, #common_links ul ul a:focus, 
	#submenu ul a:hover, #submenu ul a:focus {
		background-position: 210px 3px;
	}

#footer {
	border-top: solid 1px #828282;
	color: #656565;
	clear: both;
	background: #fff;
	padding: 10px 18px;
}
	#footer a { color: #656565; text-decoration: none; padding: 0px 5px; border-left: solid 1px #656565; }
	#footer a.first { border: none; padding: 0px 5px 0px 0px; }
	#footer a:hover, #footer a:focus { color: #5f0565; text-decoration: underline; }
	
	#footer p { margin-bottom: 1em; }
	#footer ul { margin: 0px; padding: 0px; list-style: none; }
	#footer li { display: inline; }

/* in the news */

.inthenews { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
}

.inthenews li { 
	width: 165px; 
	height: 25em;
	float: left; 
	margin: 0px 10px 10px 0px; 
	background: #eee; 
	border: solid 1px #ddd;
	padding: 5px;
}

.inthenews h3 {
	text-align: center;
}

.inthenews li.first {
	width: 539px;
	float: none;
	height: 15em;
}
	.inthenews li.first h3 {
		text-align: left;
		margin-left: 175px;
	}
	.inthenews li.first img {
		float: left;
		margin-right: 10px;
		margin-top: -2em;
	}



.inthenews ul { margin-bottom: 1em; }

.inthenews ul li { width: auto; height: auto; float: none; margin: 0px; background: none; border: none; padding: 0px; }

/* common layouts */

.examples2col { margin: 0px; padding: 0px; list-style: none; }
.examples2col li { width: 280px; float: left; margin-right: 5px; margin-bottom: 1em; }
.examples2col.center { text-align: center; }

.examples4col { margin: 0px; padding: 0px; list-style: none; clear: both; }
.examples4col li { font-size: 11px; width: 120px; float: left; margin: 1em 15px 0px 0px; position: relative; }
.examples4col a { position: absolute; top: 0px; left: 0px; }
.examples4col h4 { padding-top: 95px; }

