#mcon {
 width: 960px;
 height:35px;
 background: url(images/slice2.jpg) no-repeat;
 
}


#open{width:160px;}
#toggle {width:190px;}

ul, li {
 margin: 0; padding: 0;
}

#blob {

 border-right: 1px solid #777;
 border-left: 1px solid #777;
 position: absolute;

 z-index : 1;
 background: #777;
 background: -moz-linear-gradient(top, #F7F7F7, #777);
 background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#777));

 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-box-shadow: 2px 3px 10px #011331;
 -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
 position: relative;
left:150px;
 float: left;
}

#nav li {
 float: left;
 list-style: none;

}

#nav li a {
outline:0;
 color: #000;
 position: relative;
 z-index: 2;
 float: left;
 font-size: 15px;
 font-weight:bold;
 font-family: Georgia, helvetica, arial, sans-serif;
 text-decoration: none;
 padding: 9px 22px;
}




#contact-us {
	padding-left: 10px;
	width: 275px;
}
	#contact-us textarea {
		height: 100px;
	}

#contact-us-message {
	display: none;
}

.input-box {
	margin-bottom: 5px;
}

.submit {
	text-align: right;
}
	.submit input {
		font-weight: bold;
		width: 75px;
		border: 1px solid;
		border-color: #999 #333 #333 #999;
	}

.error, .success {
	padding: 5px 5px 5px 25px;
    margin: 5px 0px;
}

.error {
	border: 1px solid #ff0000;
	background: #ffdddd;
	background-image: url('images/action-error.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.success {
	border: 1px solid #009900;
	background: #cfffcf;
	color: #003300;
	background-image: url('images/action-success.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.loading {
	background: #ffdddd;
	font-weight: bold;
	padding: 6px;
	font-size: 8pt;
}
.guzik:hover{ background: -moz-linear-gradient(top, #F7F7F7, #333);
 background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#333));}
.guzik{margin-top:20px; float:none; margin-left:15px;
	 background: #777;
 background: -moz-linear-gradient(top, #F7F7F7, #777);
 background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#777));
  -webkit-border-radius: 20px; /* Safari, Chrome */
  -khtml-border-radius: 20px;    /* Konqueror */
  -moz-border-radius: 20px; /* Firefox */
   border-radius: 20px; font-weight:bold; }
