* {
	margin: 0;
	padding: 0;
}
body {
	background: #091727 url('../images/template/bg_top.jpg') repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#ccc;
	font-size:12px;
}

#diagStripes {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background: url('../images/template/artedomus_dg.png') repeat-x 0 200px;
}

#siteWrapper {
	background: #091727 url('../images/template/bg_top.jpg') repeat-x top;
	width: 880px;
	padding: 0 5px;
	margin-left: auto;
	margin-right: auto;
	height: 710px;
}

h1 {
	float: left;
	font-size:10px;
	color: #848484;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}

h2 {
	float:left;
	font-size: 10px;
	color: #848484;
	font-weight: bold;
	margin: 0;
	padding: 110px 0 0 85px;
}

#siteContainer {
	background: url('../images/template/artedomus_lg.jpg') no-repeat 40px 0;
	width: 880px;
	height: 710px;
	text-align: left;
}

#navigation {
	float:right;
	margin: 0;
	padding: 0;
	width: 570px;
/*	border:1px solid yellow;*/
}

#navigation #signUp {
	margin:0 0 18px 20px;
	padding:0;
	text-align:right;
/*	border:1px solid red;*/
}
#navigation #signUp input.txt {
	vertical-align: middle;
	height:20px;
	margin:0 10px;
/*	border:1px solid #2a343e;*/
	background-color:#9bacbd;
}

#navigation #signUp input {
	vertical-align: middle;
	margin:0 10px;
}
#navigation #signUp form {
	padding:10px 0;
	border-top:1px dotted #687f97;
	border-bottom:1px dotted #687f97;
}

#navigation #signUp p {
	background-color:#3a4855;
	text-align:center;
	margin:0;
	padding:4px 0;
}

#navigation #buttons {
	margin:0;
	padding:0;
/*	border:1px solid green;*/
}

#navigation #buttons ul {
	float: right;
	text-align:right;
	margin:0;
	padding:0;
	padding-bottom:19px;
	margin-top: 15px;
	margin-right: 20px;
}

#navigation #buttons li {
	font-size: 16px;
	font-weight:bold;
	display:inline;
	padding: 0 3px;
}

#navigation #buttons li a:link, #navigation #buttons  li a:active, #navigation #buttons li a:visited {
	color: #5a6674;
	text-decoration:none;
	padding:10px 10px 15px 10px;
	
}
#navigation #buttons li a:hover {
	color: #5f8bbd;
	padding:10px 10px 16px 10px;
	border-bottom: 3px solid #5f8bbd;
	cursor: pointer;
}

#navigation #buttons li.selected a, #navigation #buttons li.selected a:hover  {
	color: #d2d3d5;
	border-bottom: 7px solid #d2d3d5;
	padding:10px 10px 13px 10px;
	cursor: default;
}

#flashFrontPage {
	margin:0;
	padding:0;
	float: left;
	height: 330px;
	width: 100%;
	background: #5a6674;
}

#textContainer {
	width: 100%;
	margin: 0;
	float:left;
	background: #989898;
}

#textContainer a {
	font-weight: bold;
}

#textContainer p {
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0;
	padding: 0 50px 10px 50px;
	color: #0f1c32;	
}

#textContainer h2 {
	float: none;
	margin:20px 0 0 0;
	padding: 0 0 0 40px;
	font-size: 18px;
	color: #e5ddcf;
	font-weight: bold;
	border-left: 20px solid #414c58;
}

#footer {
	float:left;
	background: url('../images/template/bg_reflect.jpg') repeat-x;
	margin: 0;
	padding: 0;
	height: 76px;
	width:100%;
}

#footer p {
	border-top: 3px solid #091727;
	text-align: right;
	font-size: 10px;
	line-height: 22px;
	margin: 0;
	padding: 55px 43px 0 0;
	color: #7b7b7b;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #4f7741;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: bold;
	font-size: 9px;
}

#footer a:hover {
	color: #32970f;
}

#flashPortfolio {
	float: left;
	height: 495px;
	width: 100%;
	background: #ccc;
}

#map {
	margin:0;
	padding:0;
	float: left;
	height:360px;
	width:550px;
}

#artedomusFacade {
	border-left: 5px solid #414c58;
	margin: 0;
	padding: 0;
	float: left;
	height: 360px;
	width: 325px;
	background: url('../images/template/artedomus-facade.jpg') no-repeat;
}

#linksContainer {
	width: 100%;
	margin: 0;
	float:left;
	background: #989898;
}

#linksContainer p {
	color:#222;
	font-size:12px;
	margin:20px 0 0 20px;
}

#linksContainer ul {
	padding:40px 35px;
}

#linksContainer ul li {
	font-weight:normal;
	font-size:13px;
	margin:0 0 0.4em 0;
	list-style:none;
	background:url('../images/star.gif') no-repeat 18px 2px;
	padding:3px 0 3px 45px;
	border-bottom:1px dashed #777;
}

#linksContainer ul li span {
	color:#222;

}
#linksContainer ul li a {
	text-decoration:none;
}
#linksContainer ul li a:hover {
	text-decoration:underline;
}

