@import url(reset.css);


/** General Styles **/

body {
	background: #b7dbf0 url(../images/body-bg.png) repeat-x;
	color:#363636;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:62.5%;
	text-align:center;
}

.clear {
	clear: both;
}

.floatRight { 
	float: right;
	margin: 0px 0px 20px 20px;
}

.floatLeft { 
	float: left;
	margin: 20px 20px 0px 0px;
}

.frame {
	padding: 3px;
	border: 1px solid #ccc;
}


a {
	text-decoration: underline;
	color: #c71500;
}

a:hover {
	text-decoration: none;
	color: #e01600;
}

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0px 5px;
}

p {
	margin-top: 0.5em;
	text-align:justify;
	padding-bottom: 1.33em;
}

p.more {
	text-align: right;
	text-transform: uppercase;
}

hr {
	border:none;
	background-color:#ababab;
	color:#363636;
	height:1px;
}

/** Structure **/

#wrapper {
	text-align:left;
	font-size: 12px;
	width: 960px;
	margin: 0px auto;
	background-color: #fff;
	line-height: 1.5em;
	border: 1px solid #4679a0;
	border-top:0px;
	padding: 0px 3px;
}

#content-wrapper {
	overflow: hidden;
}

/** Header **/

#header {
	border-top: 8px solid #004da3;
	overflow: hidden;
	padding: 3px 0px 0px 0px;
	height: 88px;
}

#header h1 {
	width: 335px;
	height: 61px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url(../images/rockwood-logo.png) no-repeat;
	width: 335px;
	height: 61px;
}

#header address {
	float: left;
	margin: 20px 0px 0px 20px;
	display: inline;
	font-style: normal;
}

#header img {
	float: right;
	display: inline;
}

/** Global Navigation **/

#global-nav {
	background-color:#c71500;
	color: #fff;

	height: 23px;
	line-height: 23px;
}

#global-nav li {
	float: left;
	zoom: 1;
	display: inline;
	/*background: url(../images/global-nav-sep.png) no-repeat center right;*/
	position: relative;
	z-index: 999;
}

* html #global-nav li {
	float: none;
}

* html #global-nav a {
	display: inline;
}

#global-nav li.last {
	background: none;
}

#global-nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 15px;
	height: 23px;
	display: block;
	font-size: 14px;
	font-weight: bold;
			border-right: 3px solid #c71500;
	border-left: 3px solid #c71500;
}

#global-nav a:hover,#global-nav a.active,#global-nav a.hovered {
	background-color: #004da3;
		border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}

/* Submenu */

#global-nav li .submenu {
	position: absolute; /*--Important--*/
	top: 23px; left: -1px;
	background: #fff url(../images/dropdown-bg.png) repeat-x bottom left;
	border: 1px solid #bfbfbf;
	border-top: none;
	float: left;
	width: 100%;
	display: none; /*--Hidden for those with js turned off--*/
	z-index: 99999;
	text-align: left;
	line-height: 1.5em;
	color: #424242;
}
#global-nav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#global-nav li .submenu ul{
	margin: 0;
	padding: 5px 10px 10px 10px;
	float: left;
	border: 1px solid #fff;
	width: 191px;
}
#global-nav .submenu ul li {
	margin: 0px 10px;
	min-width: 115px;
	display:block;
	background: url(../images/dropdown-sep.png) no-repeat left bottom;
	float: none;
}

#global-nav .submenu ul li.last, #global-nav .submenu ul li:last-child {
	background: none;
}

#global-nav .submenu ul li.heading {
	list-style-type: none;
	background: none;
}

#global-nav .submenu ul li h4 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 16px;
	display: inline;
}
#global-nav .submenu ul li h4 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #C71500;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px!important;
	margin-bottom:5px;
	background-color: inherit;

}

#global-nav .submenu ul li h4 a:hover {
	color: #e01600;
	border-bottom: 1px solid #bfbfbf;
}

#global-nav .submenu ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 0px;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: none;
	background-color: inherit;
}
#global-nav .submenu ul li a:hover {
	color: #666;
	background-color: inherit;
	border: none;
}

/* End Submenu */


/** Sidebar **/

#sidebar {
	width: 163px;
	float: left;
	display: inline;
	text-align: center;
	padding: 0px 10px 16px 10px;
	border-right: 1px solid #bfbfbf;
	height: 280px;
}

