/*//////////////////////////////////MAIN//////////////////////////////////*/
BODY
{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #595959;
	height: 100%;
	width: 100%;
	line-height: 20px;
}
H1, H2, H3, H4
{
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
A IMG
{
	border: none;
}
HTML
{
	height: 100%;
	width: 100%;
}
#header
{
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	background-image: url("/images/header/header_bg.png");
}
#header-corners
{
	height: 32px;
	width: 936px;
	margin: 0 auto;
	margin-top: -16px;
	position: absolute;
}
/*//////////////////////////////////CONTENT//////////////////////////////////*/
#content-nofooter
{
	position: relative;
/*min-height:100%;*/
	height: auto;
	width: 936px;
	margin: 0 auto;
/*background:url(/images/bg/shadow.png) repeat-y;*/
	background-color: #FFFFFF;
	top: 48px;
}
* HTML #content-nofooter
{
	height: 100%;
}
#content
{
	height: auto;
	overflow: visible;
	margin: 0 auto;
}
#content-loader
{
	background-color: #FFFFFF;
	height: 164px;
	background-image: url(/js/shadowbox/images/loading-light.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 936px;
	margin: 0 auto;
}
#content-slider
{
	background-color: #FFFFFF;
}
/*//////////////////////////////////GENERAL//////////////////////////////////*/
.image-list
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.image-list UL
{
	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: none;
	width: 100%;
}
.image-list LI
{
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	line-height: 0px;
	color: #9E9E9E;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;
}
.icon-list IMG
{
	margin-right: 10px;
}
.image-list LI IMG
{
	border: none;
	padding: 0px;
	margin: 0px;
}
.tabs-list
{
	line-height: 0px;
	top: 0px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 29px;
}
.tabs-list SPAN, H2 SPAN
{
	position: absolute;
	margin-left: -500%;
}
/*//////////////////////////////////FORMS//////////////////////////////////*/
.textbox
{
	background-image: url(../images/portfolio/header-shadowed.png);
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	width: 223px;
	padding: 4px;
	font-family: "Trebuchet MS";
	margin-top: 3px;
}
.textbox-container
{
	float: left;
	margin-right: 16px;
}
.textbox-container-right
{
	margin-right: 0px;
}
.textbox-big
{
	background-image: url(../images/portfolio/header-shadowed.png);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	width: 724px;
	padding: 4px;
	height: 104px;
	font-family: "Trebuchet MS";
	text-align: justify;
	margin-top: 3px;
}
.button
{
	color: #666666;
	height: 32px;
	width: 128px;
	border: 0px solid #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-image: url(../images/button.png);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
}
.button:hover
{
	border: 0px solid #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
}
.clear
{
	clear: both;
	height: 0;
}
