﻿*
{
	margin: 0px;
	padding: 0px;
	outline: none;
	-webkit-text-size-adjust: none;
}

html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	color: white;
	background: black url("../images/background.jpg") no-repeat fixed right bottom;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
}

h1,
h2,
h3 
{
	line-height: normal;
	cursor: default;
}

img,
table,
td 
{
	border: none;
	vertical-align: top;
}

input,
textarea 
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	line-height: normal;
	resize: none;
}

label
{
	float: left;
	width: 150px;
	line-height: 20px;
	margin-bottom: 10px;
}

input 
{
	border: none;
	color: white;
	background: black url("../images/button.gif") no-repeat scroll left top;
	width: 140px;
	height: 16px;
	padding: 2px 5px;
	margin-bottom: 10px;
}

input.submit 
{
	width: 150px;
	height: 30px;
	padding-bottom: 4px;
	font-weight: bold;
}

a 
{
	color: #bfe5ff;
	text-decoration: none;
}

a * 
{
	cursor: pointer;
}

a:hover 
{
	color: white;
	text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover 
{
	text-decoration: none;
}

ul 
{
	list-style-type: none;
}

.clr
{
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	zoom: 1;
}

.fl 
{
	float: left;
}

.fr 
{
	float: right;
}

.error,
.error_msg
{
	color: red;
}

h1,
h1 a,
h2,
h2 a,
.main_menu a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

h3,
h3 a 
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h4,
h4 a
{
	font-weight: bold;
	font-size: 10px;
}

#layer_scroll
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	/*background-image: url("../images/transparent.gif");*/
}

#layer_fixed
{
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 1000;
	margin-left: -500px;
	width: 230px;
}

/*#layer_fixed .content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#layer_fixed .left_column
{
	position: relative;
	z-index: 100;
	width: 230px;
	padding-top: 100px;
}*/

#layer_scroll .content
{
	width: 750px;
	padding-left: 250px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.right_column
{
	float: right;
	width: 230px;
	padding-left: 0px;
}

#logo
{
	display: block;
	margin: 20px 0px 20px 100px;
	width: 300px;
	height: 60px;
	background: transparent url("../images/skyauto_logo.gif") no-repeat scroll left top;
}

h1,
h2,
.main_menu a
{
	display: block;
	margin-bottom: 1px;
	padding: 6px 10px;
	width: 210px;
	background: transparent url("../images/elements.png") no-repeat scroll left top;
	text-decoration: none !important;
}

.box
{
	position: relative;
	width: 210px;
	padding: 10px 10px 0px;
	background: transparent url("../images/translucent.png") repeat;
	line-height: 14px;
}

.box .tb
{
	position: absolute;
	top: -1px;
	left: 0px;
	display: block;
	width: 230px;
	height: 1px;
	background: transparent url("../images/elements.png") no-repeat scroll left -65px;
}

.box .bb
{
	position: absolute;
	bottom: -30px;
	left: 0px;
	display: block;
	width: 230px;
	height: 30px;
	background: transparent url("../images/elements.png") no-repeat scroll left bottom;
}

.box h4
{
	padding-top: 1em;
}

ul.photos
{
	float: left;
	width: 510px;
	overflow: hidden;
}

ul.photos li
{
	padding: 1px;
	margin-bottom: 20px;
	width: 500px;
	overflow: hidden;
	background: transparent url("../images/translucent.png") repeat;
}

.thumbnails
{
	margin-right: -10px;
	width: 760px;
	overflow: hidden;
}

.thumbnails a
{
	position: relative;
	float: left;
	width: 150px;
	height: 130px;
	margin: 0px 20px 20px 0px;
	padding: 10px;
	background: transparent url("../images/thumb_background.png") no-repeat scroll left top;
	text-decoration: none;
}

.thumbnails a span
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 150px;
	padding: 5px 10px 7px;
	background-color: black;
}

.footer
{
	border-top: 1px black solid;
	margin-top: 20px;
	padding: 20px;
	height: 20px;
	background: transparent url("../images/translucent.png") repeat;
	text-align: center;
	line-height: 20px;
}
