/* ++++++++++++++++++++ IE6 ONLY Hover fix ++++++++++++++++++++ */

* html body { 
	behavior:url("js/csshover3.htc"); 
}

/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #e8e8e8 url('../images/background-fade.gif') repeat-x;
	color: #000;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: left;
}

a {
	color: #5F5A59;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #5F5A59;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
	padding-left: 20px;
	padding-top: 2px;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

p {
	padding: 0.6em 0em 0.6em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body-wrapper {
	margin: auto;
	width: 980px;
	position: relative;
}

/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#banner {
	background: url('../images/banner-logo.gif') no-repeat 0 100%;
	height: 142px;
	margin-top: 10px;
	padding-left: 280px;
	font-weight: bold;
}

#banner p {
	font-size: 13px;
}

#banner a {
	color: #000;
}


#address-advert {
	float: right;
	width: 384px;
	height: 135px;
	background: url('../images/banner-advert.gif') no-repeat;
	font-weight: normal;
	line-height: 1.6;
}

#address-advert p {
	font-size: 16px;
	padding-left: 15px;
	padding-top: 15px;
}

/* ++++++++++++++++++++ Navigation Bar ++++++++++++++++++++ */

#navbar {
	height: 370px;
	width:980px;
	overflow: hidden;
	position: relative;
	
/* IE6/7 Hack for z-index - give the parent a higher value to make it work! */
	*z-index: 2000;
}

/* Firefox 1 - 2 only */
	#navbar[id=NAVBAR]  {
	z-index: 99;
}

#home-menu {
	width: 266px; 
	height: 36px;
	float: left;
	position: relative;
	background: url('../images/banner-logo-tab.gif') no-repeat;
}

#home-menu a {
	text-decoration: none;
}

.menu{
	width: 238px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index:99
}

.menu_body {
	display: none;
	background-color: #333333;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	position: relative;
	color: #FFFFFF;
	z-index:99
}

.menu_footer {
	height: 36px;
	background: url('../images/banner-tab.gif') no-repeat;
	display: block;
	width: 238px;
	position: relative;
	z-index:99
}

.menu:hover .menu_body { 
	display: block; 
	zoom: 1;
}

#home-menu h3, .menu_footer h3 {
	text-align: center;
	font-size: 80%;
	padding-top: 8px;
	margin: 0;
	color:#000;
}

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

/* ++++++++++++++++++++ Navigation Menu - for each tab ++++++++++++++++++++ */

.navmenu {
	font-size: 14px;
	z-index:99;
}
.navmenu li {
	border-top: #fff 1px solid;
	zoom: 1;
}

.navmenu li a {
	display: block;
	padding: 8px 0px 8px 10px;
	color: #fff;
	text-decoration: none;
	width: 224px;
}

.navmenu li a:hover {
	color: #000;
	background-color: #b2b2b2;
}

.navmenu li.list_first {
	border-top: 2px solid #999999;
}
	
/* ++++++++++++++++++++ Page Content Wrapper ++++++++++++++++++++ */

#page-content {
	position: relative;
	top: -330px;
	width: 980px;
	color: #808080;
	text-align: justify;
}

#page-content h2 {
	text-align: center;
}

#page-content li {
	margin: 0 50px 0 50px;
}

/* ++++++++++++++++++++ Page Content Boxes  ++++++++++++++++++++ */

.content-full-width {
	width: 980px;
	position: relative;
	float: left;
	clear: both;
}

.content-full-width-top {
	background: url('../images/content-full-width-top.gif') no-repeat;
	height: 28px;
}

.content-full-width-middle {
	background: url('../images/content-full-width-middle.gif') repeat-y;
	padding: 0px 30px;
}

.content-full-width-bottom {
	background: url('../images/content-full-width-bottom.gif') no-repeat;
	height: 28px;
}

.content-one-third-width-left {
	float: left;
	position: relative;
	clear: left;
	width: 330px;
}

