﻿/* Basic
*************************************************/
body
{
	background:url("../_gfx/background.jpg") repeat-x top #BBBCBE;
	width:100%;
	font-family:Trebuchet MS,Verdana;
	font-size:14px;
	line-height:22px;
	color:#ffffff;	
	padding:0;
	margin:0;
	text-transform:uppercase;
}
a
{
	color:#ffffff;
	border-bottom:1px solid #6AA9D9;
	text-decoration:none;
}
a img, img
{
	border:0;
}
a:hover
{
	border:0;
}
h2
{
	font-size:17px;
	color:#6AA9D9;
	margin-bottom:10px;
	text-transform:uppercase;
}
.textbox
{
	background:white;
	border:0;
	padding:5px;
	width:250px;
}
/* Layout
*************************************************/
#logo
{
	position:absolute;
	left:25px;
	top:27px;	
	width:218px;
	height:66px;
	background:url("../_gfx/logo.jpg");
}
#page
{
	width:100%;
	text-align:center;
}
#content
{
	width:785px;
	height:600px;
	margin:74px auto;
}
#text
{
	text-align:left;
	clear:both;
	max-width:100%;
	height:650px;
	margin-bottom:40px;
}
/* Tabbed Menu
*************************************************/
#menu
{
	float:right;
	max-width:100%;
	line-height:normal;
	text-align:right;
	min-height:80px;
	max-height:80px;
}
#menu ul
{
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#menu li
{
	display:inline;
	margin:0;
	padding:0;
}
#menu a
{
	float:left;	
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	border:0;
}
#menu a span
{
	float:left;
	display:block;
	padding:5px 15px 4px 10px;
	font-size:16px;
	text-transform:lowercase;	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
.selected
{
	background:url("../_gfx/tab_left.gif") no-repeat left top white;
	color:black;
}
.selected span
{
	background:url("../_gfx/tab_right.gif") no-repeat right top white;
	color:black;
}


.remove, .remove-brand { text-decoration:none; color:Red; font-weight:bold; border:none; }

.photoupload 
{
	margin:30px 0;
	padding:0 15px 15px 15px;
	background:none repeat scroll 0 0 #515151;
	border:1px solid #191919;
}
#fancybox-close { border:none; }

.facebook { border:none; position:absolute; left:800px; top:-15px; }

.message { border:2px solid white; background:#434343; margin-bottom:5px; width:500px; height:81px; text-align:center; vertical-align:middle; }
.message div { padding:10px 0 0; }


.idid { color:#CCCCCC; display:inline-block; margin-right:5px; color:Gray; }
