/* BEGIN RESET */

html, body, div, object, img, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, code, strong, label, small, form, fieldset, table, th, td { 

	margin: 0; 
	padding: 0;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent; 
}

body {
	line-height: 1.5;
	font-family: arial, sans-serif;

}

ol, ul {
	list-style: none;
}

/* BODY STYLING */

a {
	color: #98b4ba;
	text-decoration: none;
}

a:hover {
	color: #262626;
}

span {
	color: #fff;
	float: left;
	font-size: 12px;
}

strong {
	font-size: 22px;
}

.wrapper {
	padding-left: 50px;
	padding-right: 50px;
}


/* HEADER & MENU STYLING */

#header {
	/*background: white url(images/headertext.png) right no-repeat;*/
	height: 100px;
	position: relative;
	margin-right: 50px;
	margin-bottom: 20px;
}

#header #menu {
	position: absolute;	
	width: 130px;
	height: 55px;
	background-image: url(images/menubg.png);
	background-repeat: repeat;	
	padding-left: 15px;
	padding-top: 15px;

}

#menu h1 {
	background: url(images/logo2.png) no-repeat;
	text-indent: -9999px;

}

#menu h1 a {
	display: block;
	width: 35px;
	height: 25px;
}

#menu #nav_menu {
	position: absolute;
	background: red;
	float: right;
}

#nav_menu li {
	display: inline;
	margin-right: 35px;
	font-size: 14px;
	color: #262626;
}

#nav_menu li a {
	font-size: 14px;
	color: #262626;
}

#nav_menu li a:hover {
	color: #98b4ba;
}


/* #nav_menu li a#about{
	text-indent: -9999px;
	background: url(images/nav_menusprites.png) no-repeat;
	width: 114px;
	height: 30px;
	display: block;
}

#nav_menu li a#about:hover {
	background-position: -114px 0px;
}

#nav_menu li a#work{
	text-indent: -9999px;
	background: url(images/nav_menusprites.png) no-repeat;
	background-position: 0 -29px;
	width: 114px;
	height: 32px;
	display: block;
}

#nav_menu li a#work:hover {
	background-position: -114px -29px;
}

#nav_menu li a#contact{
	text-indent: -9999px;
	background: url(images/nav_menusprites.png) no-repeat;
	background-position: 0 -63px;
	width: 114px;
	height: 27px;
	display: block;
}

#nav_menu li a#contact:hover {
	background-position: -114px -63px;
	width: 114px;
}

*/

/* MAIN CONTENT STYLING */

h2#selectedworks {
	background: url(images/selectedwork.png) no-repeat;
	text-indent: -9999px;
}




/* MAINCONTENT STUFF */

div.category_label {
	display: inline;
	position: relative;
	background-color: #98b4ba;
	color: #fff ;
	padding: 5px 10px 5px 30px;
	letter-spacing: 1px;
	z-index: 1000;
	top: 60px;
	margin-right: -50px;
	margin-top: 20px;
	font-weight: bold;
}


div.contentbox {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	border: 10px solid #262626;
	background-color: #262626;
	z-index: 100;
	height: 100%;
	width: 100%;

	
}

div.category_container {
	position: relative;
	float: left;
	width: 0px;
  cursor: move;
  border-right: 10px solid #262626;
  padding-right: 0px;
}

div.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #fff url(images/loading.gif) center no-repeat;
  z-index: 5000;
  padding: 0px;
  margin: 0px;
}



a.left, a.right {
  display: block;
	position: absolute;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	z-index: 110;
	font-size: 12px;
	top: 50%;
	margin-top: -25px;
	line-height: 50px;
	text-decoration: none;
	display: none;
}

a.left:hover, a.right:hover {
  color: #98b4ba;
}

a.left:active, a.right:active {
  color: #98b4ba;
}

a.left {
	left: 0px;
	padding: 0px 20px 0px 15px;
}

a.right {
	right: 0px;
	padding: 0px 15px 0px 20px;
}

div.thecontent {
	position: relative;
	float: left;
	margin-right: 10px;
	z-index: 50;
	height: 397px;
}

div.content_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 90;
}

span.content_info {
	position: absolute;
	bottom: 0px;
	left: 10px;
	background-color: #262626;
	color: #fff;
	padding: 5px 15px;
	font-size: 16px;
}

div.full_container {
	position: relative;
	margin-bottom: 40px;
	margin-top: 60px;
	height: 300px;
}


/* CONTACT FORM */

#contactme {
	float: left;
	width: 300px;
	margin-top: 207px;
	margin-left: 300px;
	text-align: right;
}

#contactme_right {
	float: right;
	margin-top: 50px;
	margin-right: 30px;
	text-align: left;
}



#contactform {
    width: 600px;
}

#contactform .form-table tr td.fields {
    background-color: #e7ebe6;
}

#contactform #contact-intro {
    float: right;
    width: 140px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 0.75em;
    color: #262626;
}



/* FOOTER STYLING */

#footertxt {
	background: url(images/footertext.png) no-repeat;
	text-indent: -9999px;
	width: 426px;
	height: 306px;
}

#footer {
	background: #262626 url(images/footerbg.png) repeat-x;
	min-height: 83px;
	margin-top: 50px;
	padding-top: 50px;
}

#footer h1 {
	background: url(images/footerlogo.png) no-repeat;
	text-indent: -9999px;
	float: right;

}

#footer h1 a {
	display: block;
	width: 26px;
	height: 18px;
}

/* FOOTER CONTENT */

#footernav {
	float: right;
	margin-right: 100px;

}

#footernav ul {
	float: left;
	display: inline;
}

#footernav li {
	background: transparent url(images/nav_sep.png) no-repeat scroll left center;
	float: left;
	padding: 0 12px 0 20px;	
}

#footernav li a {
	margin-right: 50px;
}


#footernav li a:hover {
	color: #fff;
}

/*============================================================
 SLIDER TEST
============================================================*/

#slider {
    position:relative;
    width:834px; /* Change this to your images width */
    height:351px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
