﻿/*
CSS StyleSheet made for www.ForYourGuest.com
Author: Mafhsoft
Website: www.mafhsoft.com
Date: June 24, 2008
*/


/* Color Definition use on this page
    gray: #efefef; 
	boxes-bg: #ebebeb;
    white: #f5f5f5; 
	font: #674aba;
	purple: #660033;
*/

body	{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
	background: #f5f5f5 url(images/mafhsoft_bg.jpg) repeat-x;
	}

	
#wrapper {
    position: static; 
	width: 900px;
	margin: auto;
	padding: 0px;
	color: #674aba;
	borderx: solid 1px #674aba;
	}

#container {
	width: 902px;
	}

#header {
	width: auto; 
    background: url(images/mafhsoft_logo2.jpg) no-repeat left top;
    margin: 0px;
    height: 198px;
    padding-left: 30px;
	}

#right-column {
    float: right;
	width: 175px;
	margin-top: 0px;
    padding: 20px 15px 20px 15px;
	}

#content {
	width: 650px;
	margin-left: 0px;
	margin-right: 200px;
	padding: 20px 15px 20px 15px;
	}

#footer	{
	clear: both;
    position: static; 
	width: 900px;
	margin: auto;
	padding: 0px 0px 20px 0px;
	}

#copyright {
	padding: 0px 20px 0px 20px;
	text-align: center;
	color: #674aba;
	font-size: 60%;
	}
	
/****************************/
/******     Menu       ******/	
/****************************/

#mainmenu {
	font-size: 90% !important;
	margin-left: 10px;
	}

#mainmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	}

#mainmenu li {
	display: block;
	height: 2em;
	margin-top: 5px;
	border: solid 1px #B9B9B9;
	padding: 3px;
	width: 10em;
	}

#mainmenu li a {
	display: block;
	color: #674aba;
	text-decoration: none;
	background-color: #ebebeb;
	margin: 3px; 
	padding: 3px 3px 3px 3px;
	width: 9.2em;
	}

#mainmenu li a:hover {
	color: Fuchsia;   /* #ffaaaa; */
	}	
	
/****************************/
/*****    Options       *****/	
/****************************/

#options {
	font-size: 90% !important;
	font-weight: bold;
	}

#options ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	}

#options li {
	display: list-item;
	height: 50px;
	}

#options li a {
	color: #674aba; 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px  2px 0px;
	}

#options li a:hover {
	color: Fuchsia; /*#ffaaaa; */
	}		
	

/****************************/
/******     Menu       ******/	
/****************************/

#content p {
	font-size: 100%;
	font-weight: normal;
	}

#content p.italic {
	font-size: 100%;
	font-style: italic;
	}

	
/****************************/
/******     Boxes      ******/	
/****************************/

.mafhsoft-box {
	border: solid 1px #B9B9B9;
	}

.mafhsoft-txt {
	background-color: #ebebeb;
	margin: 8px;
	padding: 20px 10px 20px 10px; 
	text-align: justify;
	font-size: 12px;
	line-height: 1.5em;
	}

.mafhsoft-txt a {		
	text-decoration: none;
	color: #674aba; /*#271b6d;*/
	}
	
.mafhsoft-txt a:hover {		
	color: Fuchsia;
	}	
	
span.small-text {
	font-size: 80%;
	}
	
	
/****************************/
/******     Posters    ******/	
/****************************/

.posters {
	clear: both;
	margin: 8px;
	height: 280px; 
	padding-top: 1px;
	}	
	
.posters a {		
	color: #674aba; /*#271b6d;*/
	}
	
.posters a:hover {		
	color: Fuchsia;
	}	

.posterimage {
	float: left;
	margin: 0px;
	}

.posterimage img 	{
	border: solid 1px #b9b9b9;
	}	

.posterdesc {
	position: relative; 
	background-color: #ebebeb;
	margin: 80px 8px 8px 330px;
	padding: 15px 10px 15px 10px; 
	text-align: justify;
	font-size: 10px;
	line-height: 1.5em;
	}

/****************************/
/******  Contact Form  ******/	
/****************************/

#email-form {
   font-size: 12px;
}
#email-form input {
   color: #674aba;
   background-color: #f5f5f5;
   border: solid 1px #B9B9B9;
}
#email-form .name {
   margin-left: 31px;
   margin-bottom: 5px;   
   width: 250px;
}	
#email-form .email {
   margin-left: 34px;
   margin-bottom: 5px;
   width: 250px;   
}	
#email-form textarea {
   width: 500px;
   height: 150px;
   color: #674aba;
   border: solid 1px #B9B9B9;
   margin-left: 76px;
   background-color: #f5f5f5;
}
#email-form input.submit {
   width: 170px;
   margin-left: 408px;
   color: #674aba;
   border: solid 1px #B9B9B9;   
   background-color: #f5f5f5;
}
