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

<!--

body {
margin:0;
padding:0;
line-height: 1.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #444444;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer {
width: 880px;
margin: 0 auto;
background: #FFFFFF;
}

#mainmenu {
background: #FFFFFF;
}

.header {
padding-top: 54px;
padding-left: 40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFF;
}
h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}

h2 {
	margin: 0px auto;
    margin-bottom: -20px;
	padding: 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
    line-height: 1.5em;

} 


h3 {
	margin: 0px;
	padding: 10px 0;
	font-size: 10px;
	font-weight: bold;
	color: #006699;

}
#top_section {
background: url(../images/click4dubaihomes-logo.jpg) no-repeat;
height: 100px;
}
#content_area {
clear: both;
min-height: 880px;
background: #FFFFFF;
}
#content_column {
float: left;
width: 490px;
border: 1px solid #CCC;
}
#left_column {
float: left;
width: 195px;
line-height: 1.8em;
}
#right_column {
float: right;
width: 190px;
padding-top: 10px;
}

#footer {
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a {
color: #FFFFFF;
}


.line {
height: 2px;
background: #0066AA;
}
.inner_tube {
margin: 10px;
}
.right_box {
margin-top: 10px;
margin-right: 10px;
}
.title {
margin-top: 10px;
margin-left: 10px;
font-size: 14px;
font-weight: bold;
color: #006699;
}
.subtitle {
font-size: 12px;
font-weight: bold;
color: #BB0000;
}
.thumbnail {
border: 1px #CCC solid;
}
.thumbnail_frame {

	float: left;
	margin: 8px;
	margin-right: 0px;
	padding: 4px;
	
	width: 142px; 
	height: 210px;
	background: #F8F8F8;
	border: 1px solid #CCC;
	        font-family: Helvetica, Arial, sans-serif;
	
	text-align: center;
        padding-bottom: 2px;
}
.thumbnail_image {
        height: 140px;
}

.thumbnail_text {
        font-size: 10px;
        height: 50px;
}
.thumbnail_title {
      font-size: 10px;
	font-weight: bold;        
      line-height: 1.2em;

}

a:link { color: #0066AA; text-decoration: none} 
a:visited { color: #0066AA; text-decoration: none} 
a:active { color: #AA0000; text-decoration: underline} 
a:hover { color: #AA0000; text-decoration: underline}

a.boldbuttons{
background: transparent url('../images/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial;
line-height: 22px;
height: 30px;
padding-left: 8px;
text-decoration: none;
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white;
}
a.boldbuttons span{
background: transparent url('../images/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/* Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
/* Modified by Min Thu (http://www.templatemo.com) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.glossymenu li{
	float:left;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
-->