/*
	File Name:		styles.css
	Description:	SITE_NAME
	Version:		1
	Author:			Dmitry Korsunov
	E-mail:			dmitry.korsunov@gmail.com
	
	No Rights Reserved.
	But some credit would be appreciated.
*/


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5D5D;
	background-color: #FFF;
}

a {
	color: #1E5395;
}

a img {
	border: none;
}

a:hover {
	color: #CB400F;
}

/* --- Headings --- { --- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* --- } --- Headings --- */

.smallerText {
	font-size: 11px;
}



p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 1;
	background: url(../img/middle.gif) center center no-repeat;
}
	
	#wrapper .vTop {
		vertical-align: top;
	}
	#wrapper .vMid {
		vertical-align: middle;
	}
	#wrapper .vBot {
		vertical-align: bottom;
	}

.cleaner {
	font-size: 1px;
	height: 1px;
	margin-bottom: -1px;
	clear: both;
}

.show {
	display: block;
}
.hide {
	display: none;
}



#content {
}
	#content p {
		padding: 0 0 12px 0;
	}

	#content td {
		vertical-align: top;
	}



#sidebar {
}



#footer {
    position: relative;
	z-index: 10;
	margin-top: -65px;
    height: 65px;
    background: #CDE1EB url(../img/footer.gif) center center no-repeat;
    clear: both;
}


/* --- Forms --- { --- */

.shortInput,
.normalInput,
.normalInput2,
.mediumInput,
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	color: #777;
}

.form .shortInput,
.form .normalInput,
.form .normalInput2,
.form .mediumInput,
.form .longInput {
	margin: 2px 0 16px 0;
}

.shortInput {
	width: 40px;
}

.normalInput {
}

.normalInput2 {
	width: 185px;
}

.mediumInput {
	width: 265px;
}

.longInput {
}


.marg5 {
	margin-top: 5px;
}

.marg10 {
	margin-top: 10px;
}

/* --- } --- Forms --- */