﻿html, body 
{
    margin:0;
    padding:0;
	/*height:950px;	*/
}
body 
{
	background-color:#fff;
	background-image: url('images/bg.jpg');
	background-position: center center;
	background-repeat: repeat-x;
	background-attachment:fixed;
	color:#444;
	font-family:Trebuchet MS;
	font-size: 12px;
	height:100%;
}
#container
{
    margin:auto;
    width:100%;
    width:950px;
}

#footer
{
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size:10px;
    text-align:center;
    color:#b7b7b7;
    width: 710px;
    height: 43px;
    margin-left:240px;
    line-height: 30px;
    margin-bottom:20px;
}
#footer a
{
    color:#b7b7b7;
}
#content
{
    min-height:400px;
	margin-bottom: 40px;
	overflow:hidden;
}

#emptycontainer
{
	background-color:#fff;
}
.emptypagewidth
{
    padding-left:10px;
    padding-right:10px;
}
a
{
	color: #ed1c24;
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border:none;
}
span.red
{
	color: #ed1c24;
}
a.red
{
	color: #ed1c24;
	text-decoration:underline;
}
a.red:hover, span.red:hover
{
	text-decoration: none;
}
ul
{
	padding:1px;
	margin:1px;
	padding-left:0;
	margin-left:0;
}
ul li
{
	list-style:none;
}
h1
{
	color:#ed1c24;
	font-size: 15px;
	font-weight:normal;
	text-transform: uppercase;
}
h2
{
	color: Black;
	font-weight:normal;
	font-size: 14px;
}
h3
{
	color: Black;
	font-weight:normal;
	font-size: 12px;
}
h4
{
	color: Black;
	font-weight:normal;
	font-size: 10px;
}
p
{
	line-height: 18px;
	margin-top:0;
	margin-bottom:10px;
}
a.lock
{
    background-image: url('images/lock.jpg');
    display: block;
    position:absolute;
    top:0;
    right: 0;
    height:50px;
    width:50px;
}
a.lock span
{
    visibility:hidden;
}
.info
{
    line-height:16px !important;
    height:16px !important;
    padding:0;
}
textarea, input[type=text], input[type=password] {
	font-family:Trebuchet MS, Verdana;
	font-size: 12px;
	border:1px solid #ccc;
	padding-left:2px;
	padding-right:2px;
	line-height:20px;
	height:20px;
	vertical-align:middle;
}
textarea:hover, input[type=text]:hover, input[type=password]:hover ,
textarea:active, input[type=text]:active, input[type=password]:active {
	border:1px solid #777;
}
select 
{
    height:22px;
}
a:active, a:focus, img {
outline: 0
}

#miniGallery 
{
    background-image: url('images/home_shadow.png');
    background-position:bottom right;
    background-repeat:no-repeat;
    padding-right: 10px;
    padding-bottom:10px;
    width: 360px; 
    height: 490px;
}
#miniGallery img
{
    vertical-align:bottom;
}