body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #111;
}


a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #fff;
}

img { border: 0px; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right;  }
.highlight { color: #fff; font-weight: bold; }
.hilde {display: none;}

div#container {
	width: 820px;
	margin: 0px auto 20px auto;
}

#header {
	height: 276px;
	background-image: url("../images/design2-ex-1_r1_c2.jpg");
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
}

#logo a {
	width: 480px;
	height: 300px;
	display: block;
	text-decoration: none;
}

div#menu {
/* 	border: 1px solid red;		 */
	margin: 160px 0 0 35px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
/* 	height: 75px; */
}

#menu ul li a {
	text-decoration: none;
	padding-top: 5px;
	height: 70px;
	display: block;
	border-top: 5px solid #E35F2A;
}

#menu ul li a:hover {
	color: #111;
/* 	text-decoration: underline; */
	border-top: 5px solid black;

}

div#main {
	min-height: 400px;
}

div#content {
	float: left;
	width: 595px;
}

div#sidebar {
	width: 220px;
	float: left;
}


h1 {
	padding: 5px 0px 0 0px;
	margin: 0;
	font-size: 2.0em;
 	font-weight: normal;
}

h2 {
	padding: 5px 0px 0 0px;
	margin: 0;
	font-size: 1.4em;
 	font-weight: normal;
}

img {
	border: 1px solid #111;
	margin: 5px 0 5px 0;
}

/* GALLERY */
.row {
	padding-top: 10px;
}
.row .pic {
	float: left;
	margin-right: 10px;
	height: 75px;
	overflow: hidden;
	border: 1px solid #eee;
}

.row .pic img {
	border: 0;
	padding:0;
	margin: 0;
}

.row .endrow {
	clear: left;
}

#picContainer {
	margin-left: 40px;
	background-color: #E35F2A;
}

#picContainer .menuTop,
#picContainer .menuBot {
padding: 10px 10px 10px 10px;
}

#picContainer .menuBot {
}


/* COMMOM BOX PROPERITIES */
.box img {
	display: block;
}

.box object {
	display: block;
}

/* CONTENT BOX */
#content .box .header {
	height: 25px;
	background-image: url("../images/design2.1-contentb_r2_c2.jpg");
	background-repeat: no-repeat;
}

#content .box .content {
	padding: 0 40px 1px 40px;
	background-image: url("../images/design2.1-contentb_r3_c2.jpg");
	background-repeat: repeat-y;
}

#content .box .footer {
	height: 25px;
	background-image: url("../images/design2.1-contentb_r4_c2.jpg");
	background-repeat: no-repeat;
}


/* SIDEBAR BOX */

#sidebar .box {
}

#sidebar .box .header {
	height: 18px;
	background-image: url("../images/design2.1-sidebar_r1_c1.jpg");
	background-repeat: no-repeat;
}

#sidebar .box .content {
	padding: 1px 30px 1px 30px;
	background-color: #ff6600;
	background-image: url("../images/design2.1-sidebar_r2_c1.jpg");
	background-repeat: repeat-y;
}

#sidebar .box .footer {
	height: 20px;
	background-image: url("../images/design2.1-sidebar_r3_c1.jpg");
	background-repeat: no-repeat;
}


img.hashimage {
	border: 0;
}


p {
	line-height: 1.35em;
}

#content p {
	padding-right: 30px;
}

#content ul {
	padding-left: 30px;
}

#content ul li {
	padding: 3px 0 3px 0;

}

#footer {
	padding: 10px 0 0 40px;
	color: #555;
}

#footer p  {
	margin-top: 10px;
}

#footer a {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}

/*******************************************************/
#form_mail .fill_me { display: none; }
#form_mail {margin-top: 0px; width: 350px; }
#form_mail .row { clear: both; padding: 15px 0 10px 0;}
#form_mail .row .col1 { width: 100px; float: left; padding-top: 5px; }
#form_mail .row .col2, #form_mail .row .col2b  { width: 250px; float: right; }
#form_mail .row textarea, #form_mail .row input, #form_mail .row select,
input  {
	width: 100%;
	border: 1px solid #111;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	background-color: transparent;
}
#form_mail .row .col2 input { padding: 1px; }
#form_mail .row .col2b input { width: 80px;  border: 1px solid #111; }
#form_mail .row textarea { height: 150px; padding: 5px; width: 343px; }
.submit { background-color: #E35F2A; border: 1px solid #111; margin-top: 5px;  }

