/* @override 
	http://192.168.123.167/specsoptical/css/specsoptical.css
	http://192.168.123.167/specsoptical2/css/specsoptical.css
*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
/*@font-face {
	  font-family: "Fertigo";
	  src: url(http://www.taptaptap.com/Fertigo.otf)
	  	  format("opentype");
}*/

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans Regular", Verdana, sans-serif;
	margin: 60px 0 30px;
	background: #fff url(../images/specs-bkg-green.gif) repeat;
	color: #7f7f7f;
}

#bkg-about {
	background-image: url(../images/specs-bkg-about.gif);
}

#bkg-services {
	background-image: url(../images/specs-bkg-services.gif);
}

#bkg-visit {
	background-image: url(../images/specs-bkg-visit.gif);
}

#bkg-contact {
	background-image: url(../images/specs-bkg-contact.gif);
}

#all {
}

#content-table {
	padding: 0;
	background: #1c1c1c no-repeat;
	margin: 0;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	width: 900px;
}

#header {
	background: #fff url(../images/specs-header-white.png) no-repeat 20px 29px;
	height: 120px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #e7e7e7;
}

#header p {
	color: #fff;
	font-size: 10px;
}

#phonenumber {
	background-position: 0 0;
	padding-top: 0;
	position: relative;
	top: 88px;
	left: 798px;
}

#phonenumber p {
	letter-spacing: 2px;
	color: #585930;
	font-weight: bold;
}

/*#nav2 {
	height: 26px;
	background: #212121 none repeat;
}*/

#nav2 {
	height: 22px;
	background: #1c1c1c none repeat;
	width: 410px;
	
	text-align: left;
	border-right: 1px solid #2c2c2c;
}

/*ul {
	font-size: 11px;
	text-align: left;
	list-style-type: circle;
	line-height: 23px;
	padding-left: 22px;
}*/

/*li {
	line-height: 17px;
	padding-top: 3px;
}*/

/*- Main Menu in Header */

#nav {
	padding-bottom: 0;
	position: relative;
	top: 132px;
	left: 418px;
}

ul.menu {
	margin: 0;
	padding: 0;
	line-height: 0;
	
}

ul.menu li {
	display: inline;
	padding-right: 0;
	margin: 0;
	
}

ul.menu,
ul.menu li a {
	padding: 2px 14px;
}

ul.menu li a {
	color: #aaaaa5;
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
	
}

ul.menu li a:hover {
	color: #3c819f;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #3c819f;
	text-decoration: none;
}

/* Submenu */

ul.submenu {
	margin: 0 0 20px;
	padding: 0;
}

ul.submenu li {
	margin: 0 0 9px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}

ul.submenu,
ul.submenu li a {
	text-align: center;
	display: block;
}

ul.submenu li a {
	color: #6a6a6a;
	margin: 0;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	font-size: 1em;
	border-top-style: none;
	border: 1px none #2c2c2c;
	-webkit-box-shadow: 1px 1px 50px #2c2c2c;
	-moz-box-shadow: 1px 1px 10px #2c2c2c;
	background-color: #2e2e2e;
	padding-bottom: 3px;
	padding-top: 3px;
}

ul.submenu li a:hover {
	background: #3c819f;
	color: #eee;
	text-decoration: none;
}

ul.submenu li.current_page_item a,
ul.submenu li.current_page_item a:hover,
ul.submenu li.current_page_ancestor a,
ul.submenu li.current_page_ancestor a:hover {
	color: #121212;
	background: #696a32;
	text-decoration: none;
}

/*#nav p {
	font-size: 9px;
	line-height: 9px;
	color: #fff;
	text-transform: lowercase;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-right: 8px;
	margin-top: 4px;
	padding-top: 5px;
	font-weight: bold;
}*/

#content {
	width: 100%;
	margin: 0;
}

