/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial;
	font-size: 12px;
	color: #7F0000;
	background: #7F0000;
}
		
a:link, a:visited { color: #7F0000; text-decoration: none; font-weight: normal; } 
a:active, a:hover {  text-decoration: underline; }

p { margin: 0px; padding: 0px; text-align: justify; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }



.fl { float: left; }
.fr { float: right; }

.mr_w40 { margin-right: 40px; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	font-weight: normal;
	height: 30px;
	color: #2e1313;
}

h3 {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}

.project_details a {



	background: url(../images/eye.jpg) no-repeat;
	

	font-size: 12px;
	font-weight: bold;

	text-decoration: none;
	letter-spacing: 1px;	
}

.image_wrapper{

}

.fl_image {

}

.fr_image {
	float: right;
	margin-left: 15px;
}

#templatemo_wrapper {
	width: 1020px;
	margin: 0 auto;
    background-color:white;
}

#templatemo_content {
	width: 1000px;
	margin-top:25px;
	margin-bottom:25px;
	padding: 0 10px;
	background: white url(../images/bg_test.jpg) top left ;
    border:solid 1px black;
}

#templatemo_content p {
	margin-bottom: 10px;
}

#column_left_column {
	float: left;
	width: 470px;
	padding-top: 10px;
}

#column_right_column {
	float: right;
	width: 475px;
}

/* menu */
#menu {
	clear: both;
	width: 475px;
	height: 65px;
	margin-top: 25px;
	margin-bottom: 40px;
}

#menu ul {
	overflow: hidden;
	padding: 18px 0 0 0;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	padding: 3px 40px 5px 45px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #7F0000;	
	background: url(../images/menu_right.jpg) right top no-repeat;
	border-right: 1px solid #2e1313;
	outline: none;
}

#menu li .last {
	border: none;
}

#menu li a:hover, #menu li .current {
	text-decoration: underline;
}
/* end of menu */

.project_box {
	clear: both;
	width: 475px;
}

.project_image {
	width: 200px;
	height: 150px;
	border: 1px solid #000;
	margin-top: 3px;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
}

.project_image img
{
    width:200px;
    height:150px;
}

.project_text {
	width: 250px;
	min-height:150px;
	float:right;
	font-weight:bold;
}

.project_text p {
    height:85px;
}

/* footer */
#templatemo_footer {
	clear: both;
	width: 1024px;
	padding: 10px 10px;
	margin: 0 auto;
	text-align: center;
	/*background: url(../images/templatemo_divider.jpg) top center no-repeat;*/
}

#templatemo_footer a {
	font-weight: bold;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #000000;
}

.footer_menu .last_menu {
	border: none;
}
/* end of footer */

/* classes by Redney */
.language
{
    margin-bottom:5px;
    float:right;
    margin:5px 5px 5px 10px;
}

.language .current
{
    text-decoration:underline;

}

.title
{
  
    margin-bottom:30px;
}

