
/* GLOBAL */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #333;
	background-image: url('../img/body_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}









/* LOCAL */

#container {
	width: 821px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}





#head {
	width: 821px;
	height: 139px;
	margin-top: 23px;
	background-image: url('../img/main_shadow_top.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#head a {
	margin-left: 13px;
}

#head img {
	width: 383px;
	height: 123px;
}





#main {
	width: 821px;
	height: 390px;
}





#main_shadow_left {
	width: 20px;
	height: 390px;
	background-image: url('../img/main_shadow_left.png');
	background-repeat: no-repeat;
	float: left;
}





#menu {
	width: 170px;
	height: 390px;
	background-color: #c9472f;
	background-image: url('../img/menu_bg.jpg');
	background-repeat: repeat-x;
	float: left;
}

#menu ul {
	margin: 30px 0px 0px 19px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	line-height: 29px;
	padding: 0px;
}

#menu a {
	color: #fff;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#menu a.active {
	color: #111;
}

#menu a:hover {
	color: #111;
}

#menu ul li ul {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#menu ul li ul li {
	height: 21px;
	line-height: 21px;
}

#menu ul li ul li a {
	font-size: 14px;
	margin-left: 14px;
}





#content {
	width: 336px;
	height: 390px;
	float: left;
	background-color: #fff;
	background-image: url('../img/content_bg.jpg');
	background-repeat: repeat-x;
	padding: 0px 32px;
}

#content .title {
	padding-top: 24px;
	padding-bottom: 8px;
	float: left;
}

#content .title  h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}



#content .print {
	padding-top: 28px;
	float: right;
	margin-top: 10px;
}

#content .text {
	width: 324px;
	height: 268px;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 18px;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	text-align: justify;
}

#content .text a {
	color: #cb4830;
}

#content .text a:hover {
	color: #333;
}

#content .text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content .text ul li {
	padding-left: 18px;
	background-image: url('../img/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}





#content .portfolio {
}

#content .portfolio div {
	width: 316px;
	height: auto;
	clear: both;
	font-weight: bold;
}

#content .portfolio a {
	font-weight: normal;
}

#content .portfolio div div.image {
	padding-right: 8px;
	padding-bottom: 24px;
	float: left;
	width: 140px;
	height: auto;
	clear: none;
}

#content .portfolio div div.title {
	padding: 0px;
	line-height: 18px;
	float: left;
	width: 168px;
	height: auto;
	clear: none;
}

#content .portfolio ul {
	margin-top: 10px;
}

#content .portfolio ul li {
	font-weight: normal;
}





#content td {
	height: 24px;
}

#content input, #content textarea {
	font-size: 11px;
	font-family: Arial;
	width: 180px;
	padding: 2px;
	border: 1px solid #a9a9a9;
}

#content textarea {
	height: 100px;
	line-height: 17px;
}

#content input.submit {
	width: 100px;
	background: #fff;
}

#content span.error {
	color: #c9472f;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}





#extra {
	width: 159px;
	height: 336px;
	float: left;
	background-color: #515151;
	background-image: url('../img/extra_bg.jpg');
	background-repeat: repeat-x;
	padding: 32px 26px 22px 26px;
	font-family: Arial;
	font-size: 11px;
	color: #eee;
	line-height: 19px;
	overflow: hidden;
}

#extra a {
	color: #cb4830;
}

#extra a:hover {
	color: #111;
}

#extra .header {
	height: 15px;
	line-height: 15px;
	padding-bottom: 6px;
}

#extra .header h2 {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#extra #portfolio {
	width: 2000px;
	height: 170px;
	margin-left: 0px;
}

#extra #portfolio div img.project {
	padding-bottom: 0px;
	border: 5px solid #fff;
	margin-top: 6px;
	margin-bottom: 10px;
}

#extra #portfolio div {
	float: left;
	margin-right: 200px;
}

#extra img#loader {
	margin: 43px 0px 0px 53px;
}





#main_shadow_right {
	width: 20px;
	height: 390px;
	background-image: url('../img/main_shadow_right.png');
	background-repeat: no-repeat;
	float: left;
}





#bottom {
	width: auto;
	height: 44px;
	line-height: 44px;
	background-image: url('../img/main_shadow_bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	color: #bbb;
	font-family: Arial;
	font-size: 11px;
	clear: both;
	padding-right: 20px;
}

#bottom a {
	font-family: Arial;
	font-size: 11px;
	color: #bbb;
	line-height: 44px;
	text-decoration: none;
	padding: 0px 12px;
}

#bottom a:hover {
	text-decoration: underline;
}





.error {
	margin-top: 30px;
	width: auto;
	font-family: Arial;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

.error a {
	color: #cb4830;
}

.error a:hover {
	color: #ccc;
}


