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


/******************		MAIN PAGE LAYOUT		*******************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, "Sans Serif";
	font-weight: normal;		
}

.clear {
	clear: both;
}

#header {
	width: 960px;
	height: 180px;
	margin: 0 auto;
	background:url(../images/copenhagen-bombay-logo.jpg) top center no-repeat;
}

.container {
	display: block;
	min-height: 100%;
	_height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;	
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 50px;
	z-index: 299;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FF6D00;
}

.footer p {
	text-align: center;
	color: #999;
	font-size: 0.71em;
	position: absolute;
	width: 100%;
	float:left;
	display: block;
	height: 45px;
	z-index: 299;	
	padding-top: 5px;
	
}

.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

::selection {
	background: #FF6300; 
	}
::-moz-selection {
	background: #FF6300; 
}




/*******************		MENU LAYOUT		*******************/

#menu {
	height: 1.88em;
	margin: 0 auto;
	background: #FF6D00;
}

#menu_content {
	width: 51.90em;
	margin: 0 auto;
}


#menu li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 1.88em;
}

ul {
	margin: 0;
	float: left;
}

.menu a {
	list-style:none;
	float: left;
	padding: 6px 30px 6px 30px;	
	font-size: 1em;
	color: #FFF;
	text-decoration:none;
	border-left: 2px solid #FFF;
} 

.menu a:visited {
	font-size: 1em;
	color: #FFF;
	text-decoration:none;
	border-left: 2px solid #FFF;
	
} 

.menu a:hover {	
	background: url(../images/main_menu_hover.gif) top center no-repeat;
	height: 1.88em;
	color: #FFFFFF;
} 

.last a {
	border-right: 2px solid #FFF;
}

.current {
	background: url(../images/main_menu_hover.gif) top center no-repeat;
	height: 1.88em;
	color: #FFFFFF
}



/*******************		SUB-MENU LAYOUT		*******************/

#submenu-wrapper {
	width: 47em;
	margin: 10px auto 0 auto;
}

#submenu {
	float: left;
	border-bottom: 1px solid #FF6D00;
	padding-bottom: 5px;
}

ol {
    width: 47em;
	
}

ol li {
    float: left;
    width: 15.5em;
	list-style: none;
}

ol li a {
    display: block;    
    text-decoration: none;
	font-size: 0.81em;
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
	
}

ol li a:hover {
    color: #FF6D00;
}

.submenu_current {
	color: #000;
}


/********************** MAIN CONTENT CONTAINER	************************/

#content_container {
	margin: 0 auto;
	width: 960px;
}

#main_content {
	width: 960px;
	padding-bottom: 150px;
	float: left;
	margin-top: 20px;
}





/********************** SUBMENU PROJECT PRESENTATION CONTAINER (BLACK BORDER IMAGE STYLES)	************************/

.black_project_box {
	width: 308px;
	text-decoration: none;
	background: #000;
	float: left;
	border: 5px solid white;
	display: inline;
	font-size: 0.73em;
}

a.black_project_box:hover {
	background: #FF6D00;
}

.black_project_box img {
	margin: 4px 0 0 4px;
	border: none;
}

.black_project_box p {
	color: #FFF;
	padding: 5px 0 5px 4px;
	font-size: 0.91em;
	font-weight: bold;
}


/********************** INDIVIDUAL PROJECT PAGES LAYOUT	************************/


.left_content_box {
	width: 476px;
	float: left;
	margin-right: 30px;
}

.right_content_box {
	width: 446px;
	float: left;
}

.right_content_box a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

.right_content_box a:hover {
	text-decoration: underline;
}

.right_content_box h3 {
	font-size: 0.88em;
	border-bottom: 1px solid #FF6D00; 
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0;
}

.project_gallery a {
	width: 104px;
	height: 104px;
	background: #fff;
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

.project_gallery a:hover {
	background: #FF6D00;
}

.project_gallery img {
	margin: 2px 0 0 2px;
	border: none;
}

td {
	padding: 2px;
	font-size: 0.71em;
	vertical-align:top;
	
}

.width {
	width: 200px;
}

.bold {
	font-weight: bold;
}

.seperate {
	background:#DBDBDB;
}

h2.header  {
	padding-top: 20px;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #000;
	font-weight: bold;
	text-align: left;
	line-height: 5px;
}

h2.subheader  {
	font-size: 0.81em;
	letter-spacing: 1px;
	color: #666;
	font-weight: bold;
	line-height: 0.81em;
	text-align: left;
	line-height: 5px;
	padding-bottom: 20px;
}

/********************** NEWS AND TEXT BASED PAGES LAYOUT	************************/


#narrow_content {
	width: 760px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 150px;
}

#narrow_content p {
	padding-bottom: 10px;
}

#narrow_content img {
	margin: 0 10px 0 0;
	float:left;
}

#narrow_content a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

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




