#facebox .b{background:url(/facebox/b.png);}
#facebox .tl{background:url(/facebox/tl.png);}
#facebox .tr{background:url(/facebox/tr.png);}
#facebox .bl{background:url(/facebox/bl.png);}
#facebox .br{background:url(/facebox/br.png);}
#facebox{position:absolute;top:0;left:0;z-index:100;text-align:left;}
#facebox .popup{position:relative;}
#facebox table{border-collapse:collapse;}
#facebox td{border-bottom:0;padding:0;}
#facebox .body{padding:10px;background:#fff;width:370px;}
#facebox .loading{text-align:center;}
#facebox .image{text-align:center;}
#facebox img{border:0;margin:0;}
#facebox .footer{border-top:1px solid #DDDDDD;padding-top:5px;margin-top:10px;text-align:right;}
#facebox .tl,#facebox .tr,#facebox .bl,#facebox .br{height:10px;width:10px;overflow:hidden;padding:0;}
#facebox_overlay{position:fixed;top:0px;left:0px;height:100%;width:100%;}
.facebox_hide{z-index:-100;}
.facebox_overlayBG{background-color:#000;z-index:99;}
* html #facebox_overlay{/* ie6 hack */
position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');}


/* @group Format */

#demo_holder {
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

#demo {
	text-align: left;
	border: 1px solid #e4e4e9;
	margin-bottom: 5px;
	width: 400px;
	display: block;
	position: relative;
	overflow: hidden;
}

#demo_text {
	border-top: 1px solid #fff;
	padding-top: 8px;
	color: #5f6060;
}

p.small {
	font-size: 0.3em;
	text-align: center;
	font-style: italic;
}

strong.verysmall {
	font-size: xx-small;
	color: #a5a5a5;
	font-style: italic;
}

#demo_full {
	text-align: left;
	border: 1px solid #e4e4e9;
	position: relative;
	overflow: hidden;
	display: block;
	color: #868686;
	margin: 12px auto 8px;
}

#demo_inside {
	font-size: x-small;
	background-color: #f4f6f6;
	border: 1px solid #fff;
	padding-left: 15px;
	padding-right: 10px;
	padding: 10px;
}

#demo_inside_small {
	font-size: x-small;
	background-color: #f4f6f6;
	border: 1px solid #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding: 3px;
}

.move_right {
	float: right;
	font-size: small;
}

.round {
	-webkit-border-radius: 4px;
	-moz-border-radius: 5px;
}

/* Resets */

html,body,div,span,applet,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline: 0;
}

tbody {
	border-color: inherit;
	display: table-row-group;
	vertical-align: middle;
}

input,textarea {
	color: initial;
	display: inline-block;
	font: -webkit-small-control;
	letter-spacing: normal;
	line-height: normal;
	margin: 0em;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
}

input#user_website,#email,#user_company {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: large;
}

input#user_login,#user_email,#user_session_login,#user_session_password,#user_password,#user_password_confirmation {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: x-large;
}

input,select,textarea {
	background: #edf2ef;
	border: 1px solid #bdc0c0;
	color: rgb(51,51,51);
	font: normal normal normal 12px/normal 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
	margin: 0px;
	padding: 5px;
}

input:focus,select:focus,textarea:focus {
	background: #faffb4;
	border: 1px solid #bdc0c0;
	color: rgb(51,51,51);
	font: normal normal normal 12px/normal 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
	margin: 0px;
	padding: 5px;
}

input[type=hidden] {
	border-style: none;
	background-color: #fff;
	visibility: hidden;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

div {
	display: block;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

blockquote {
	line-height: 1.2em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a img {
	border: none;
}

a {
	color: #505051;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

a:hover {
	color: #7e8884;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	font-variant: normal;
}

body {
	background-color: #ededed;
	font: 12px/16px "Lucida Grande",Arial,Sans-serif;
}

/* @end */

/* @group Tables */

tr.odd {
	
}

tr.even {
	background-color: rgba(205,241,250,0.33);
}

th {
	font-size: x-small;
}

td,tr {
	font-size: x-small;
}

table.form td {
	padding: 5px;
}

#more_information_in {
	border: 5px solid #faffbb;
	overflow: hidden;
	margin-top: 10px;
}

#more_information table {
	text-align: left;
	width: 100%;
	font-size: small;
}

#more_information td {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#more_information tr {
	border-bottom: 1px solid #f2f2f2;
	text-align: left;
}

#more_information th {
	padding: 2px 30px 2px 15px;
	color: #464546;
	background-color: #faffbb;
	font-size: x-small;
}

/* @end */

/* @group H1 Stuff */

#welcome h1 {
	text-shadow: #fff 0 1px 0;
	color: #3c3c3c;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

#welcome h1 img {
	vertical-align: middle;
	margin-top: -4px;
	padding-right: 5px;
}

h1 {
	text-shadow: #fff 0 1px 0;
	color: #3c3c3c;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 2.1em;
}

