/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body {
	background-color:#FFF;
	letter-spacing:1;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 62.5%;
	background-image: url(../images/rooftop-gardens-bg-rptr.jpg);
}

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:560px; }
#headersub {
	height:180px;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:600px;
	position:absolute;
	visibility: visible;
}
.headerimgsub {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:180px;
	position:absolute;
}

/* NAVIGATION */
#nav-outer {
	height:48px;
	padding-top:8px;
	position:relative;
	top:11px;
	background-image:url(../images/rooftop-gardens-menu-bg-rptr.png);
}
#navigation {
	height:100px;
	width:940px;
	margin:0 auto;
	background-image:url(../images/rooftop-gardens-menu-logos.png);
	background-position:left top;
	background-repeat:no-repeat;
}

/* SEARCH */
#search { background-color:#051733; float:right; width:220px; padding:10px; }
#searchtxt { padding:3px; width:150px; }
#searchbtn { border:1px solid #eee !important; background-color:#CD2B3A; color:#eee; padding:3px; margin-left:5px; }

/* MENU */
#menu {
	position:relative;
	top:4px;
	width: 629px;
}
#menusub {
	position:relative;
	top:4px;
	width: 180px;
}
#menu ul { list-style:none; }
#menu ul li { display:inline; font-variant:small-caps; font-size:12px; }
#menu ul li a { color:white; text-decoration:none; font-weight:bold; padding-right:20px; }
#menu ul li a:hover { text-decoration:underline; }

/* HEADER TEXT */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:74px; }
#firstline { background-image:url("../images/textbg.png"); color:#333; font-size:40px; padding:4px 13px 7px; float:left; display:block; }
#secondline { background-image:url("../images/textbg.png"); color:#CD2B3A; text-decoration:none; font-size:60px; padding:0 13px 10px; float:left; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:37px; width:37px; float:left; cursor:pointer; }
#back { background-image:url("../images/rooftop-gardens-slides-back.png"); }
#next { background-image:url("../images/rooftop-gardens-slides-forward.png"); margin-left:10px; }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:940px; }
#headernav { padding-left:842px; padding-top:40px }
h1 {
	font-size: 40px;
	color: #629E87;
	font-weight: 100;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #629E87;
}

/* CONTENT */
#content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	float: left;
}
#content #left {
	width: 474px;
	float: left;
	margin-right: 25px;
}
#content #right {
	width: 394px;
	float: left;
	margin-left: 25px;
	margin-top: 12px;
}
#content #rightpress {
	width: 394px;
	float: left;
	margin-left: 25px;
	margin-top: 46px;
	font-size: 12px;
	color: #4d4d4d;
}
#content p {
	font-size:12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4d4d4d;
	line-height: 19px;
	padding-left: 2px;
}
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }

strong, b {
	font-weight: bold;
	font-size: 11px;
}
.stronger {
	font-weight: bold;
}
#footer p {
	font-size: 10px;
}
