* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	background-image: url(../images/body.png);
	background-repeat: repeat-x;
	overflow-x: hidden;
	overflow-y: scroll;
}

#head {
	height: 6.75em;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../images/head.png);
	margin: 0;
}
#banner {
	height: 6.75em;
	width: 60em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#topbox1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #FFF;
	text-align: left;
	height: 5em;
	width: 60em;
	margin-left: 0em;
}
#kurtmercer {
	color: #FFF;
	text-align: center;
	height: 5em;
	width: 33em;
	float: left;
}
#sharebox {
	height: 5em;
	width: 17em;
	float: right;
	text-align: right;
}
.sharethiswrapper {
	height: 2em;
	width: 3em;
	float: right;
	margin-top: 3em;
	padding-right: 1em;
	padding-left: 1em;
}
.st_sharethis_custom {
	width:3em;
	height:2em;
	opacity:0.7;
	background-image: url(../images/sharethis.png);
}
.st_sharethis_custom:hover {
	width:3em;
	height:2em;
	opacity:0.7;
	background-image: url(../images/sharethis_h.png);
	cursor: pointer;
}
.st_email_custom {
	width:3em;
	height:2em;
	opacity:0.7;
	background-image: url(../images/email.png);
}
.st_email_custom:hover {
	width:3em;
	height:2em;
	opacity:0.7;
	cursor: pointer;
	background-image: url(../images/email_h.png);
}
.imdb_custom {
	width:3em;
	height:2em;
	opacity:0.7;
	background-image: url(../images/imdb.png);
}
.imdb_custom:hover {
	width:3em;
	height:2em;
	opacity:0.7;
	background-image: url(../images/imdb_h.png);
	cursor: pointer;
}
#topbox2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #FFF;
	text-align: left;
	height: 1.75em;
	width: 60em;
}
#directcontact {
	color: #000;
	text-align: center;
	height: 1.75em;
	width: 16em;
	margin-left: 0em;
	float: left;
	display: block;
}
.sociallink {
	height: 1em;
	width: 1em;
	float: left;
	margin-right: 1em;
	margin-top: -0.25em;
}
#sagaftra {
	color: #FFF;
	text-align: center;
	height: 1.75em;
	width: 17em;
	float: left;
}
#navstrip {
	height: 1.5em;
	width: 100%;
	background-image: url(../images/navstrip.png);
	background-repeat: repeat-x;
}
.navstripshadow {
-moz-box-shadow:  0px 5px 15px #000;
-webkit-box-shadow:  0px 5px 15px #000;
box-shadow:  0px 5px 15px #000;
/* For IE 8 */
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.rightshadow {
-moz-box-shadow:  25px -10px 35px #000;
-webkit-box-shadow:  25px -10px 35px #000;
box-shadow:  25px -10px 35px #000;
/* For IE 8 */
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.leftshadow {
-moz-box-shadow:  -25px 0px 15px #000;
-webkit-box-shadow:  -25px 0px 15px #000;
box-shadow:  -25px 0px 15px #000;
/* For IE 8 */
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#navbox {
	color: #FFF;
	text-align: center;
	height: 1.5em;
	width: 68em;
	margin-right: auto;
	margin-left: auto;
}
#gradleft {
	height: 1.5em;
	width: 4em;
	background-image: url(../images/gradleft.png);
	float: left;
}
#gradright {
	height: 1.5em;
	width: 4em;
	float: left;
	background-image: url(../images/gradright.png);
}
#navbar {
	height: 1.5em;
	width: 60em;
	margin-left: 0em;
	float: left;
}





/*============================*/
/* Main Navigation
/*============================*/
#nav {
	height: 1.5em;
	line-height: 1.5em;
	width: 100%;
	float: left;
}

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

#nav li {
	float: left;
	position: relative;
	width: 8.571em;
	z-index: 999;
	height: 1.5em;
}

