/*****************************************************/
/* GENERAL */
/*****************************************************/

* {
	padding: 0px;
	margin: 0px;
	color: #000;
	font: 12px Verdana;
}

body {
	background: #fff;
}

img, fieldset {
	border: 0px;
}

#container {
	margin: 15px auto 0 auto;
	width: 833px;
}

/*****************************************************/
/* HEADER */
/*****************************************************/

#header {
	width: 833px;
	height: 91px;
	background: #000;
}

#logo {
	padding: 22px 0 0 35px;
}

/*****************************************************/
/* BREADCRUMB */
/*****************************************************/

#breadcrumb {
	padding: 10px 0 0 0;
}

/*****************************************************/
/* MENU */
/*****************************************************/

#menu {
	width: 243px;
	float: left;
}

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

#menu ul li.head {
	background: url('../img/shape.png') no-repeat;
	width: 235px;
	height: 27px;
	padding: 8px 0 0 8px;
	color: #f79320;
	font-size: 14px;
}

#menu ul li.currentpage h3 span {
	font-weight: bold;
}

#menu ul li {
	background: url('../img/shape-menu.png') no-repeat;
	width: 235px;
	height: 27px;
	padding: 8px 0 0 8px;
}

#menu ul li a {
	text-decoration: none;
	display: block;
}

#menu ul li a:hover span {
	font-weight: bold;
}

#menu .block {
	width: 241px;
	margin: -8px 0 0 0;
	padding: 5px 0 5px 0;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#menu .block p a.orange {
	margin: 10px auto 8px auto;
	padding: 7px 0 0 0;
	width: 216px;
	height: 23px;
	background: #f79320;
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: 14px;
	color: #fff;
}

#menu .block p a.orange:hover {
	text-decoration: underline;
}

#menu .block p a.link {
	margin: 0 0 0 12px;
}

#menu .block .twitter_message {
	margin: 15px;
	background: url('../img/quote.png') no-repeat top left;
}

#menu .block .twitter_message p {
	text-align: justify;
}

#menu .block .twitter_message p:first-letter {
	padding: 0 0 0 30px;
}

#menu .block .twitter_message p a {
	line-height: 21px;
	text-decoration: none;
}

/*****************************************************/
/* CONTENT */
/*****************************************************/

#content {
	width: 569px;
	float: right;
}

#content #banner {
	width: 569px;
	height: 223px;
}

#content .box {
	width: 570px;
}

#content .box h2 {
	margin: 13px 0 0 0;
	padding: 10px 0 0 8px;
	background: url('../img/shape2.png') no-repeat;
	width: 570px;
	height: 25px;
	color: #f79320;
}

#content .box p {
	text-align: justify;
	line-height: 21px;
	margin: -8px 0 0 0;
	padding: 10px 8px 10px 8px;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#content .box p strong {
	font-weight: bold;
}

#content .box p img {
	margin: 10px 20px 10px 10px;
	float: left;
}

#content #portfolio {
	background: #f79320;
	width: 570px;
	height: 65px;
	margin: 13px 0 0 0;
	padding: 30px 0 0 0;
}

#content #portfolio a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}

#content #portfolio a:hover {
	text-decoration: underline;
}

/*****************************************************/
/* FOOTER */
/*****************************************************/

#footer {
	margin: 14px 0 10px 0;
	width: 833px;
	border-bottom: 1px solid #bababa;
}

#footer .block {
	margin: 0 0 5px 0;
	width: 208px;
	float: left;
}

#footer .block p {
	line-height: 19px;
	color: #696969;
}

/*****************************************************/
/* OTHER */
/*****************************************************/

.clear {
	clear: both;
}
