@charset "utf-8";
/* services/elements_css */

body {
	margin:            0;
	padding:           0;
	font-family:       "Lucida Grande", Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size:         11px;
	color:             #333;
}
#outer_wrapper {
	width: 100%;
	min-height: 650px;
}
h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
a {
	color: #303030;
	text-decoration: none;
}
.element {
	float: left;
	display: inline-block;
	height: 65px;
	width: 65px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: solid 1px #000;
	background: url(http://www.sutter-group.com/images/elements_images/css/80transwhite65.png) center 1px;
	padding: 1px;
}
.element_full {
	margin-top: 1em;
	clear: both;
}
.element_description {
	display: block;
	width: 600px;
	margin: 24px auto;
	padding: 0;
	text-align: center;
}
.element_image {
	display: block;
	margin: 12px auto;
}
.element_caption {
	color: #F5F5F5;
	display: block;
	width: 230px;
	height: 230px;
	float: left;
	margin: 0 50px 10px 50px;
}
.element_info {
	margin: 0 auto 24px auto;
	color: #F5F5F5;
	text-align: justify;
	clear: both;
	padding-top: 10px;
	cursor: default;
}
.element_info p {
	margin-top: 1em;
}
.blank {
	background-image: none;
	height: 67px;
	width: 67px;
	border: none;
}
.element:hover {
	background: url(http://www.sutter-group.com/images/elements_images/css/80transwhite65.png) center bottom;
}
.blank:hover {
	background-image: none;
}
.left {
	border-left: solid 2px #333;
}
.right {
	border-right: solid 2px #333;
}
.bottom {
	border-bottom: solid 2px #333;
}
a h2.elementnumber {
	height: 18px;
	width: auto;
	background: url(http://www.sutter-group.com/images/elements_images/css/color_accents.png) left -2px no-repeat;
	color: #FFF;
	vertical-align: bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 12px;
}
a:hover h2.elementnumber {
	background-position: left -37px;
}
h3.elementsymbol {
	width: auto;
	height: 42px;
	font-weight: bold;
	font-size: 26px;
	line-height: 42px;
	letter-spacing: -1px;
	text-transform: capitalize;
	vertical-align: bottom;
	margin-top: -12px;
	margin-bottom: -36px;
}
a:hover h3.elementsymbol {
	visibility: hidden;
}
h4.elementname {
	visibility: hidden;
	width: auto;
	height: 42px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	margin-top: -36px;
	padding-left: 3px;
	padding-right: 3px;
	overflow: hidden;
}
a:hover h4.elementname {
	visibility: visible;
}
#previous_element, #next_element {
	display: block;
	width: 90px;
	height: 90px;
	padding: 0;
	margin: 0;
}
#previous_element a, #next_element a {
	margin: 0;
	padding: 0;
	display: none;
}
#previous_element img, #next_element img {
	margin: 0;
	padding: 0;
	width: 90px;
	height: 90px;
}
#previous_element {
	float: left;
	padding: 0;
	margin: 70px 0 0 40px;
}
#next_element {
	float: left;
	padding: 0;
	margin: 70px 0 0 0;
}
#wrapper {
	width: 100%;
}
#content.elementfull {
	width: 100% !important;
}
#ajaxLoading {
	text-align: center;
}
#ajaxLoading img {
	margin: 0 auto;
}

#element_holder {
height: 280px;
width: 600px;
margin: 0 auto;
padding: 0;
position: relative;
}

#element_holder div {
margin: 0;
padding: 0;
background-color: #232323;
}

#element_holder div img {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}

.prevQ {
width: 45px;
height: 45px;
position: absolute;
top: 100px;
left: 160px;
z-index: 5;
}

.prev {
width: 90px;
height: 90px;
position: absolute;
top: 75px;
left: 45px;
z-index: 25;
display: none;
}

.current {
display: block;
padding: 0;
width: 230px;
height: 230px;
position: absolute;
top: 10px;
left: 185px;
z-index: 50;
}

.next {
width: 90px;
height: 90px;
position: absolute;
top: 75px;
left: 465px;
z-index: 25;
}

.nextQ {
width: 45px;
height: 45px;
position: absolute;
top: 100px;
left: 395px;
z-index: 5;
}

#element_information {
clear: both;
width: 600px;
}

#element_information a {
color: #ffffff;
border-bottom: 1px solid #c2cf20;
text-decoration: none;
}

#element_information a:hover {
color: #c2cf20;
}