#nav li:first-child, #nav li:first-child a { 
    -webkit-border-radius: 3px 0 0 3px; 
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px; 
}
#nav li:last-child, #nav li:last-child a { 
    -webkit-border-radius: 0 3px 3px 0; 
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0; 
}

#nav a {
	border-right: 1px solid #222;
	border-left: 1px solid #555;
	color: #CCC;
	display: block;
	font-size: 0.875em;
	height: 1.714em;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: inset 0 0 10px transparent;
	-moz-box-shadow: inset 0 0 10px transparent;
	text-decoration: none;
	line-height: 1.5em;
	background-image: url(../images/nav.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	letter-spacing: normal;
}

#nav a:after {
	content: "";
	height: 1.714em;
	left: 0px;
	position: absolute;
	width: 100%;
	background-position: 255;
}

#nav li:hover > a {
	border-left-color: #222;
	color: #f5f5f5;
	-webkit-box-shadow: inset 0 0 10px #111;
	-moz-box-shadow: inset 0 0 10px #111;
	box-shadow: inset 0 0 10px #111;
	-webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
	background-image: url(../images/nav_h.png);
	text-shadow: 2px 2px #000000;
}
#nav span {
    position: relative;    
}

#nav a:active span {
	color: #FFF;
	position: relative;
	top: 1px;
}

#nav li:first-child a {
    border-left: none;    
}

#nav li:last-child a {
    border-right: none;    
}

.dropdown > a span:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ccc;
	content: "";
	right: -1em;
	position: absolute;
	top: 0.3em;
}

.dropdown:hover > a span:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	content: "";
	right: -1.25em;
	position: absolute;
	top: .5em;
}

/*============================*/
/* Sub Navigation
/*============================*/
#nav ul ul {
	opacity: 0;
	position: absolute;
	top: 1.5em;
	visibility: hidden;
	width: 0;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

#nav ul ul li {
	float: none;
	line-height: normal;
	width: 100%;
}

#nav ul ul li:first-child, #nav ul ul li:first-child a { 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
}
#nav ul ul li:last-child, #nav ul ul li:last-child a { 
    -webkit-border-radius: 0 0 3px 3px; 
    -moz-border-radius: 0 0 3px 3px; 
    border-radius: 0 0 3px 3px; 
}

#nav ul ul li a {
	border-right: none;
	border-left: none;
	border-top: 1px solid #fff;
	color: #CCC;
	font-size: 0.75em;
	height: 1.714em;
	line-height: 0.875em;
	text-align: left;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 1em;
}

#nav ul li ul li a:after {
	background: rgba(0,0,0,.02);
	content: "";
	height: 18px;
	left: 0px;
	position: absolute;
	top: 19px;
	width: 100%;
}

#nav ul ul li a:hover {
	color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#nav ul ul a:active span {
	color: c90;
	position: relative;
}











#container {
	height: 40em;
	width: 74em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
#content {
	height: 40em;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}











#footstrip {
	height: 1.5em;
	width: 100%;
	background-image: url(../images/footstrip.png);
	background-repeat: repeat-x;
}

#footlocker {
	margin-right: auto;
	margin-left: auto;
	height: 3em;
	width: 18em;
	background-color: #936;
}
#toupp {
	text-align: right;
	height: 7em;
	width: 33em;
	font-size: 0.625em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
}

#toupp ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#toupp li {
	float:right;
}

#toupp a:link,a:visited {
	display:block;
	width:10em;
	color:#CCC;
	text-align:center;
	text-decoration:underline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 0.25em;
}

#toupp a:hover,a:active {
color:#C90;
-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#toupp li:first-child a {
    border-right: none;    
}
#contact {
	background-color: #000;
	text-align: center;
	height: 2em;
	width: 6em;
	text-decoration: underline;
	font-size: 0.625em;
	padding-top: 0.25em;
	cursor: pointer;
	display: inline-block;
	float: left;
}

#contact a:link,a:visited {
	color: #CCC;
	cursor: hand;
	cursor: pointer;
}

#contact a:hover,a:active {
color:#C90;
-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
