/*****************************
Project: Syite.com Project
By: Fleech Media Inc.
*****************************/

/*******GENERAL TAGS*******/
body {
	margin:0px auto;
	padding:0px;
	width: 800px;
	color: #333333;
	position: relative;
	background: #CAC492 url('images/bg.png') repeat-y center top;; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:160%; 
	font-size:70%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a, strong a {

	text-decoration:none;
	outline: none;
	color:#000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration:underline;
}
p {
	margin: 0px 0px 14px;
}

/***HEADER TAGS***/
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h2, h3, h4, h5 { display: block; margin: 0px; padding: 0px;}
h2, h2 a, h3, h4, h5 { color: #637C4E; font: 16px verdana, Georgia, serif; text-decoration: none; }
h2 a:hover { text-decoration: underline; }
h2 { border-bottom: 2px dashed #637C4E; font-weight: bold; margin-top: 10px; }
h3, h4 { font-size: 17px; }
h4 { margin: 10px 0px -4px 0px; }
h5 { margin: 10px 0px -4px 0px; font-size: 14px; font-style: italic;  }

/***QUOTE & CODE***/
code{
	font: 12px/14px "Courier New", Courier, monospace;
	color: #000000;
	background: #F5F5F5;
	margin: 5px 10px;
	padding: 10px;
	display:block;
	border: 1px dashed #818141;
	width: auto;
}
.code .indent {
	padding-left: 15px;
}
blockquote {
	margin: 0px 15px 20px;
	padding: 3px 10px;
	border-left: 3px dotted #d6e5aa;
	border-right: 3px dotted #d6e5aa;
	border-top: 1px dotted #d6e5aa;
	border-bottom: 1px dotted #d6e5aa;
	line-height: 140%;
	width: auto;
}

/***MAIN***/
#main {
	width: 800px;
	margin: 0 auto;
	height: auto;
}

/***Header***/
#nav_container {
	background: #fff;
	height: 115px;
	width: auto;
	padding-right: 10px;
	font: 17px/17px helvetica, "Courier New", Courier, monospace;
	overflow: hidden;
}

#logo {
	float: left;
	width: 400px;
}

.logo {
	
}

#nav{

}



.animatedtabs{
	margin: 0;
	float: left;
	width: 390px;
	height: 1% /* Holly hack for Peekaboo Bug */
	height: 101px;
	overflow: hidden;
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
height: 101px;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0 2px 0 2px;
}

.animatedtabs a{
float: left;
position: relative;
background: url('images/nav_left.png') no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 10px;
text-decoration: none;
height: 100px;
overflow: hidden;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url('images/nav_right.png') no-repeat right top;
height: 130px;
padding: 45px 17px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
text-transform: lowercase;
overflow: hidden;
color: #666666;
font: 14px Verdana, Arial, Helvetica, sans-serif;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -135px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -135px;
color: #666666;
padding-top: 65px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -135px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -135px;
padding-top: 65px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/***HEADER***/
#header {
	clear: both;
	width: auto;
	height: 300px;
	background: #0099cc url('images/biggreen.png') repeat-x center top;
}

#side-a {
	float: left;
	width: 540px;
}

#side-a h2 {
	margin-left: 15px;
	margin-bottom: 30px;
	color: #fff;
	width: 300px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 255px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	height: 300px;
	background: url('images/login.jpg') no-repeat center center;
}


/***LOGIN***/

.login {
	width: 200px;
	margin: 60px auto;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.login h2 {
	margin-bottom: 10px;
}

.login p {
	margin: 5px;
	line-height: 1.5em;
}

#s_input {
	border: 1px solid #CECECE;
	background: #fff;
	margin-left: 10px;
	color: #666;
}

#s_input:hover {
	border: 1px solid #666;
}

#password {
	border: 1px solid #CECECE;
	background: #fff;
	margin-left: 10px;
	color: #666;
}

#password:hover {
	border: 1px solid #666;
}

#signin {
	border: 1px solid #CECECE;
	background: #fff;
	margin-left: 10px;
	color: #666;
}

#signin:hover {
	border: 1px solid #666;
}

.remember {
	float: left;
	width: 120px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.signin { 
	margin: 0;
	float: left;
	width: 60px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background: url('images/login.jpg') no-repeat center center;
}

.forgot {
	clear: both;
	width: 200px;
	margin: 20px auto;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/***CONTENT***/
#content {
	width: 750px;
	margin: auto;
	padding-top: 15px;
}

#content a {
	color: #000;
}

.small {
	font: small;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/***GALLERY***/
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 111px;
	height: 85px;
}

/***TOP IMG***/

/* =topimg Code
----------------------------------------------------------------------*/

.topimg
{
	cursor: default;
	list-style: none;
}

.topimg a
{
	cursor: default;
}

.topimg a .preview
{
	display: none;
}

.topimg a:hover .preview
{
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
}

.topimg img
{
	background: #666666;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.topimg li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 2px;
	position: relative;
}

.topimg .preview
{
	border-color: #000;
	width: 111px;
	height: 85px;
}

.clearboth {
	clear: both;
}


/***GALLERY NAV***/
.pagination{
padding: 2px;
width: 400px;
margin: auto;
margin-bottom: 10px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 13px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #666;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #666;
color: #FFF;
background-color: #637C4E;
}

.pagination a.currentpage{
background-color: #637C4E;
color: #FFF !important;
border-color: #666;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
}

/***FOOTER***/
#footer {
	background: #637C4E;
	width: auto;
	text-align: center;
	margin-top: 20px;
	min-height: 50px;
	color: #fff;
	height: auto;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a{
	color: #fff;
}