/* CSS Document */

/* generic settings */

body, html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	text-align:center;
	background-image:url(img/bg.png);
	background-color:#000;
	color:#404040;
	}

h1 {
	font-size:19px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	color:#000;
	}
	
h2 {
	font-size:17px;
	font-weight:normal;
	margin:10px 0px 5px 0px;
	color:#000;
	}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	color:#000;
	}
h4 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	color:#000;
	}

a {
	color:#404040;
	outline: none;
}

img {
	border:0px;
}

.orderform {
	border-style: solid;
	border-width:1px;
	border-color:#ccc;
	background-color:#fff;
	width:300px;
}

/* end generic settings /*

/* header area */

#header{
	width:100%;
	height:88px;
	background-image:url(img/header-bg.png);
}

#login{
	float:right;
	text-align:center;
	font-size:14px;
	width:270px;
	height:150px;
	background-image:url(img/login-box.png);
	background-repeat:no-repeat;
	color:#ccc;
	margin:5px;
}
#login #domain{
    border:0;
	font-size:15px;
    background-image: url(img/login-domain.png);
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
    padding-left:74px;
	margin-top:35px;
	width:175px;
}
#login #password{
    border:0;
	font-size:15px;
    background-image: url(img/login-password.png);
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
    padding-left:89px;
	width:160px;
}
#login #submit{
	height:30px;
	width:100px;
}


#logo{
	position:relative;
	left:-250px;
}

/* end header */

/* Menu area */

#menu{
	width:100%;
	background-image:url(img/menu-bg.png);
	height:51px;
	text-align:center;
}

#menu a{
	position:relative;
	top:10px;
	font-size:17px;
	padding: 7px 20px 7px 20px;
	color:#fff;
	text-decoration:none;
	border:0px solid #68992c;
}
#menu a:hover{
	background-color:#68992c;
}
#menu a.active{
	color:#fff;
	background-color:#4e741b;
	border:0px;
}

/* end menu */
	
/* main content area */

#content{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}

#contenttop{
	width:800px;
	height:10px;
	background-image:url(img/contenttop.gif);
	background-repeat:no-repeat;
	background-color:#fff;
}

#maincontent{
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:left;
}


#contentbottom{
	width:800px;
	height:10px;
	background-image:url(img/contentbottom.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position: bottom;

}

/* end main content area */

/* Footer area */

#footer {
	font-size:13px;
	color:#404040;
	padding-top:5px;
	height:37px;
	}	
	
#footer a {	
	color:#404040;	
	text-decoration:none;
	margin-left:10px;
	}
	
#footer a:hover {	
	color:#FFFFFF;	
	text-decoration:underline;
	}	
/* end footer */
