@charset "utf-8";
/* Order Productions - Secondary Pages - CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	height: 100%;
}

/* ------------ Secondary Header ------------ */

#header {
	background: none;
	position: absolute;
	margin: 0;
	width: 1000px;
	height: 120px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 200;
}

#logo_secondary {
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 151px;
	height: 87px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 150;
}

/* Secondary Main Navigation */

#main_nav_secondary {
	background: none;
	position: absolute;
	top: 89px;
	left: 7px;
	width: 650px;
	height: 25px;
	padding-left: 15px;
	padding-top: 3px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 150;
}

#main_nav_secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_nav_secondary ul li {
	float: left;
	margin-right: 4px;
	font-size: 14px;
}

#main_nav_secondary li a {
	color: #CCCCCC;
	text-decoration: none;
}

#main_nav_secondary li a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#main_nav_secondary li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.divider_sec {
	margin-top: -2px;
	margin-right: 1px;
}

/* ------------ Secondary Content Area ------------ */

#content {
	background: none;
	position: relative;
	margin: 215px 50px 0 50px;
	width: 555px;
	height: auto !important;
	border: 0;
	overflow: hidden;
	z-index: 200;
}

#spacer { /* -- Maintains minimum page height -- */
	float: left;
	margin-right: -1px;
	width: 1px;
	height: 650px;
}


/* --------------- Content Text Treatments --------------- */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	text-align: left;
	margin: 25px 0 10px 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #993333;
	text-align: left;
	margin: 15px 0 5px 0;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}


p {
	margin: 7px 0 15px 0;
}

.top_page {
	margin-top: 0;
}

.text_small {
	font-size: 9px;
}

td {
	vertical-align: top;
}

.italic {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.column_head {
	text-align: center;
	vertical-align: middle;
}

.column_head h1 {
	text-align: center;
	margin-bottom: 5px;
}

#content ul {
	list-style: disc; 
	margin: 7px 0 10px 0;
	padding-left: 15px;
}

#content ol {
	list-style: decimal; 
	margin: 7px 0 10px 0;
	padding-left: 25px;
}

#content li {
	margin-bottom: 5px;
}

#content a {
	color: #333333;
	text-decoration: none;
}

#content a:link {
	color: #993333;
	text-decoration: none;
}

#content a:hover {
	color: #990000;
	text-decoration: underline;
}

#content a img {
	border: none;
}

.back { /* For Back Button on Portfolio Pages */
	width: 55px;
	margin: 20px auto 0 auto
}

.back a img { /* For Back Button on Portfolio Pages */
	border: none;
}


/* ----- About Us & Facility Tour Pages ----- */

#studio_tour {
	background: url(../images/studio_tour_bg.png) no-repeat !important;
	background: url(../images/studio_tour_bg.gif) no-repeat !important;
	position: absolute;
	left: 675px;
	top: 635px;
	width: 157px;
	height: 120px;
	border: 0;
	overflow: hidden;
	z-index: 200;
}

#studio_tour a img {
	border: #CCCCCC 1px solid;
}

#studio_tour a:link img {
	border: #CCCCCC 1px solid;
}

#studio_tour a:hover img {
	border: #993333 1px solid;
}

.tour_text {
	font-size: 12px;
	vertical-align: middle;
}

.tourphoto {
	background: url(../images/tourphoto_bg.png) no-repeat !important;
	background: url(../images/tourphoto_bg.gif) no-repeat;
	width: 207px;
	height: 157px;
	padding: 0;
	margin: 10px auto 10px auto;
}

.tourphoto_caption {
	text-align: center;
	margin: -5px auto 10px auto;
}



/* Expandable Information */

.expand_header {
	cursor: pointer;
}

.expand_header img {
	margin-right: 10px;
}

.expand-collapse-all {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin-left: 15px;
	line-height: 25px;
}

.expandable li {
	list-style: none;
}

.expandinfo {
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	z-index: 300;
}

.expandinfo h3 {
	font-size: 12px;
	color: #990000;
}

.expandinfo li {
	list-style: disc;
}

.expandinfo img {
	visibility: visible;
	z-index: 300;
}

.togglebutton {
  margin-right: 7px;
  padding: 0;
}

.no-toggle {
	margin-left: 21px;
	padding-left: 6px;
}


/* ----- Success Stories Pages ----- */


.expand_content a img {
	border: 1px #CCCCCC solid;
}

.expand_content a:link img {
	border: 1px #CCCCCC solid;
}

.expand_content a:hover img {
	border: 1px #339933 solid;
}

.expand_content {	
	width: 500px;
	padding-bottom: 20px;
}

.expand_wrapper {	
	background: none;
	width: 500px; 
}


/* ----- Portfolio Pages ----- */

#samples a img {
	border: 1px #FFCC99 solid;
	display: block;
	background: #CCCCCC;
	margin: 0 auto 0 auto
}

#samples a:link img {
	border: 1px #FFCC99 solid;
}

#samples a:hover img {
	border: 1px #993300 solid;
}


/* ----- Site Map Page ----- */

#sitemap {
	position: relative;
	left: 100px;
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}

#sitemap ul {
	list-style: disc;
	text-align: left;
}

#sitemap ul ul {
	list-style: circle;
	text-align: left;
}

#sitemap li {
	line-height: 25px;
}

#sitemap li a {
	color: #006666;
	text-decoration: none;
}

#sitemap li a:link {
	color: #006666;
	text-decoration: none;
}

#sitemap li a:hover {
	color: #009966;
	text-decoration: underline;
}

#sitemap li li a {
	color: #006666;
	text-decoration: none;
}

#sitemap li li a:link {
	color: #006666;
	text-decoration: none;
}

#sitemap li li a:hover {
	color: #009966;
	text-decoration: underline;
}

#sitemap p a {
	color: #006666;
	text-decoration: none;
}

#sitemap p a:link {
	color: #006666;
	text-decoration: none;
}

#sitemap p a:hover {
	color: #009966;
	text-decoration: underline;
}

/* ----- Success Page ----- */

#successlogo_container {
	background: none;
	position: absolute;
	left: 365px;
	top: 147px;
	width: 500px;
	height: 50px;
	border: 0;
	overflow: visible;
	z-index: 200;
}

#successlogo_container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#successlogo_container li {
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#successlogo_container a img {
	border: 0;
}

#successlogo_container a img:hover {
	margin: -1px -1px 1px 1px;
}





	