#flashcontent {
	border: 3px solid #2c2c2c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px #2c2c2c;
	border-bottom-style: none;
	border-bottom-color: #1c1c1c;
}

#maintable {
	padding: 0;
	background-color: #fff;
	margin: 0;
	width: 100%;
}

#maintable.bkg-home {
	background-color: #1c1c1c;
}

#maintable.bkg-about {
	background-color: #865429;
}

#maintable.bkg-services {
	background-color: #285286;
}

#maintable.bkg-visit {
	background-color: #be882a;
}

#maintable.bkg-contact {
	background-color: #535427;
}

#content imgs {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: solid 1px #fff
}

#lefttable {
	padding-bottom: 10px;
}

p {
	text-align: justify;
	color: #7f7f7f;
	line-height: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 0;
}

/*h1 {
	text-align: left;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #07366c;
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-weight: bold;
}*/

h1 {
	letter-spacing: 4px;
	color: #484848;
	padding-bottom: 2px;
	clear: right;
	padding-top: 5px;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
}

/*h2 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #3c819f;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 2px;
	clear: right;
	margin-bottom: 15px;
	margin-right: 0;
	
	margin-left: 0;
	padding-top: 5px;
}*/

h2 {
	letter-spacing: 3px;
	color: #3c819f;
	font-size: 11px;
	padding-bottom: 2px;
	clear: right;
	padding-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	text-transform: uppercase;
	text-align: left;
}

h3 {
	letter-spacing: 3px;
	color: #3c819f;
	font-size: 11px;
	clear: right;
	margin: 0;
	padding: 0;
}

/* Staff section */

.credentials {
	font-size: 9px;
	color: #676831;
	letter-spacing: 2px;
}

.staff-group {
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #242424;
	background-color: #202020;
	margin: 20px 20px 40px;
	padding: 0 50px 50px;
}

.staff-group h1 {
	text-align: right;
	color: #676831;
	margin-bottom: 40px;
	letter-spacing: 10px;
	font-size: 14px;
	margin-top: 20px;
}

.staff-group h2 {
	clear: both;
}

.staff-group img {
	border: 3px solid #121212;
	-webkit-border-radius: 3px;
	-moz-border-radius: 10px;
	background-image: none;
	-webkit-box-shadow: 1px 1px 10px #2c2c2c;
}

.col-left-staff {
	float: left;
	width: 670px;
	margin-top: 0;
	padding-right: 20px;
	padding-top: 25px;
	
}

/* Google Maps */

.googlemap {
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-color: #0e0e0e;
	padding: 10px;
	margin-bottom: 20px;
}

.googlemap h2 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 10px;
	text-align: center;
}

.googlemap a {
	color: #56572d;
	font-size: 10px;
}

/*h3 {
	color: #07366c;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	clear: right;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-style: normal;
}*/

h4 {
	margin-top: 15px;
	font-size: 13px;
	color: #d8d8d8;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	text-transform: lowercase;
	text-align: left;
}

/*#lefttable h1 {
	font-size: 17px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}*/

.h1-description {
	font-size: 23px;
	color: #07366c;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-right: 5px;
	text-transform: lowercase;
}

.h1-description-offset {
	font-size: 23px;
	color: #07366c;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-right: 5px;
	text-transform: lowercase;
}

/* Word Press K2 CSS */

#page {
	border-style: none;
}

#header-k2 {
	padding: 0;
	margin: 0;
	position: relative;
	height: 110px;
}

.description {
	margin-left: 30px;
	font-weight: bold;
}

.columns-two #page {
	width: 840px;
	
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	color: #07366c;
}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #777;
	}

.entry-title {
	letter-spacing: -1px;
	margin-bottom: 15px;
	font-size: 2em;
	line-height: 1.2em;
}

.entry-content img {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	padding: 10px;
	margin-bottom: 5px;
}

li#leavecomment {
	color: #c4e5f4;
}

.superscript {
	font-size: 15px;
	vertical-align: 12px;
}

