* {
	margin: 0px;
	padding: 0px;
	
	font-family: Georgia, Times new roman, Arial, Verdana;
	font-size: 14px;
	
	line-height: 21px;
	
	color: #FFFFFF;
}

body {
	background: #CCCC99;
}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
	line-height: 25px;
	
	margin-bottom: 10px;
}

span {
	font-size: inherit;
	color: inherit;
}

p {
	margin-bottom: 16px;
}

a {
	color: #CBDCED;
	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*** WRAPPER ***/
#wrapper {
	width: 980px;
	
	margin: 0px auto;
	
	min-height: 540px;
}

#wrapper #top {
	height: 15px;
	
	background: #CCCC99 url(../images/background_top.png) no-repeat;
}

#wrapper #content {
	padding: 0px 15px;
	
	min-height: 120px;
	
	background: #CCCC99 url(../images/background_small.png) repeat-y;
}

#wrapper #content #leftcolumn {
	float: left;
	width: 195px;
}

#wrapper #content #rightcolumn {
	margin-left: 195px;
	padding-top: 5px;
	
	width: 750px;
}

#wrapper #content .content * {
	color: #333333;
}

#wrapper #content .content a {
	color: #6699CC;
}

#wrapper #content .content .contact { 
	margin-bottom: 5px;
	padding: 8px;
	
	border: 1px solid #DEDEDE;
}

#wrapper #content .content .contact td {
	padding-bottom: 4px;
} 

#wrapper #content .content .contact .first {
	width: 160px;
}

#wrapper #content .content .contact input.large, 
#wrapper #content .content .contact textarea {
	padding: 2px;
	width: 558px;
}

#wrapper #bottom {
	height: 15px;
	
	background: #CCCC99 url(../images/background_bottom.png) no-repeat;
}

#wrapper ul {
	list-style-type: none; 
}

#wrapper li {
	float: left;
	
	margin: 5px;
	
	width: 180px;
	
	background: #666666;
}

#wrapper li.block {
	height: 120px;
}

#wrapper li.picture-info {
	background: #6699CC;
	padding: 8px;
	
	min-height: 120px;
	
	width: 164px;
}

#wrapper li.picture-info h2 {
	margin-bottom: 6px;
}

#wrapper li.picture-info p {
	color: #CBDCED;
	
	margin-bottom: 4px;
}

#wrapper li#logo {
	background: #6699CC;
}

#wrapper li #menu {
	margin: 24px 5px 5px 5px;
	padding: 4px;
}

#wrapper li a.enlarge {
	display: block;
	width: 180px;
	height: 32px;
	
	padding-top: 88px;
	
	text-decoration: none;
}

#wrapper li span {
	background: #6699CC;

	padding: 6px 4px;
	
	height: 20px;
	
	filter: alpha(opacity=90); 
	opacity: 0.9;

	font-size: 14px;
	font-weight: normal;
	
	color: #FFFFFF;
	
	display: none;
}

#wrapper li:hover span {
	display: block;
}

#wrapper #footer {
	padding: 0px 20px;
	margin-bottom: 20px;
	
	text-align: right;
}

#wrapper #footer a {
	color: #FFFFFF;
}


/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*** classes ***/

.fr {
	float: right;
}

.clear {
	clear: both;
}

.pointer {
	cursor: pointer;
}

/*** CUSTOM ***/
#soap-icon { position: relative; top: -120px; left: 780px; }