/* ----------reset all css-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,/*em,strong,*/th,var {font-style:normal;font-weight:normal;}
/*ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
form {margin-top: 0 ;margin-bottom: 0 ;}
html {overflow: scroll;}

/* ----------start css-------------- */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 135%;
}
p {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
}

a {
	outline-style:none;
	font-weight: bold;
	text-decoration: underline;
}
object {
	outline:none;
}
img.middle {
	vertical-align: middle;
}
.textform {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	border: none;
	background: #252525;
	width: 250px;
	height: 16px;
	margin: 2px 0px 2px 0px;
	padding: 3px 0px 0px 5px;
}
.textformsmall {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	border: none;
	background: #252525;
	width: 150px;
	height: 16px;
	margin: 2px 0px 2px 0px;
	padding: 3px 0px 0px 5px;
}
.formalign {
	padding-right:7px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	border: none;
	width: 70px;
	padding: 2px 5px 2px 5px;
	height: 20px;
	}
.formbutton:hover {
	cursor: pointer; /* cursor: hand; for IE5 */
	color: #000000;
	background-color: #999999;
}

/* ----------container to center the layout-------------- */
#container {
	width: 1000px;
	margin-bottom: 10px;
	margin: 0 auto;
}

/* ---------- header -------------- */
#header {
	height: 100px;
	background: url(../x_gfx/adamo_head.gif) no-repeat;
}

/* -----------------content--------------------- */

#leftcol {
float: left;
width: 170px;
margin: 0;
padding: 0;
}

#flashmenu {
	position:absolute;
	z-index:1000;
}

#contentholder {
	float: right;
	width: 830px;
	margin: 0px;
	padding: 0px;
}

#flashpics {
height: 300px;
margin-left: 0px;
padding-left: 0px;
}

#contentleft {
float: left;
width: 170px;
margin: 0;
padding: 20px 30px 0px 0px;
}

#content ul {
margin-left: 20px;
}


#content {
float: left;
width: 430px;
min-height: 150px;
margin: 0;
padding: 20px 0px 0px 0px;
text-align: justify;
}

#contentright {
float: right;
width: 170px;
margin: 0;
padding: 20px 0px 0px 30px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 15px 0px 10px 370px;
text-align: left;
}

.footercontent {
font-size: 11px;
font-weight: normal;
color: #666666;
}

.footercontent a:visited, .footercontent a:link {
color: #999999;
font-weight: normal;
text-decoration: none;
}

.footercontent a:hover, .footercontent a:active {
color: #ffffff;
font-weight: normal;
text-decoration: none;
}