#righttable {
	width: 348px;
	padding: 20px 10px 20px 20px;
}

#righttable img {
	margin-right: 0;
	padding-left: 50px;
}

#righttable p {
	letter-spacing: 1px;
	margin-top: 0;
}

.title {
	color: #6c8ba1;
	font-size: 11px;
	margin-top: 0;
}

#photonavleft {
	padding-right: 5px
}

#google-map {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#google-map iframe {
	border: 1px solid #759fb5;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#google-map p {
	text-align: center;
	margin: 0;
	padding: 0;
}

blockquote {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	border: dotted 1px #ae0076
}

.quotee {
	color: #eb761f;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: left;
	padding-top: 10px;
}

.rate {
	font-size: 10px;
	line-height: 19px;
	text-align: right;
	float: right
}

.imgframe {
	border: dotted 1px #ae0076;
}

.imagefloat {
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	float: right;
	margin-top: 5px;
	border: 1px none #ae0076}

.imagefloatleft {
	position: relative;
	float: left;
	margin-right: 20px;
}

.imagefloatleft1 {
	position: relative;
	margin-bottom: 5px;
	margin-right: 11px;
	float: left;
}

.imagefloat1 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	position: relative;
	float: right
}

/*Photo page*/

#photos img {
	margin-top: 20px;
	margin-bottom: 20px;
	border: dotted 1px #ae0076
}

#photos p {
	color: #999;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}

#thumbnails {
	margin-top: 25px
}

#thumbnails p {
	text-align: center;
	margin: 0;
	padding: 5px 0 0
}

#thumbnails img {
	border: dotted 1px #ae0076
}

a:link {
	text-decoration: none;
	color: #84853f;
}

a:visited {
	text-decoration: none;
	color: #84853f;
}

/*a:visited {
	color: #3f3f3f;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}*/

/*a:visited {
	color: #d5d5d5;
	text-decoration: none
}*/

a:hover {
	color: #3c819f;
	text-decoration: none
}

a:active {
	color: #e5f8ff;
	text-decoration: none
}

/*#blog-ticker {
	background-color: #c1c1c1;
	width: 55%;
	height: 21px;
	margin-bottom: 20px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}*/

#gift-card {
	float: right;
	margin-right: 25px;
}

#gift-card img {
	border-style: none;
	top: 3px;
	position: relative;
	left: 1px;
}

#gift-card p {
	color: #9b9b9b;
	margin-top: 3px;
	text-align: right;
	margin-bottom: 0;
}

#gift-card a:link{
	color: #aaa;
	text-decoration: none;
	border-bottom-style: none;
}


#footer a:link {
	color: #aaa;
	text-decoration: none;
	border-bottom-style: none;
}

#gift-card a:visited {
	color: #aaa;
	text-decoration: none;
	border-bottom-style: none;
}

#gift-card a:hover {
	color: #84853f;
	text-decoration: none;
	border-bottom-style: none;
}

#footer {
	color: #7f7f7f;
	display: table;
	line-height: 4px;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
	width: 900px;
	background-color: #2d2d2d;	-moz-border-radius-bottomleft: 13px;
	-moz-border-radius-bottomright: 13px;
	-khtml-border-bottom-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-khtml-border-bottom-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	padding-top: 3px;
}

/*.footer {
	color: #ccc;
	font-size: 9px;
	font-variant: normal;
	text-align: center;
}*/

#footer p {
	margin-top: 9px;
	line-height: 4px;
	font-size: 9px;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align: center;
	color: #999;
}

#footer a:link {
	color: #aaa;
	text-decoration: none;
	border-bottom-style: none;
}

#footer a:visited {
	color: #aaa;
	text-decoration: none;
	border-bottom-style: none;
}

#footer a:hover {
	color: #3c819f;
	text-decoration: none;
	border-bottom-style: none;
}

#reel-list h3 {
	font-size: 14px;
	clear: both;
	color: #6c8ba1;
}

