/* CSS Document */

body	{
		min-width: 900px;
		background-color: #171717;
		color: #999;
		font-family: Calibri, Tahoma, Arial, "Sans Serif";
		background-image: url("../images/home_bg.png");
		background-repeat: no-repeat;
		background-position: top center;
		}
		
a		{
		color: #32BB32;
		text-decoration: none;
		}
		
a:hover		{
		color: #32BB32;
		text-decoration: underline;
		}
		
h1		{
		font-size: 21px;
		color: #EEE;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		margin-bottom: 25px;
		}
		
blockquote	{
		background-color: #141414;
		padding: 25px 35px;
		margin: 30px 0px;
		background-image: url("../images/quote_bg.png");
		background-repeat: repeat-x;
		background-position: top center;
		font-family: "Times New Roman", Serif;
		font-style: italic;
		font-size: 18px;
		border: 1px solid #000;
		}
		
b		{
		color: #32BB32;
		}	
		
i		{
		color: #32BB32;
		}
		
.logo	{
		width: auto;
		height: 170px;
		margin-top: 30px;
		background-image: url("../images/logo.png");
		background-repeat: no-repeat;
		background-position: center center;
		}
		
.navbar	{
		width: auto;
		height: 70px;
		background-image: url("../images/navbar_bg.png");
		background-repeat: no-repeat;
		background-position: top center;
		}
		
.navbar_center	{
		width: 560px;
		margin: 0px auto;
		height: 50px;
		padding-top: 5px;
		}
		
.navbar_center a	{
		color: #FFF;
		text-decoration: none;
		font-size: 18px;
		width: 130px;
		text-align: center;
		float: left;
		padding: 13px 5px 15px 5px;
		}
		
.navbar_center a:hover	{
		color: #FFF;
		text-deocration: none;
		background-image: url("../images/navbar_over.png");
		background-repeat: no-repeat;
		background-position: center center;
		}
		
.content	{
		width: 545px;
		margin: 50px auto 0px auto;
		background-image: url("../images/content_bg.png");
		background-repeat: no-repeat;
		background-position: top center;
		min-height: 500px;
		padding: 55px;
		padding-top: 20px;
		line-height:  25px;
		}
		
.copyright	{
		width: auto;
		padding: 18px;
		text-align: center;
		}
		
.contact	{
		width: auto;
		}
		
.contact input	{		
		background-color: #141414;
		padding: 10px 15px;
		background-image: url("../images/quote_bg.png");
		background-repeat: repeat-x;
		background-position: top center;
		font-family: "Times New Roman", Serif;
		font-style: italic;
		font-size: 18px;
		border: 1px #000 solid;
		width: 500px;
		color: #777;
		margin: 5px 0px;	
		}
		
.contact input:hover	{
		border: 1px #32BB32 solid;
		color: #32BB32;
		}
		
.contact button	{		
		background-color: #141414;
		padding: 10px 15px;
		background-image: url("../images/quote_bg.png");
		background-repeat: repeat-x;
		background-position: top center;
		font-family: "Times New Roman", Serif;
		font-style: italic;
		font-size: 18px;
		border: 1px #000 solid;
		width: 200px;
		color: #777;
		margin: 5px 0px;
		margin-right: 10px;	
		}
		
.contact button:hover	{
		border: 1px #32BB32 solid;
		color: #32BB32;
		}
		
.contact textarea	{		
		background-color: #141414;
		padding: 10px 15px;
		background-image: url("../images/quote_bg.png");
		background-repeat: repeat-x;
		background-position: top center;
		font-family: "Times New Roman", Serif;
		font-style: italic;
		font-size: 18px;
		border: 1px #000 solid;
		width: 500px;
		height: 100px;
		color: #777;
		margin: 5px 0px;
		scrollbar-base-color: #141414;
		scrollbar-highlight-color: #1A1A1A;
		scrollbar-3dlight-color: #1D1D1D;	
		scrollbar-shadow-color: #0F0F0F;
		scrollbar-darkshadow-color: #0C0C0C;
		}
		
.contact textarea:hover	{
		border: 1px #32BB32 solid;
		color: #32BB32;
		}