@charset "utf-8";
/* CSS Document */

body {
  	margin:0 0 0 0;
	color : #000;
	text-align : center;
	font-size : 12px;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #666666 url(../images/bg2.png) repeat-y top center;	
}

h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#b62a33;
}

a{
	color: #b62a33;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
	font-family: verdana, arial, 'sans serif';
}


a:hover{
	color: #999;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	font-family: verdana, arial, 'sans serif';
}


.cover_table
{
	width:100%;
	height:100%;
}

.main_table
{
	width:980px;
	height:100%;

}

.top_banner
{
	width:100%;
	height:100px;
	/*float:left;*/
	background: #000 url(../images/banner_bg.gif) repeat-x top center;	
}

.right_nav
{
	width:60%;	
}

.right_nav td
{
	width:60px;	
	text-align:center;
}

.right_nav #right_nav_img
{
	height:30px;	
}

.right_nav td a
{
	width:60px;	
	color:#999;
	font-size:11px;
	text-transform:capitalize;
	font-weight:normal;
	text-decoration:none;
}

.right_nav td a:hover
{
	color:#ff0000;
	font-weight:normal;
	font-size:11px;
}

.right_nav td #selected
{
	color:#ff0000;
	font-weight:normal;
	font-size:11px;
}

.board
{
 	width:380px; 
	height:250px;
	float:left;
	background:url(../images/board_display.gif) #cccccc no-repeat;
}


/*******************************************************/
.nav_menu
{
	width:800px;
	height:40px;
	text-align:center;
}

.nav_menu td 
{
	width:150px;
	height:40px;
	border-right: 5px solid #303030;
	border-left: 5px solid #303030;
}


.nav_menu a
{
	width:150px;
	height:40px;
	color:#FFF;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/nav_bla.png) #303030 no-repeat;
	text-decoration:none;
	display:block;
	outline:none;
}

.nav_menu a:hover
{
	width:150px;
	height:40px;
	color:#FFF;	
	font-weight:normal;	
	font-size:11px;
	background:url(../images/nav_hov.png) #303030 no-repeat;
	display:block;
}

.selected a
{
	width:150px;
	height:40px;
	color:#FFF;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/nav_red.png) #303030 no-repeat;
	text-decoration:none;
	vertical-align:bottom;
	display:block;
	outline:none;	
}
.selected a:hover
{
	color:#FFF;	
	background:url(../images/nav_red.png) #303030 no-repeat;
}

/**************************************************************/
.content_Tab
{
	width:100%;	
	height:auto;
}

.welcom_txt
{
	width:480px;
	height:auto;
	margin-top:25px;
	/*border-bottom: 3px solid #b62a33; */
}

.welcom_txt #head
{
	width:100%;
	height:15px;
	margin: 0px 0px 0px 15px;
	text-align:left;
	text-transform:uppercase;
	color:#b62a33;
	font-size:14px;	
}

.welcom_txt p
{
	padding: 10px 0px 0px 0px;	
	width:450px;
	height:115px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#000;
	font-size:12px;
	line-height:18px;
}

.welcom_txt hr
{
	width:95%;
	border:2px solid #b62a33;
}

.new_txt
{
	width:225px;
	height:200px;
	margin: 25px 0px 0px 20px; 
	float:left;
	overflow:hidden;
}

.new_txt p
{
	margin: 15px 20px 25px 20px;
	text-align:left;
	color:#000;
	font-size:12px;	
}

.marq
{
	width:150px;
	height:auto;
	text-align:justify;
	color:#000;
	font-size:12px;
	line-height:25px;
}

.new_txt hr
{
	width:95%;
	border:2px solid #b62a33;
}

.bot_projects
{
	 width:125px; 
	 height:160px; 
	 margin: 0 5px 20px 85px; 
	 float:left; 
	 border: 1px solid #C00;	
}
.project_title_bot
{
 	margin-top:5px;
	margin-left:4px;
	width:120px; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	border-bottom: 1px dotted #CCCCCC;
	display:block;
}

.place_bot
{
	width:120px; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:center;
}


.footer
{
	padding: 10px 0 0 0;
	width:80%;
	text-align:center;
	color:#000;
	font-size:11px;
}

