img {
border: none;
}

#wrapper, #holder, #header_outer, #header, #menu, #content, #main_content, #sidebar, #footer {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica,Arial,Garuda,sans-serif;
	background: #fff;
	padding: 0;
	margin: 0;
}

#wrapper {
	text-align: center; /* IE */
}

#holder {
	/*
		The site can easily be made "elastic" by changing this width
		between absolute or percentage values. Ie: 951px or 80%
	*/
	width: 951px;
	text-align: left; /* Fix for above */
	margin: 75px auto;
}

#page {
	margin-bottom: 100px;
}
#header_outer {
	
}

#header {
	height: 205px;
	text-align: center;
}

#header h1 {
	text-align: center;
	font-weight: normal;
	color: #FFF;
	line-height: 205px;
}

#menu {
	background: #E8E9E5 url(../images/menu_back.png) repeat-x top;
	border: 1px solid #E9E9E3;
	border-top: 1px solid #FFF;
	height: 34px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu a {
	display: block;
	width: 100px;
	line-height: 34px;

	text-align: center;
	text-decoration: none;
	color: #474747;
	font-size: 12px;
	font-weight: bold;
}

#menu li a:hover, #menu li.mojo_active a {
	background: #FFF;
}

#menu li {
	float: left;
}


#menu li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	border-top: 1px solid #E9E9E3;
}

#menu ul li ul li {
	border: 1px solid #E9E9E3;
	border-top: 0;
	background: #FFF;
}

#menu li:hover ul {
	left: auto;
}

#menu li ul ul {
	margin: -35px 0 0 100px;
}

#menu li:hover ul ul {
	left: -999em;
}

#menu li:hover ul li:hover ul {
	left: auto;
}

#content {
	padding: 0 20px;
	background: url(../images/content_top.jpg) repeat-x top;
}

#main_content {
	float: left;
	width: 99%; /* 1% as a nice margin between the content and sidebar */
	text-align: center;
	margin-bottom: 100px;
}
	#main_contant img {
	margin: 20px;
	}
	
	#main_content .boxes {
	margin-left: 50px;
	}
	#main_content .logo_box {
	width: 400px;
	float: left;
	
	}
	
	#main_content .last {
	margin-left: 200px;
	
	}

#sidebar {
	position: relative;
	top:-80px;
	left:80%;
	width: 154px;
	background: #afafaf;
	color: #4a4a4a;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
	#sidebar h3 {
	line-height: 10px;
	}

#content a, #footer a {
	color: #000;

}

#sidebar a {
color: inherit;
text-decoration: none;
font-size: 13px;
}

#content p, #content li, #content td, #content code {
	font-size: 12px;
	color: #4C4C4C;
}

#content p {
	line-height: 133%;
}

#content blockquote, #content blockquote p {
	font-size: 14px;
}

#content blockquote {
	font-style: italic;
	color: #4C4C4C;
	background: url(../images/blockquote.png) no-repeat top left;
	margin: 0;
	padding: 0 40px;
}


#content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #474747;	
}

#content h2, #sidebar h3 {
	font-size: 118%;
}

#content h3 {
	font-size: 112%;
}

#content h4 {
	font-size: 106%;
}

#content h5, #content h6 {
	font-size: 100%;
}

#footer_wrap {
	clear: both;
	padding-top: 30px;
	background: #333;
	width: 100%;
	height: 500px;
	
}
#footer {
width: 950px;
text-align: left;
margin: 0px auto;
color: #fff;

}

#footer_left {
width: 475px;
float: left;
margin-left: 50px;

}

#footer_right {
width: 400px;
float: right;
color: #b1b1b1;
font-size: 15px;
padding-top: 40px;
padding-left: 20px;
}
	#footer_right strong {
	color: #fff;
	}
#footer div.name, div.email {
float: left;
width: 217px;
margin-right: 20px;

}

#footer input.subject, textarea.message {
width: 450px;
}

#footer input, textarea {
font-size: 15px;
margin-bottom: 5px;
}

#footer .button {
background: #71c935;
padding: 5px;
-moz-border-radius: 5px; /* FF1+ */
-webkit-border-radius: 5px; /* Saf3+, Chrome */
border-radius: 5px; /* Opera 10.5, IE 9 */
border: none;
letter-spacing: -1px;
float: right;
margin-right: 25px;
}

#footer textarea {
font-family: Helvetica,Arial,Garuda,sans-serif;
height: 200px;
font-size: 15px;
padding: 2px;
}