h3 {
	text-shadow: #fff 0 1px 0;
	color: #444646;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
}

h2 {
	text-shadow: #fff 0 1px 0;
	color: #1c1c1d;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

/* @end */

/* @group Flash Notice */

#close_box {
	float: right;
}

#flash_notice,#flash_error {
	padding: 5px 8px;
	min-height: 30px;
	font-size: small;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #454545;
}

#flash_notice {
	background-color: #CFC;
	border: 1px solid #7cfa7c;
}

#flash_error {
	background-color: #FCC;
	border: solid 1px #C66;
}

/* @end */

/* @group Errors */

.fieldWithErrors {
	display: inline;
}

#errorExplanation {
	width: 400px;
	border: 2px solid #CF0000;
	padding: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: 0;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 8px;
}

#errorExplanation ul {
	margin: 2px 24px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: disc;
}

/* @end */

/* @group Design */

#wrapper {
	width: 900px;
	margin-top: auto;
	margin-left: auto;
	margin: auto;
	padding-bottom: 20px;
	position: relative;
}

#logo {
	float: left;
	margin-left: 30px;
}

#header {
	width: 900px;
	height: 50px;
	background: url(../images/header2.png) 0 top;
}

#container {
	
}

#c_header {
	width: 900px;
	height: 20px;
	background-image: url(../images/c_header.png);
	position: relative;
}

#c_body {
	width: 900px;
	background: url(../images/c_content.png) repeat-y;
	padding-bottom: 5px;
}

#c_content_holder {
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	display: block;
	overflow: hidden;
}

/*#c_footer{width:987px;height:52px;background-image:url(../images/c_footer.png);position:relative;margin:auto;margin-bottom:20px;}
*/

#c_footer {
	width: 900px;
	height: 34px;
	background-image: url(../images/c_footer.png);
	margin: auto;
}

#footer_text {
	color: #b1b1b1;
	font-size: xx-small;
	text-align: center;
	padding-top: 5px;
}

/* @end */

/* @group Menu */

div#user_box {
	color: #fffeff;
	display: block;
	position: relative;
	overflow: hidden;
	padding-left: 15px;
	float: right;
	width: 250px;
}

div#user_avatar {
	border: 1px solid #2f3030;
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	height: 29px;
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}

div#user_data img {
	
}

div#user_name {
	text-overflow: ellipsis;
	text-shadow: #000 0 1px 0;
	font-size: small;
	color: #fff;
	padding: 3px 0 0;
	margin-top: 0;
	text-decoration: none;
	font-variant: normal;
}

div#user_links {
	text-shadow: #000 0 1px 0;
	font-size: xx-small;
	color: #868888;
	padding-top: 2px;
}

div#user_links a {
	color: #d9dcdc;
	font-size: xx-small;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div#user_links a:hover {
	color: #f9fcff;
	font-size: xx-small;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

ul,li {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

#menubar {
	float: left;
	margin-top: -2px;
	font-size: 11px;
	color: #f3f4ff;
	font-weight: bold;
	height: 39px;
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 30px;
	padding: 0;
	margin-left: 30px;
}

#menubar ul 

{
	/*margin-right:60px;*/
display: block;
	position: relative;
	overflow: hidden;
}

#menubar .menu li {
	height: 39px;
	float: left;
	line-height: 39px;
	padding-right: 1px;
	padding-left: 1px;
}

#menubar .menu li img{
	vertical-align: middle;
}

#menubar .menu li:hover 

{
	/*background:url(../images/menu/li_bg.png) repeat-x 0 bottom;*/
padding-right: 1px;
	padding-left: 1px;
}

#menubar .menu li.hover {
	background: url(../images/menu/li_bg.png) repeat-x 0 bottom;
	border-left: 1px solid #373838;
	border-right: 1px solid #676767;
	padding-right: 0;
	padding-left: 0;
}

#menubar .menu li.start {
	height: 39px;
	float: left;
	background: transparent url(../images/menu/split.png) no-repeat right;
	line-height: 39px;
	width: 2px;
}

#menubar .menu li.first {
	left: 0;
}

/*#menubar .menu li.last{background-image:none;}
*/

#menubar .menu li a {
	background: transparent url(../images/menu/split.png) no-repeat right;
	text-shadow: #000 0 1px 0;
	color: #fbf5ff;
	text-decoration: none;
	display: block;
	float: left;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	padding: 0 13px 0 12px;
}

#menubar .menu li a:hover {
	color: #cfd1d1;
}

/* @end */

/* @group P Stuff */

p#pp {
	text-align: justify;
	padding-right: 40px;
	color: #3d3d3d;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.0em;
}

/* @end */

/* @group Welcome */

#welcome {
	border: 1px solid #e2e3e6;
	border-top: 1px none #edf0f0;
	border-bottom: 1px solid #e0e1e3;
	border-right-style: none;
	border-left-style: none;
	background: #fff url(../images/box_bg.png) repeat-x 0 bottom;
	width: 876px;
	margin-left: -27px;
	display: block;
	position: relative;
	margin-bottom: 10px;
	z-index: 99999;
	padding-top: 3px;
	overflow: hidden;
	padding-bottom: 30px;
}