.footer a
{
	color:#b62a33;
	font-size:11px;
	text-transform:capitalize;
	font-weight:normal;
	text-decoration:none;
}

.footer a:hover
{
	color:#000;
	font-size:11px;
	text-transform:capitalize;
	font-weight:normal;
	text-decoration:none;	
}

.footerurl a
{
	color:#000;
	font-size:11px;
	font-weight:normal;
	text-transform:lowercase;
	text-decoration:none;
}

.footerurl a:hover
{
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-transform:lowercase;	
	text-decoration:none;	
}

.devteam
{
	padding: 10px 10px 10px 0;
	width:75%;
	float:right;
	text-align:right;
	color:#666;
	font-size:11px;
	display:block;
}

.devteam a
{
	color:#666;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	text-decoration:underline;
	outline:none;
}
.devteam a:hover
{
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-transform:none;	
	text-decoration:none;	
	outline:none;	
}


/************* vertical scroll ***********************/
/*
A { text-decoration:none;}
A:link { COLOR: blue }
A:visited { COLOR: blue }
A:hover { COLOR: red;background-color:#66ffff; }
*/
.tab { font-weight:bold; font-size:12px; font-family:Arial,Helvetica;}
.tabc { font-weight:bold;font-size:12px;font-family:Arial,Helvetica;color:navy;TEXT-ALIGN: center;}
.slsh { font-weight:bold; font-size:18px; font-family:Arial,Helvetica;color:red;TEXT-ALIGN: center;}

/**************************************************/

.innerpage_banner
{

	width:100%;
	height:100px;
	background-color:#CCC;
	
}

.inner_Banner
{
	width:100%;
	height:100px;
}


.innerpage_content
{
	width:100%;
	height:auto;
}

.innerpage_content #leftCol
{
	width:250px;
	border-right: 1px solid #EEE;
}

.sideProjectTab
{
	width:225px; 
	height:260px; 
	/*background-image:url(../images/project_table.gif);*/	
}

.sideProjectTab #left
{
 	width:50px; 
	background-color:#e0dfdf;
}

.sideProjectTab #right
{
	padding: 10px 10px 10px 5px;
	text-align:left;
	height:35px;	
	background-color:#e0dfdf;
}

.sideProjectTab a
{	
	line-height:12px;
	color:#000;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	text-transform:capitalize;	
}

.sideProjectTab a:hover
{
	color:#F00;	
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
}

.innerpage_content #rightCol
{
	width:730px;
	height:auto;
}

.innerpage_content h1
{
	font-family: Verdana, Arial, Helvetica, 'sans-serif';
	font-size:16px;
	font-weight:normal;
	text-transform:capitalize;	
	color:#999;
	text-align:left;
	margin-left:75px;
}

.mainProjectTab
{
	width: 500px;
	/*height: 550px; if there is 4 project items*/
	height: auto;
}

.mainProjectTab div
{
	width:200px;
	height:250px;
	border: 1px solid #ccc;
}

.mainProjectTab div:hover
{
	width:200px;
	height:250px;
	border: 1px solid #F00;
}

.projects_links
{
	display:block; 
	cursor:hand;
}

.mainProjectTab a
{
	width:200px;
	height:250px;
	border: 1px solid #ccc;
}

.mainProjectTab a:hover
{
	width:200px;
	height:250px;
	border: 1px solid #F00;
}

.rmco_ico
{
 	margin-left:10px; 
	margin-top:20px; 
	margin-right:5px;
	width:60px; 
	height:45px; 
	float:left;
}

.project_title
{
 	margin-top:25px; 
	width:120px; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	border-bottom: 1px dotted #CCCCCC;
	display:block;
}