#reel-list p {
	font-size: 11px;
	line-height: 12px;
	color: #6c8ba1;
	margin-top: 0;
	margin-bottom: 0;
}

#reel-list b {
	color: #07366c;
}

/*#reel-list a {
	border-bottom-style: none;
}*/

.reel-list-spot {
	background: url(images/sidebar-gradient.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	margin-bottom: 10px;
	line-height: 22px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	text-align: left;
}

.reel-list-detail {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.reel-list-view {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.reel-list-thumbnail img {
	float: right;
	border-style: solid;
	background: url(images/sidebar-gradient.jpg) repeat-x;
	border: 1px solid #8abcd6;
	line-height: 22px;
	
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	padding: 5px;
}

.reel-list-thumbnail a:hover img {
	float: right;
	border-style: solid;
	background: url(images/sidebar-gradient.jpg) repeat-x;
	border: 1px solid #8abcd6;
	line-height: 22px;
	
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 6px 6px 10px #07366c;
	padding: 5px;
	opacity: 0.76;
}

.clearer {
	clear: both;
}

.link-arrow {
	border-style: none;
	position: relative;
	top: 2px;
}

/*.sidebar {
	border: 1px solid #a1a1a1;
	margin-bottom: 30px;
	line-height: 22px;
	
	
	background: #afb0b2 repeat-x -78px -40px;
	opacity: 0.9;
	width: 645px;
	position: relative;
	top: -4px;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #4c4c4c;
	margin-top: 20px;
}*/

.imageborder {
	border: 3px solid #2c2c2c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 10px;
	background-image: none;
	-webkit-box-shadow: 1px 1px 10px #2c2c2c;
}

/*.sidebar p {
}*/

/*.sidebar h4 {
	margin-top: 5px;
	clear: right;
	text-transform: none;
	letter-spacing: 2px;
	color: #07366c;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}*/

.textblock {
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.col-right ul {
	color: #7f7f7f;
	line-height: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 0;
	padding-left: 0;
}

.col-right ol {
	padding-left: 30px;
	font-size: 11px;
}

.col-right li {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 10px;
}

.col-right em {
	text-transform: none;
	color: #3c819f;
}

.col-left ul {
	color: #7f7f7f;
	line-height: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 0;
	padding-left: 0;
}

.col-left li {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 10px;
}

.lists li {
	border-bottom: 1px solid #2c2c2c;
	list-style-type: circle;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 20px;
}

.frame-designers {
	margin-top: 20px;
	width: 260px;
}

.frame-designers p {
	line-height: 10px;
	text-align: left;
	padding: 5px;
	margin-bottom: -1px;
	border: 1px solid #2c2c2c;
	color: #393939;
}

.frame-designers a {
	padding-right: 8px;
	margin-right: 5px;
	border-right: 1px solid #343434;
}

.col-left {
	float: left;
	width: 370px;
	margin-top: 0;
	padding-right: 20px;
	padding-top: 25px;
	
}

.col-right {
	float: left;
	width: 270px;
	margin-top: 0;
	border-left: 1px solid #2c2c2c;
	padding-top: 45px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.col-side {
	float: right;
	width: 140px;
	margin-top: 50px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: 1px solid #2c2c2c;
	padding-top: 10px;
}

.col-side img {
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 10px #2c2c2c;
}

.facebook img {
	-webkit-box-shadow: 0px 0px 0px #2c2c2c;
	border-style: none;
}

.facebook a {
	border-bottom-style: none;
}

.col-action {
	padding-left: 20px;
	padding-bottom: 10px;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #2c2c2c;
	background-color: #202020;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 10px #2c2c2c;
}

.col-action ul {
	list-style-type: disc;
	line-height: 14px;
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 10px;
	letter-spacing: 1px;
}

.col-action p {
	line-height: 15px;
	letter-spacing: 0;
}

.sidebar-contact {
	background: url(images/sidebar-gradient.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #7f7f7f;
	margin-bottom: 30px;
	padding-bottom: 6px;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
}

.sidebar-contact p {
	line-height: 14px;
	font-size: 11px;
	padding-top: 5px;
	margin-bottom: 2px;
}

.sidebar-contact a {
	border-bottom-style: none;
}

.credits_sidebar {
	background: #e5f8ff none repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	margin-bottom: 30px;
	line-height: 22px;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	text-align: left;
}

.credits_sidebar h3 {
	margin-top: 5px;
	clear: right;
	text-transform: none;
	letter-spacing: 2px;
	color: #07366c;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

.credits_sidebar-contact {
	background: url(images/sidebar-gradient.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	margin-bottom: 30px;
	padding-bottom: 6px;
}

.credits_sidebar-contact p {
	line-height: 14px;
	font-size: 11px;
	padding-top: 5px;
	margin-bottom: 2px;
}

.credits_sidebar-contact a {
	border-bottom-style: none;
}

.textbox {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	margin-bottom: 30px;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	background-repeat: repeat-x;
}

#editor-player {
		background: url(images/leftbar.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #7f7f7f;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #4c4c4c ;
	padding: 10px;
	margin-bottom: 30px;
	width: 600px;
}


#feature-player {
	background: url(images/leftbar.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	padding: 10px;
	margin-bottom: 10px;
}

#single-player {
	background: url(images/leftbar.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #7f7f7f;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #4c4c4c ;
	padding: 10px;
	margin-bottom: 30px;
}

#reel-link p {
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 30px;
	padding: 0 10px 10px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	margin-bottom: 30px;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	padding: 10px;
	background: #96cce6 none repeat-x;
}

#reel-link img {
	top: 3px;
	position: relative;
}

#media-player-sidebar {
	background: url(images/leftbar.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #8abcd6;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
	padding: 10px;
	margin-bottom: 30px;
}

#player2 {
	padding: 0;
	margin: 0;
}

#credits {
	padding: 0 0 10px;
	margin: 0;
}

#mailer {
	font-size: 12px;
}

#mailer p {
	font-family: "Trebuchet MS";
	text-align: right;
	margin-top: 0;
}

/* @group faqs */

.category h3 {
    margin-top: 16px;
    margin-bottom: 4px;
	text-align: left;
	font-size: 14px;
}
.faq {
	text-align: left;
}
.question {
	font-size: 15px;
	padding-top: 2px;
	list-style-position: inside;
	text-align: left;
	color: #07366c;
	list-style-type: none;
	margin-left: 0;
	text-transform: uppercase;
}

#faq_column ul {
	margin-bottom: 0;
	margin: 0;
	padding: 0 0 0 7px;
	opacity: 0.8;
	list-style-type: none;
}

#faq_column li {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 13px;
	color: #07366c;
	text-transform: none;
	z-index: 0;
	padding-left: 3px;
}

.as-link {
    color: #e5f8ff;
    cursor: pointer;
}

.answer {
	border: 1px solid #8abcd6;
	margin-left: 15px;
	padding: 10px;
	margin-bottom: 3px;
	background: url(images/sidebar-gradient.jpg) repeat-x;

   		-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px #07366c;
}

.answer p {
	}

.answer h2 {
}

.answer ul {
}

.permalink2 {
    text-decoration: none;
    margin-left: 20px;
	font-size: 9px;
	opacity: 1;
	z-index: 1;
}

#permalink1 {
    text-decoration: none;
	font-size: 9px;
	opacity: 1;
	z-index: 1;
	text-align: right;
	padding-right: 4px;
}

/*.top-left {
    font-size: small;
	position: relative;
	color: #000;
}*/

/*.top-left a {
    text-decoration: none;
	color: #000;
}*/

/*.top-left a:visited {
    color: #000;
}*/

/* end faq tags */



/* @end */