/* Main CSS */

.container {
	padding: 0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	box-shadow: 7px 7px 8px #818181;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    zoom: 1;
}

body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:15px;
	background-color: #736676;
	color:#FFF;
}

p {
	margin-bottom:15px;
	margin-top: 0px;
	color: #FFF;
}

#nomargins {
	margin:0;
}

h1 {
	font-weight:bold;
	color:#FFF;
	font-size: 26px;
	margin-top:0px;
	margin-bottom:15px;
}
h4 {
	margin-bottom:15px;
	font-weight:bold;

	margin-top:2px;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
}
h2 {
	font-weight:normal;
	font-size:24px;
	color:#FFF;
	margin-bottom:12px;
	margin-top: 0px;
}
h3 {
	margin-top:0px;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
p.callout {
	line-height:28px;
	font-size: 20px;
} 
.indent {
padding-left:5px;
}
#main {
	width:900px;
	float:left;
	padding-left:30px;
	padding-right:30px;
}
.tm {
font-size:10px;
}
#logo {
margin-left:14px;
}

				 
/* Navigation and Links */

a:link {
	color: #ab218e;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ab218e;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #ab218e;
}

ul{
padding:0px;
margin:0px;
}

/* Login */

#navlog ul {
	padding-top:0;
	margin-top:0;
}

.logbox_center{
	margin-left:3px;
	margin-right:3px;
}

#navlog a:link, #navlog a:visited{
color:#FFFFFF;
text-decoration:none;
}

#navlog a:hover {
color:#FFFFFF;
text-decoration:underline;
}

.mainnav_holder {
	float:left;
	margin-top:53px;
	margin-left: 5px;
	display:inline;
}

#mainnav li{
padding:0px;
margin-left:11px;;
list-style:none;
display:inline;
}

#mainnav a {
color:#FFF;
}

#footernav li{
padding:0px;
margin-right:8px;;
list-style:none;
display:inline;
}

.socialbuttons {
float:right;
}

.socialbuttons img {
margin-left:5px;
}
.socialbuttons a img {
opacity:0.5;
filter:alpha(opacity=50)
}
.socialbuttons a:hover img {
opacity:1;
filter:alpha(opacity=100)
}

#footernav a:link, #footernav a:visited{
color:#FFFFFF;
text-decoration:underline;
}

#footernav a:hover {
color:#FFFFFF;
text-decoration:none;
}

.footer_content a:link, .footer_content  a:visited{
color:#FFFFFF;
text-decoration:underline;
}

.footer_content a:hover {
color:#FFFFFF;
text-decoration:none;
}

	
/* Main */

/* Header */
			 
.header {
	width: 100%;
	height: 81px;
}

.logbox {
	width:225px;
	background-color:#ab218e;
	float:right;
	margin-right:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	padding-top:8px;
	padding-bottom:12px;
	line-height:80%;
}
.logbox a {
		color:#FFF;
		margin:0;
		padding:0;
}
.logbox a:hover {
		color:#FFF;
}
.logbox a:visited {
		color:#FFF;
}
.logbox_bar {
	margin-left:12px;
	margin-right:12px;
}
.topnav img {
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	margin-top: 16px;
}

/* Flash/Banner */

.flash {
	width: 100%;
}

#banner {
	width: 960px;
	height: 347px;
	margin-bottom:4px;
	position:relative;
	background-image: url(images/banner.png);
}
#banner-home {
	width: 960px;
	height: 347px;
	margin-bottom:4px;
	position:relative;
}
#lineholder {
	bottom:12px;
	right:3px;
	position:absolute;
	width: 493px;
	font-size:13px;
}
#lineholder img{
margin:0px;
float:left;
}
#lineholder a {
	color: #FFF;
}

/* Content */

.content {
	width:100%;
	float: left;
	padding-top: 15px;
}
.left_panel {
	float:left;
	width:270px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ab218e;
}
.right_panel {
	width:440px;
	float:left;
	padding-left: 47px;
}
.footer {
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 7px;
}
.footer_pinkbar {
	width:100%;
	background-color:#B90048;
	height:18px;
}
.footer_container {
	background-color: #ab218e;
	width: 100%;
	height: 90px;
	float: left;
	padding-top:25px;
	margin-top:25px;
}
.footer_content {
	float: left;
	margin-left: 30px;
	width: 910px;
	padding-right: 20px;
}
.footer_content p {
	color: #FFFFFF;
	font-size:11px;
}
#leftnav li {
	margin-bottom:5px;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0987A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#leftnav a {
    color: #B0987A;
}