.place
{
	width:120px; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

/*
.projectItem
{
	width:200px;
	height:250px;
	border: 1px solid #ccc;
}

.projectItem:hover
{
	width:200px;
	height:250px;
	border: 1px solid #F00;
}
*/

/***************************************************/

.main_pro_tab
{
	width:100%;
	height:auto;
	position:relative;
}

.project_item_head
{
	margin: 30px 0px 0px 60px;
	width:75%;
	height:40px;
	float:left;
	text-align:left;
}

.project_item_head #title_main
{
	font-family: Verdana, Arial, Helvetica, 'sans-serif';
	font-size:16px;
	font-weight:normal;
	text-transform:capitalize;	
	color:#d7222b;
	text-align:left;
	
}

.project_item_head hr
{
	width:600px;
	height:0px;
	float:left;
	border-top-width:0px;
	border-bottom: 1px dashed #999;	
}

.project_item_head #subtitle
{
	font-family: Verdana, Arial, Helvetica, 'sans-serif';
	font-size:20px;
	font-weight:normal;
	text-transform:lowercase;	
	color:#e0e0e0;
	float:left;
	text-align:left;

}

.project_item_head #place
{
	font-family: Verdana, Arial, Helvetica, 'sans-serif';
	font-size:12px;
	font-weight:normal;
	text-transform:capitalize;	
	color:#000;
	text-align:left;
	margin-left:75px;

}

.project_desc
{
	width:625px;
	height:330px;
	position:relative;
	float:left;
	margin: 30px 5px 0px 50px;
	border: 3px solid #ad2e39;
}

.project_desc #image 
{
	width:325px;
	height:225px;
	margin: 3px 0px 0px 2px;
	float:left;
}


.project_desc #container
{
	width:290px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
	position:relative;
}
.project_desc #container .rmco_ico
{
 	margin-left:50px; 
	margin-top:20px; 
	margin-right:5px;
	width:60px; 
	height:45px; 
	float:left;
}

.project_desc #container .project_title
{
 	margin-top:25px; 
	width:120px; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#f00;
	border-bottom: 1px dotted #CCCCCC;
	display:block;
}

.project_desc #container .place
{
	width:120px; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	margin-bottom:20px;
}

.project_desc p
{
	padding: 3px 0px 5px 3px;	
	width:280px;
	height:auto;
	text-align:justify;
	color:#000;
	font-size:12px;
	line-height:20px;
}

.project_TabNav
{
	width:628px;
	height:450px;
	position:relative;
	float:left;
	margin: 10px 5px 0px 50px;
}

.project_panel
{
	width:320px; 
	height:95px; 
	margin:2px; 
	position:relative; 
	float:left; 
	text-align:center; 
	vertical-align:middle; 
	background-color:#CCC; 
	border: 1px solid #F00; 
	display:block;
}
	
.project_panel #left
{
 	width:155px; 
	height:95px; 
	float:left;
}

.project_panel #right
{
 	width:155px; 
	height:95px; 
	float:right;
}

.switch a
{
	 padding: 5px 10px 5px 10px;
	 margin:15px; 
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:12px;
	 color:#000; 
	 background-color:#EEE; 
	 border:1px solid #FFF; 
	 display:block;	
}

.switch a:hover
{
	 padding: 5px 10px 5px 10px;
	 margin:15px; 
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:12px;
	 color:#FFF; 
	 background-color:#ad2e39; 
	 border:1px solid #FFF; 
	 display:block;
}

.project_nav
{
	width:100%;
	height:60px;
	margin-top:10px;
	text-align:right;
}

.project_nav a
{
	color:#000;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	font-weight:normal;
	text-transform:capitalize;		
}

.project_nav a:hover
{
	color:#f00;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	line-height:15px;
	font-weight:normal;
	text-transform:capitalize;
}

.project_nav #selected
{
	color:#f00;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	line-height:15px;
	font-weight:normal;
	text-transform:capitalize;
}

/***********************************************/
.galleryTab
{
	width:100%;
	height: 800px;
	vertical-align:top;
	background-color:#eee;
}

.galleryTab #head
{
	padding:15px 0px 15px 30px;
	width:900px;
	font-family:Tahoma, Geneva, 'sans-serif';
	font-size:20px;
	font-weight:bold;
	color:#666;	
	text-align:center;
}

.galleryTab #head_right
{
	 width:900px;
	 margin-top:20px;
	 text-align:center;
	 color:#ccc;
	 font-family:Verdana, Geneva, 'sans-serif';
	 font-size:24px;
	 font-weight:normal;
	 display:block;
}

.gallery_img
{
	width:800px;
	height:auto;
	background-color:#FFF;
	border: 1px solid #666;
}

.gallery_img img
{
	margin: 20px;
	width: 126px;
	height:120px;
	border: 5px solid #ccc;
}

.gallery_img #brochure
{
	margin: 20px;
	width: 300px;
	height:201px;
	border: 5px solid #ccc;
}

/**************** enquiry ************/

.project_enquiry
{
	width:625px;
	height:auto;
	position:relative;
	float:left;
	margin: 5px 5px 0px 50px;
}

.formtab
{
	width:550px;
}

.formtab #head
{
	height:30px;
	background-color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	text-align:center;
}

.formtab #left
{
	width:200px;
	height:25px;
	padding-left:15px;
	background-color: #E9E9E9;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.formtab #right
{
	width:350px;
	height:25px;
	background-color: #E9E9E9;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.error p
{
	color:#FF1F55;
	font-weight:bold;
}

/************* about us **************************/

.aboutus
{
	width:100%;
	height:1055px;
	background-color:#EEE;
}

.letter_head
{
	width:705px;
	height:975px;
	float:left;
	vertical-align:top;
	margin: 0px 0px 0px 10px;
	background:url(../images/rmco_letterhead.jpg) no-repeat top center #fefffa;
}

.letter_head p
{
	width:600px;
	height:auto;
	margin:15px 5px 5px 5px;
	font-family:Verdana, Geneva, 'sans-serif';
	font-size:12px;
	text-align:justify;
	line-height:25px;	
}

.letter_head #md_space
{
	width:350px;
	height:260px;
	float:right;
	font-family:Verdana, Geneva, 'sans-serif';	
	font-size:12px;
	font-weight:bold;
	color:#942416;
	/*margin: 10px 150px 20px 0px;
	border: 1px solid #ccc;*/
}

.letter_head hr
{
	width:98%;
	height:auto;
	margin:15px 5px 5px 5px;
	float:left;
	text-align:center;
	border: 1px dotted #999;
}

.contact_add
{
	width:60%;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	text-align:left;
	text-transform:capitalize;
}

/********* news section *************/

.newshead
{
	width:600px;
	margin: 20px 20px 2px 60px;
	float:left;
	text-align:left;
	position:relative;
	background-color:#EEE;
	border:1px solid #eee;
}

.newshead h1
{
	margin: 8px 0px 8px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;
	text-align:left;
}

.newsbody
{
	width:600px;
	height:auto;
	margin: 0px 20px 20px 60px;
	float:left;
	position:relative;
	background-color:#EEE;
	border:1px solid #eee;
}

.newsbody #newsimage
{
	width:250px;
	height:150px;
	padding:25px 0px 25px 0px;
	float:left;
	text-align:center;
	position:relative;
	border: 1px solid #FFF;
	display:block;	
}

.newsbody #newsdesc
{
	width:300px;
	height:auto;
	float:left;
	position:relative;
	display:block;
}

.newsbody #newsdesc p
{
	margin:5px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.newsbody #newsdesc_full
{
	width:600px;
	height:auto;
	float:left;
	position:relative;
	display:block;
}

.newsbody #newsdesc_full p
{
	margin:5px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.paperads
{
	width:640px;
	height:auto;
	margin: 0px 10px 0px 45px;
	float:left;
	text-align:center;
	display:block;
}

.ad_block
{
	width:200px;
	height:180px;
	padding: 10px 0 0 0;
	margin: 20px 40px 0px 40px;
	float:left;
	text-align:center;
	vertical-align:top;
	display:block;
}

.ad_block #head
{
	width:210px;
	height:30px;
	padding: 8px 0 0 0;
	margin:0px 0px 0px 7px;
	float:left;
	text-align:center;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#900;	
	background-color:#eee;	
	display:block;
}

.paperads img
{
	width: 200px;
	height:150px;
	margin: 0px 5px 0px 7px;
	float:left;
	text-align:center;
	border: 5px solid #ccc;
}

.media_block
{
	width:600px;
	height:auto;
	padding:5px 10px 10px 10px;
	margin: 5px 5px 10px 10px;
	text-align:center;
	background-color:#eee;	
	float:left;
	display:block;	
}

.media_block #head
{
	width:575px;
	height:30px;
	float:left;
	text-align:center;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#900;
	display:block;
}