.content-one-third-width-right {
	float: left;
	position: relative;
	clear: right;
	width: 330px;
	margin-left: 9px;
}

.content-one-third-top {
	background: url('../images/content-one-third-top.gif') no-repeat;
	height: 28px;
}

.content-one-third-middle {
	background: url('../images/content-one-third-middle.gif') repeat-y;
	padding: 0px 30px;
}

.content-one-third-bottom {
	background: url('../images/content-one-third-bottom.gif') no-repeat;
	height: 28px;
}

.content-two-thirds-width-left {
	float: left;
	position: relative;
	clear: left;
	width: 641px;
}

.content-two-thirds-width-right {
	float: left;
	position: relative;
	clear: right;
	width: 641px;
	margin-left: 9px;
}

.content-two-thirds-top {
	background: url('../images/content-two-thirds-top.gif') no-repeat;
	height: 28px;
}

.content-two-thirds-middle {
	background: url('../images/content-two-thirds-middle.gif') repeat-y;
	padding: 0px 30px;
}

.content-two-thirds-bottom {
	background: url('../images/content-two-thirds-bottom.gif') no-repeat;
	height: 28px;
}

/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	color: #000;
	background: url('../images/footer.gif') no-repeat;
	height: 30px;
	position: relative;
	top: -330px;
}

#footer_links {
	float: left;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 11px;
	margin-top: 4px;
}

#footer_links li {
	display: inline;
	margin-right: 11px;
}

#footer_links li a {
	text-decoration: none;
	color: #000;
	font-size: 60%;
}

#footer_mjr {
	float: right;
	position: relative;
	margin-right: 11px;
	margin-top: 9px;
	color: #000;
	font-size: 60%;
}

/* ++++++++++++++++++++ Vimeo Video  ++++++++++++++++++++ */

.vimeo-video {
	background: url('../images/vimeo-video-drop-shadow.gif') no-repeat;
	float: right;
	position: relative;
	width: 417px;
	height: 336px;
	margin: 10px 0px 0px 10px;
}

/* ++++++++++++++++++++ Images  ++++++++++++++++++++ */

.image-left {
	float: left;
	position: relative;
	margin: 5px 10px 0px 0px;
}

.image-right {
	float: right;
	position: relative;
	margin: 5px 0px 0px 10px;
}

.image-center {
	display: block;
	margin: auto;
}
/* ++++++++++++++++++++ Google Map  ++++++++++++++++++++ */

#google_map {
	width: 650px;
	height: 450px;
	border: none; 
	margin: auto;
	display: block;
}

#google_map_link {
	margin: auto;
	display: block;
	text-align: center;
}

/* ++++++++++++++++++++ Contact Form  ++++++++++++++++++++ */

#page-content form {
	width: 750px;
	text-align: center;
	display: block;
	margin: auto;
}

#page-content legend {
	color: #AE1C4B;
}

#page-content fieldset {
	border: 2px solid #AE1C4B;
	margin-top: 10px;
	padding-bottom: 10px;
}

#page-content label {
	width: 45%;
	float: left;
	display: inline;
	margin-top: 10px;
	text-align: right;
	padding-right: 15px;
}

#page-content input {
	width: 50%;
	float: left;
	display: inline;
	clear: right;
	margin-top: 10px;
	background: #EBE8E8;
}

#page-content textarea {
	width: 50%;
	height:15em;
	float: left;
	display: inline;
	margin-top: 10px;
	background: #EBE8E8;
}

#page-content #antiSpam {
	width: 2em;
}

#page-content #submit {
	float: none;
	width: auto;
	color: #000;
	padding: 2px 1px;
	font-weight: bold;
	background-color: #FCEE21;
}

/* ++++++++++++++++++++ DVD Authoring Prices Table  ++++++++++++++++++++ */

#author-price {
	width: 100%;
}

#author-price td {
	width: 50%;
	text-align: center;
}