/*
	File Name:		main.css
	Description:	Green Art Gallery
	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;
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #381F43;
}

a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}

a img {
	border: none;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}
#wrapper .pb {
	display: block;
	padding-bottom: 12px;
	font-weight: normal;
}

h4 a {
	color: #39064F;
}

h4 a:hover {
	color: #9555B0;
	text-decoration: none;
}

h5 {
	font-size: 13px;
	font-weight: normal;
}

h6 {
}

.purple {
	color: #9555B0;
}

.biggerText {
	font-size: 12px;
}

.blueLink {
	color: #0099CC;
	text-decoration: underline;
}
.blueLink:hover {
	color: #9555B0;
}


.red {
	color: #FF0000;
}

#wrapper {
	position: relative;
	z-index: 1;
	width: 974px;
	margin: 0 auto;
}

	#wrapper .vTop {
		vertical-align: top;
	}
	#wrapper .vMid,
	#wrapper table.vMid td {
		vertical-align: middle;
	}
	#wrapper .vBot {
		vertical-align: bottom;
	}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cleaner {
	clear: both;
}


.show {
	display: block;
}
.hide {
	display: none;
}



#top {
	height: 210px;
	padding: 20px 12px 0 12px;
}




#topLinks {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 20px;
}
	#topLinks li {
		display: block;
		float: left;
		padding: 0 10px;
	}
	#topLinks .li {
		background: url(../img/_.gif) right 2px no-repeat;
	}
	#topLinks li a {
		color: #C0B8C7;
	}
	#topLinks li a:hover {
		color: #A89CB1;
		text-decoration: none;
	}


#topMenu {
	position: absolute;
	z-index: 10;
	top: 100px;
	right: 30px;
}
	#topMenu li {
		display: block;
		float: left;
		padding: 12px 50px 0 50px;
		height: 25px;
		font-size: 15px;
		background: url(../img/_.gif) right top repeat-y;
		color: #006600;
	}
	#topMenu li a {
		color: #1B0035;
	}

	#topMenu li a:hover {
		color: #006600;
	}

	#wrapper #topMenu .last {
		padding-right: 0;
		background: none;
	}



#menu2,
#menu3,
#menu4 {
	position: absolute;
	z-index: 10;
	top: 145px;
}

	#menu2 li,
	#menu3 li,
	#menu4 li {
		padding-bottom: 5px;
		color: #006600;
	}

	#menu2 li a,
	#menu3 li a,
	#menu4 li a {
		color: #1B0035;
	}

	#menu2 li a:hover,
	#menu3 li a:hover,
	#menu4 li a:hover {
		color: #006600;
	}

	#menu2 {
		left: 409px;
	}

	#menu3 {
		left: 576px;
	}

	#menu4 {
		left: 719px;
	}







#content {
	padding-bottom: 15px;
	clear: both;
	width: 974px;
}

	#content td,
	#middle td {
		vertical-align: top;
	}


.dots_t {
	background: url(../img/_.gif) left top repeat-x;
}
.dots_b {
	background: url(../img/_gif) left bottom repeat-x;
}
.dots_r {
	background: url(../img/_.gif) right top repeat-y;
}
.dots_l {
	background: url(../img/_.gif) left top repeat-y;
}


.dots_m1 {
	background: url(../img/_.gif) center top repeat-y;
}

.dots_m2 {
	background: url(../img/_.gif) left center repeat-x;
}







.padd {
	padding: 12px;
}

.padd2 {
	padding: 15px 25px 0 25px;
}

.padd_l {
	padding-left: 20px;
}

.padd_r {
	padding-right: 20px;
}

.padd_b {
	padding-bottom: 7px;
}



.marg_t {
	margin-top: 10px;
}
.marg_b {
	margin-bottom: 10px;
}




.darkBg {
	background-color: #006602;
	color: #FFF;
	padding: 12px 20px;
	width: 910px;
}

.home .darkBg {
	padding: 15px 20px;
}

	.darkBg a,
	.darkBg a:hover {
		color: #FFF;
	}

	.darkBg .arw {
		background: url(../img/arw.gif) left 5px no-repeat;
		padding-left: 18px;
	}


	.darkBg ul {
		height: 14px;
		padding-top: 5px;
	}
	.darkBg ul li {
		display: block;
		float: left;
		color: #9555B0;
	}

	.darkBg ul .li {
		background: url(../img/_.gif) left 3px no-repeat;
		padding: 0 10px;
	}

	.darkBg ul .first {
		padding-right: 10px;
	}





#middle {
	padding-top: 15px;
}

	#middle p {
		margin:0;
		padding: 0;
	}

	#middle ul,
	#middle ol {
		padding-left: 16px;
	}

	#middle ul li {
		list-style-type: disc;
		padding-bottom: 5px;
	}

	#middle ol li {
		list-style-type: decimal;
		padding-bottom: 5px;
	}



.scroll {
	overflow: auto;
	height: 426px;
}

*|html .scroll {
	overflow-y: auto;
}

.error_hide .error {
	display: none;
}
.error_show .error {
	display: block;
}




#footer {
	padding: 20px 15px 20px 25px;
	/*background: url(../img/dots_h.gif) left top repeat-x;       */
	height: 28px;
}

	#footer ul li {
		display: block;
		float: left;
	}
	#footer ul .li {
		background: url(../img/_.gif) left 3px no-repeat;
		padding: 0 10px;
	}

	#wrapper #footer ul .first {
		padding-right: 10px;
	}


/* --- Forms --- { --- */

.shortInput,
.normalInput,
.mediumInput,
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border-left: 2px solid #A0A0A0;
	border-top: 2px solid #A0A0A0;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
}

.form .shortInput,
.form .normalInput,
.form .mediumInput,
.form .longInput {
	margin: 0 0 10px 0;
}

.shortInput {
	width: 50px;
}

.normalInput {
	width: 150px;
}

.mediumInput {
	width: 220px;
}

.longInput {
	width: 320px;
}


.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	border: none;
	background-color: #FFF;
	width: 34px;
	padding: 0;
}

/* --- } --- Forms --- */