#sidebar h4 {
	font-size: 14px;
	color: #363636;
	margin-bottom: 10px;
}

/** Main **/

#main {
	float: left;
	display: inline;
	padding: 0px 20px 20px;
	position: relative;
	width: 920px;
}

#home #main {
	padding: 0px 0px 0px 3px;
	width: 770px;
	height: 296px;
}

#main h2 {
	color: #363636;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1em;
}

#main h2 span{
	color: #9F9F9F;
	font-weight: normal;
}

#main h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1em;
	color: #C71500;
	font-family: Tahoma, Geneva, sans-serif;
}

#main h4 {
	color: #363636;
	font-size: 14px;
	line-height: 1em;
	padding-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#main strong, #main b { 
	color:#000; 
}

#main ol, #main ul {
	padding-left: 35px;
}

#main ol {
	list-style-type: decimal;
}

#main ul {
	list-style-type: square;
}

#main td {
	padding: 10px;
	vertical-align: top;
}


table.center td {
	text-align:center;
}

table.greyborder td { 
	border-bottom: 1px solid #eee; 
}

/** Slides **/

.slide {
	position: absolute;
	width: 773px;
	top: 3px;
	left: 3px;
	z-index: 8;
}

.slide.active {
	z-index: 10;
}

.slide .description {
	width: 253px;
	position: absolute;
	top: 50px;
	left: 33px;
}


/** Featured **/

#featured {
	overflow: hidden;
	_height: 219px;
}

#featured li {
	float: left;
	display: inline;
	padding: 3px;
	border: 1px solid #bfbfbf;
	border-left: none;
	border-bottom: none;
	height: 211px;
}

#featured li.first {
	padding-left: 2px;
}

#featured li.last {
	border-right: none;
	padding-right: 0px;
}

#featured h3 {
	height: 23px;
	line-height: 23px;
	background: #004da3 url(../images/featured-header-bg.png) no-repeat top right;
	margin-bottom: 3px;
	padding: 0px;
	*width: 233px;
}

#featured h3 a {
	padding: 0px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#featured h3 a:hover {
	color: #d9e4f1;
}

/** Footer **/

#footer {
	text-align: center;
	border-top: 1px solid #bfbfbf;
}

#footer ul {
	margin: 10px 0px;
}

#footer li {
	display: inline;
}

#footer a {
	text-decoration: none;
	text-transform: uppercase;
	color: #363636;
	font-weight:bold;
}

#footer a:hover {
	color: #5e5e5e;
}

#footer #copyright {
	text-align: center;
	color: #717171;
	font-size: 11px;
}

/* Gallery */

.imgbrowz0r-navigation .img-statistics { margin-top: 1.5em }

#imgbrowz0r .img-row { padding: 0 1em }
#imgbrowz0r .img-directory a:link,
#imgbrowz0r .img-directory a:visited { font-family: Georgia, "Times New Roman", Times, serif;text-decoration: none }

#imgbrowz0r .img-thumbnail a:link img,
#imgbrowz0r .img-thumbnail a:visited img { border: 1px solid #000 }
#imgbrowz0r .img-thumbnail a:hover img,
#imgbrowz0r .img-thumbnail a:active img { border-color: #F52542 }

#imgbrowz0r .img-directory a:link,
#imgbrowz0r .img-directory a:visited { background-color: #000;border: 1px solid #000;font-size: 1.5em;color: #ccc }
#imgbrowz0r .img-directory a:hover,
#imgbrowz0r .img-directory a:active { border-color: #F52542;color: #F52542 }

#imgbrowz0r .img-directory span.img-dir-name,
#imgbrowz0r .img-directory span.img-thumb-date { display: block }
#imgbrowz0r .img-directory span.img-dir-name { font-weight: bold;font-size: 1.2em }

#imgbrowz0r .img-thumbnail a,
#imgbrowz0r .img-directory a { display: block;margin: 0 auto;width: 200px }

#imgbrowz0r .img-thumbnail,
#imgbrowz0r .img-directory { float: left;padding: 1.5em 0;width: 25%;text-align: center }
#imgbrowz0r .img-column-1 { clear: left }

#imgbrowz0r .img-directory a:link,
#imgbrowz0r .img-directory a:visited { height: 160px;line-height: 150px;
					   background-repeat: no-repeat;background-position: 50% 50% }

/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear { background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;
			   margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0 }