#welcome_text_block{
	padding-right: 10px;
	padding-left: 40px;
}

#login_signup {
	float: right;
}

#welcome li {
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 10px;
	color: #333;
}

.features {
	float: left;
	font-size: x-small;
	margin-bottom: 20px;
	padding-left: 28px;
}

.three {
	float: left;
	position: relative;
	width: 230px;
	padding: 0px 30px 0px 19px;
}

.three p {
	font-size: 1.0em;
}

/* @end */

/* @group Object */

object {
	z-index: 1;
}

/* @end */

/* @group Video */

#video_header {
	width: 600px;
	height: 183px;
	background-image: url(../images/snorby_login.png);
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

#video_footer {
	width: 600px;
	height: 28px;
	background-image: url(../images/snorby_login_bottom.png);
	margin: 7px auto 30px;
}

#video_data {
	width: 600px;
	text-align: center;
	margin: -100px auto auto;
}

/* @end */

/* @group more */

#more_menu_holder {
	width: 700px;
	display: inline-block;
	text-align: center;
	margin: 20px auto 10px 100px;
}

.more:active {
	text-shadow: #fff 0 1px 0;
	background-position-x: 0%;
	background-position-y: -38px;
	color: #272727;
}

.more:hover {
	background-position-x: 0%;
	background-position-y: -78px;
	border: 1px solid #cacaca;
	text-decoration: none;
}

.more {
	text-shadow: #fff 0 1px 0;
	background-color: white;
	background-image: url(../images/more.gif);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat-x;
	border-bottom: 1px solid rgb(170,170,170);
	border: 1px solid #cfcfcf;
	border-right: 1px solid rgb(170,170,170);
	display: block;
	font-size: 14px;
	height: 22px;
	line-height: 1.5em;
	outline: none;
	padding: 6px 0px;
	text-align: center;
	text-shadow: rgb(255,255,255) 1px 1px 1px;
	width: 200px;
	color: #575858;
}

.more.loading {
	cursor: default!important;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #eee;
	background-image: url('../images/ajax.gif');
}

.blah {
	float: left;
	margin-right: 10px;
}

.more::-moz-focus-inner {
	border: 0;
}

#pagination {
	margin: auto;
}

.pagination {
	font-size: small;
}

/* @end */

.tipsy {
	opacity: .8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	padding: 5px;
	z-index: 999;
}

.tipsy-inner {
	padding: 8px 8px;
	max-width: 200px;
	font: 11px 'Lucida Grande',sans-serif;
	font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #000;
	color: white;
	text-align: left;
}

.tipsy-north {
	background-image: url(../images/tipsy/tipsy-north.gif);
	background-position: top center;
}

.tipsy-south {
	background-image: url(../images/tipsy/tipsy-south.gif);
	background-position: bottom center;
}

.tipsy-east {
	background-image: url(../images/tipsy/tipsy-east.gif);
	background-position: right center;
}

.tipsy-west {
	background-image: url(../images/tipsy/tipsy-west.gif);
	background-position: left center;
}

.tipsy-inner {
	padding: 10px 15px;
	line-height: 1.5em;
	font-weight: bold;
}

.ie6 .tipsy {
	width: 250px;
}

.snorby_user {
	background-color: #fbfeda;
	padding: 3px;
}

/* @group Box */

div#text_wrapper {
	
}

#new {
	background: url(../images/new.png) no-repeat;
	width: 66px;
	height: 57px;
	position: absolute;
	display: block;
	overflow: visible;
	top: -4px;
	right: 0px;
	z-index: 99999;
}

#snorby_slide {
	border: 3px solid #d8dae2;
	text-align: center;
}

#snorby_slide_inside {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	border: 1px solid #fff;
	display: block;
	position: relative;
	padding-bottom: 2px;
	height: 150px;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

div#box {
	min-height: 55px;
	border: 1px solid #e2e3e6;
	border-top: 1px none #edf0f0;
	border-bottom: 1px solid #e0e1e3;
	border-right-style: none;
	border-left-style: none;
	background: #ededed url(../images/box_bg.png) repeat-x 0 bottom;
	width: 876px;
	margin-left: -27px;
	display: block;
	position: relative;
	margin-bottom: 10px;
	z-index: 99999;
	padding-top: 3px;
}

#box_inside {
	display: block;
	position: relative;
	overflow: visible;
	padding: 17px 20px 10px;
}

/* @end */

/* @group Other */

div#snorby-vm{
	height: 52px;
	width: 561px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: auto;
	text-indent: -9999px;
}

div#snorby-vm a{
	height: 52px;
	width: 561px;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/snorby-vm.png) 0 bottom;
}

div#snorby-vm a:hover{
	background-position-y: -52px;
}


/* @end */