/* (c) 2009 pavdesign  */

/* remove defaults */

*
{
	margin: 0;
	padding: 0;
}

/* global styles */

body
{
	
	color: #eaf1fc;
	font-family: "FreeSans Bold", Helvetica, Tahoma, Geneva, sans-serif;
	background-color: black;
	
	
}

/* links - general */

a:link, a:visited
{
color: #D6FF45;
text-decoration: none;
}

a:hover
{
	color: #D6FF45;
	text-decoration: underline;
}

a:active
{
color: #4A4563;
text-decoration: none;
}

/* links - top */

div#top a:link, div#top a:visited
{
	text-decoration: none;
	color: #d4dbe5;
}

div#top a:hover
{
	text-decoration: none;
	color: #D6FF45;
}

div#top a:active
{
	text-decoration: none;
	color: white;
}


/* logo link */

h1#logo a:link, h1#logo a:visited, h1#logo a:hover, h1#logo a:active
{
	text-decoration: none;
	color: #D6FF45;
}

/* top */

table.thumbnails a.thumbnail
{
	border: none;
}

div#top
{
	/*width: 750px;*/
	width: 1150px;
	height: 60px;
	float: left;
	padding-left: 50px;
	background: url('gfx/green_transp.png');
}


img#logo
{
	
	/*width: 150px;
	height: 40px;*/
	float: left;
	margin-top: 14px;
	border: none;
}

ul#nav
{
	float: left;
	width: 650px;
	text-align: right;
	margin-top: 20px;
	/*margin-right: 10px;*/

}

ul#nav li
{
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

/* wrappers */

div#wrapper1 /* outer */
{
	/*width: 800px;*/
	width: 1200px;
	height: 820px;
	margin: 0 auto;
	margin-top: 20px;
	/*float: left;*/
	/*margin-bottom: 20px;*/
	/*background: url('gfx/back5_16.png') no-repeat;*/
	background: url('gfx/floral_back.jpg') no-repeat;
	background-repeat: no-repeat;
}

div#wrapper /* inner */
{
	width: 500px;
	height: 612px;
	top: 60px;
	float: left;
	padding-top: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 130%;
	display: inline; /* IE 6 float margin bug */
}

/* paragraphs, headings, lists */

span.emphasis
{
	font-weight: bold;
	
}

span.italic
{
	
	font-style: italic;
}


h2, h3
{
	color: #D6FF45;
	font-weight: bold;
	margin-bottom: 10px;

}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 17px;
}

p
{
	margin-bottom: 16px;

}


ul.normal
{
	margin-bottom: 16px;
	margin-left: 20px;
}

ul.normal li
{
	/*list-style-position: inside;*/
	margin-bottom: 5px;
}


/* images, tables, forms */

img#photo
{
	float: left;
	margin-right: 15px;
	margin-top: 17px;
	padding-bottom: 10px;
}

table.thumbnails
{
margin-top: 10px;
}


table.thumbnails img
{
	border: none;
	border: 1px solid #454545;
	margin-right: 15px;
	
}

table.thumbnails tr
{
	height: 80px;
	
}

td.caption
{
	font-size: 14px;
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
	width: 200px;
}

td.caption h4
{
	font-size: 14px;
	font-weight: normal;
	margin-top: -5px;
}

form h3
{
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
}

form#contactform div
{
	float: left;
	margin-top: 0px;
}

input#name, input#email
{
	margin-bottom: 5px;
	color: white;
	font-size: 13px;
	width: 350px;
	display: block;
	border: 1px solid white;
	margin-right: 4px;
	font-family: Arial, sans-serif;
	background: url('../gfx/transp.png');
}

div#character_limit
{
	float: left;
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 49px;
	text-align: right;
}

div#character_limit input
{
	background: url('../gfx/transp.png');
	border: none;
	color: white;
}	

textarea#message
{
	margin-bottom: 5px;
	color: white;
	font-size: 13px;
	width: 350px;
	height: 100px;
	background: url('../gfx/transp.png');
	display: block;
	border: 1px solid white;
	font-family: Arial, sans-serif;
}

input.button
{

	color: white;
	background: url('../gfx/transp.png');
	font-size: 12px;
	width: 70px;
	border: 1px solid white;	
}


/* footer */

div#footer
{
	width: 1150px;
	height: 18px;
	line-height: 38px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 50px;
	float: left;
	padding-bottom: 20px;
	/*color: #D6FF45;*/
	background: url('gfx/green_transp.png');
}
