/**************

SLIDESHOWPRO.NET LAYOUT STYLE SHEET

Copyright 2007-9 Dominey Design Inc. All Rights Reserved.

This style sheet may NOT be reused, redistributed, or modified by any third parties without the expressed written permission of Dominey Design Inc. 

**************/

/* 
-----------------------------------------------------------------------------
GLOBAL DEFAULT ELEMENTS
-----------------------------------------------------------------------------*/
body {text-align:center;font:12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;}

a {text-decoration:none;cursor:pointer;}
a:focus {-moz-outline:0;outline:0;outline-offset:0;}
a:hover {text-decoration:underline;}
a img {border:0;} 

h1,h2,h3,h4,h5,h6 {font-weight:bold;font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;}
h1 {font-weight:normal;font-size:21px;margin:0 0 12px 0;}
h2 {font-size:15px;margin:0 0 4px 0;}
h3 {font-size:10px;text-shadow:none;text-transform:uppercase;}
h4 {font-size:13px;margin:0 0 6px 0;}
h5 {font-size:13px;}
h6 {font-size:11px;}
p {margin:0 0 18px 0;font-weight:normal;}
small {font-size:9px;line-height:1.2;}
strong {font-weight:bold;}
em {font-style:italic;} 
code {font-family:monospace;}
hr {
	height:1px;
	background:#444;
	display:block;
	margin:20px 0;
	clear:left;
	border:0;
} 

/* 
-----------------------------------------------------------------------------
HEADER CLASSES
-----------------------------------------------------------------------------*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}

h2 span {font-weight:normal;}


/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/

ul#main-nav {
	list-style:none;
	width:100%;
	height:31px;
	min-width:400px;
}                   

ul#main-nav li {
	float:left;
	margin:0 3px 0 0;
	padding:0 0 0 7px;
	height:31px;
}

ul#main-nav li a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:8px 9px 0px 2px;
	font-family:'Lucida Grande', 'Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
}

ul#main-nav li a:hover {text-decoration:none;}

div#body-bg {width:100%;display:block;}

div#body-wrap {display:block;text-align:left;margin:0 auto;}

body#wide div#body-wrap {width:920px;}

body#thin div#body-wrap {width:752px;}

div#page {float:left;display:block;padding:0 0 20px 0;width:100%;}

div#container {
	width:800px;
	padding-left: 50px;
	margin-left: 70px;
}

div#container-top div {
	display:block;
	margin:0;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 15;
	padding-left: 15px;
}




body {
	background-color: #222237;
}

#body-wrap #header {
	width: 920px;
	padding-left: 20px;
}

