/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #d7edf9 url(../images/page_bg.jpg) top center repeat-x;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font-size:2em;
}
h2 {
	padding:2px auto 30px 0;
	letter-spacing:-1px;
	font-size:2em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:.25em 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 


a{
	color:#C46B00;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;	
	color:#06B1E6;
}

 

/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Wrapper *****/

#wrap {
	width:960px;
	margin:0 auto;
}
/***** Header *****/

#header {
	margin:0 0 0px 0;
	padding:0;
	height: 280px;
	position: relative;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: 180px top;
}
/***** Logo *****/

#header #logo {
	padding:0 0 20px 0;
 
}

#header #screenshots {
	position:absolute;
	right:0px;
	top:15px;
 
}








 /***** Navbar *****/


#header #nav {
	/*position:absolute;*/
}


/* CSS menu  */
.menu{
	width:960px;
	height:64px;
	margin:0 auto;
	background:url(../images/nav/rhm1_bg.gif) repeat-x;		
}
.menu-left{
	background:url(../images/nav/rhm1_l.gif) no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.menu-right{
	background:url(../images/nav/rhm1_r.gif) no-repeat;
	width:15px;
	height:64px;
	float:right;
}
.menu-bg{
	background:url(../images/nav/rhm1_bg.gif) repeat-x;
	height:64px;
}
.menu-bg ul{
	list-style:none;
	margin:0 auto;
}
.menu-bg li{
	float:left;
	list-style:none;
}
.menu-bg li a{
	float:left;
	display:block;
	color:#FFF;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:64px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
}
.menu-bg li a span{
	float:left;
	display:block;
	padding:0 20px 0 4px;
	height:64px;
}
.menu-bg li.current a{
	color:#0AB4E8;
	background:url(../images/nav/rhm1_hover_l.gif) no-repeat left 0px;
}
.menu-bg li.current a span{
	color:#0AB4E8;
	background:url(../images/nav/rhm1_hover_r.gif) no-repeat right 0px;
}
.menu-bg li a:hover{
	color:#0AB4E8;
	background:url(../images/nav/rhm1_hover_l.gif) no-repeat left 0px;
}
.menu-bg li a:hover span{
	color:#0AB4E8;
	background:url(../images/nav/rhm1_hover_r.gif) no-repeat right 0px;
}

.menu-bg li.hoverstate a{
	color:#0AB4E8;
	background:url(../images/nav/rhm1_hover_l.gif) no-repeat left 0px;
}
.menu-bg li.hoverstate a span{
	color:#0AB4E8;
	background:url(../images/nav/rhm1_hover_r.gif) no-repeat right 0px;
}



#nav {
	margin:0;
	padding:0;
	list-style:none;
}
/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	position:relative;
	z-index:500;
}
/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	left:8px;
	top:40px;
	display:none;
	padding:0;
	list-style:none;
}
#nav ul li {
	width:100%;
	float:left;
	background-color:#CCC;
}
/* display block will make the link fill the whole area of LI */
		#nav ul a {
	width:100%;
	height:35px;
	color:#666;
	background-image:none;
	background-color:#97DDF6;
	text-align:left;
	border-bottom:1px solid #42C4EC
}
#nav ul a:hover {
	text-decoration: none;
	background-color: #42C4EC;
}
/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
	margin:0 0 0 -2px;
}










/***** Content *****/

#content {
	float:left;
	width:650px;
	margin:0 20px 0 0;
	padding:0 15px 0 15px;
	line-height:25px;
}
/***** Sidebar *****/

#sidebar {
	clear:right;
	float:left;
	width:250px;
	text-align: center;
}


#sidebar  .sidebox{
		text-align:left;
		background: #04b1e6 url(../images/side_bg.jpg) top center repeat-x;
		width:210px;
		padding:10px;
		margin:15px auto;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px; /* future proofing */
	}
 


#sidebar h2 {
	color:#364d62;
	padding:0;
	font-size:18px;
	letter-spacing:normal;
	font-style: italic;
	margin: 5px auto;
}
#sidebar ul,  #sidebar ol {
	list-style:none;
	padding:0px;
}

#sidebar ul li {
	list-style:none;
	line-height: 25px;
	padding-left:15px;
	background-image: url(../images/li_bulit.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

#sidebar ul li a{
	color:#364d62;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration:underline;
}



/***** Footer *****/

#footer {
	clear:both;
	color:#364d62;
	border-top:3px solid #06b1e6;
	margin:20px 0 0 0;
	padding:10px 0 15px 0;
	font-size:12px;
}


#footer a{
	color:#364d62;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}




.more{
	padding-right:20px;
	text-align:right;
	background-image: url(../images/readmore_icon.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	font-weight:bold;
}

/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}


.btn  {

}

 
.btn   a {
	background:transparent url(../images/buttons.gif) no-repeat top left;
	float:left; 
	height:35px;  
	margin-right:15px;
	color:#333;
}

.btn a span {
	background:transparent url(../images/buttons.gif) no-repeat right top;
	cursor:pointer;
	display:inline; 
	float:left;  
	height:35px; 
	padding:0px 10px 0 0; 
	margin-left:10px;
	line-height:35px;
	font-size:12px;
	font-weight:bold;
	
}

.btn   a:hover {
	background-position:0px bottom;
	color:#AE6102;
	text-decoration:none;
}

.btn  a:hover span {
	background-position:right bottom;
}


.sitemap{	list-style:none;}

.sitemap a{ color:#000;}



.sitemap li{
	background:transparent url(../images/layout_link.png) no-repeat left 4px;
	text-indent: 20px;
}
.sitemap ul{	
	background:transparent url(../images/arrow.gif) no-repeat 25px 0px;
	text-indent: 35px;
	list-style:none;
	}
.sitemap ul li {
	background:transparent url(../images/layout.png) no-repeat 30px 4px;
	text-indent: 50px;
	}
	
.sitemap .home {
	background:transparent url(../images/house.png) no-repeat 0px 4px;
}	
.sitemap  .contact {
	background:transparent url(../images/email.png) no-repeat 0px 4px;
}
.sitemap  .lost {
	background:transparent url(../images/page_white_camera.png) no-repeat 0px 4px;
}
.sitemap  .buy {
	background:transparent url(../images/basket_add.png) no-repeat 0px 4px;
}
.sitemap  .download {
	background:transparent url(../images/link.png) no-repeat 0px 4px;
}
.sitemap  .photo {
	background:transparent url(../images/photos.png) no-repeat 0px 4px;
}