/* maintenance */

.clearfix {
   clear:both;
}

/* Form */

.submit, .btn {
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ab218d;
	color:#FFFFFF !important;
	font-weight:bold;
}

.footer_nav_holder {
	margin-bottom: 8px;
}
#leftpanel {
	float: left;
	width: 250px;
}

#rightpanel {
	float: right;
	width: 620px;
}

.floatright {
float:right;
}
.infobox {
	width: 350px;
	padding: 7px;
	background-color: #ab218e;
}
.infobox a {
	color:#FFF;
	text-decoration:underline;
}
.infobox a:visited {
	color:#FFF;
	text-decoration:underline;
}
.infobox a:hover {
	color:#FFF;
	text-decoration:none;
}

.showbox {
	width: 400px;
	border: 1px solid #DB6E30;
	padding: 5px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/infobox_back.gif);
}
infobox h4 {
	margin-bottom:5px;
}
#catalog {
	width: 100%;
	position: relative;
	height: 900px;
}
#catalog_head {
	width: 400px;
	position: absolute;
	top: -35px;
	right: 0px;
	text-align: right;
}
#catalog_head h2 {
	display:inline;
	margin-left: 20px;
}
#boxtop {
	float:right;
	margin-right: 200px;
	display: inline;
}
#registration input[type="text"], #registration textarea, #webform input[type="text"], #webform textarea {
	width:80%;
	height: 20px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #AB218E;
	font-size:16px;
}

#registration textarea, #webform textarea {
	height: 60px;
}
#registration select {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:5px;
	font-size: 16px;
	height: 25px;
}

#landing_errorloc {
	font-style:italic;
	color:#FF0000;
	margin-bottom: 10px;
}

#landing_errorloc li {
	list-style:none;
}

.product_list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB218E;
	margin-bottom: 10px;
	padding-bottom: 10px;
	*padding-bottom: 0px;
}

.product_list img {
	float:left;
	margin-bottom:10px;
	margin-right:15px;
	border: 1px solid #99419D;
}

.nofloat {
	float:none !important ;
}
.shownavelement {
width:145px;
float:left;
}

#shownav {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 6px;
	padding-bottom: 3px;
}

.shownav a {
	text-decoration:none;
}

.shownav a:hover img {
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.9;
}

.shownav img {
	border: 1px solid #AB218E;
}
.infobox_above {
	width: 581px;
	position: absolute;
	top: -47px;
	right: -2px;
	height: 19px;
}
.rotater {
	height:213px;
	width:366px;
	margin-bottom:20px;
	float: right;
	margin-left: 35px;
	border: 1px solid #ab218e;
	background-image: url(images/show/mainslide1.jpg);
}
#show_contact {
	float:right;
	width:250px;
}
#show_dates {
	float:left;
	width:350px;
}
.showtitle {
	width:100&;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #B0987A;
	border-right-color: #B0987A;
	border-bottom-color: #ab218e;
	border-left-color: #B0987A;
	margin-bottom: 10px;
}
#showhead {
margin-bottom:4px;
}
noscript {
color:red;
}
.underlined_section {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ab218e;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.header_margin_top {
	margin-top:20px;
}
.sales_right_panel {
	width:200px; 
	float:right;
}
.no_bullets {
	list-style:none;
}
.chatbutton {
	float:left;
	margin-right:20px;
}
.icon {
	margin-right:5px;
}
.navlist {
	list-style:none;
	margin-bottom:15px;
}
.navlist li {
	margin-bottom:15px;
}

.sitemaplist {
	list-style:none;
	color:#ab218e;
	margin-bottom:15px;
}
.sitemaplist li {
	margin-left:50px;
}

.imgwrap {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}

.insidelist {
	list-style-position:inner;
}
.showwrap {
	margin-top:25px;
	margin-bottom:20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ab218e;
	border-bottom-color: #ab218e;
}
.shownavelement img{
	margin-bottom:2px;
}
.surveyback {
	background-image: url(http://www.imaxcorp.com/images/survey_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow-y:hidden;
}
.disclamer {
	font-size:10px;
}
.surveybanner {
	height:300px;
	padding:30px;
	background:#F00;
}
.rotate {
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.gallery {
	list-style:none;
}
#h1_home_left_panel {
	text-indent: -9999px;
	width: 275px;
	height: 35px;
	background: url(images/home_head_leftpanel.jpg) #000000 no-repeat;
	margin-bottom:4px;
	margin-top:5px;
}
