body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
	min-width:1250px;
	margin:0;
	padding:0;
}

#all {
    position: relative;
    top: -7px;
}

#header {
    width: 100%;
    height: 230px;
    background-color:#120b0d;
    position:relative;
	text-align: center;
}

.clear {
    clear: both;
}

#top_bar {
    overflow:hidden;
    width:100%;
    background-color:#fff;
    color:#231f20;
    position:absolute;
    bottom:0;
    left:0;
    height:60px;
}
#top_bar a{
    color:#231f20;
    display:inline-block;
    margin:0 5px;
}

#socialize {
    position:absolute;
	top:90px;
	right:10px;
    text-align: right;
    padding-right: 4px;
    padding-top: 2px;
}

#menu {
    font-size: 18px;
    position:relative;
    height:60px;
}
#menu1{
    height:60px;
    line-height:60px;
}

#menu2 {
    font-weight: normal;
    font-size: 14px;
    height:20px;
    line-height:28px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}

#logo {
    height:130px;
    padding:20px;
}

#newsletter input {
	border: 1px solid #000;
	padding:4px;
    font-size: 10px;
    color: #666666;
    display: inline;
    margin-right: 2px;
}

#socialize_buttons {
    margin-right: 2px;

}

.custom_submit {
    background: url(../images/newsletter.png) no-repeat;
    cursor: pointer;
    width: 32px;
    height: 18px;
    border: none;
}

a:link, a:visited {

    text-decoration: none;
    color: white;

}

a:hover {
    text-decoration: none;
    color: #a18f32 !important;
}

a#selected_menu {
    color: #a18f32;
}

#text_container {
    text-align: justify;
    max-width: 1250px;
	margin:20px auto;
}
#text_container_smaller{
	text-align: justify;
    max-width: 960px;
	margin:0 auto;
}
#text_container table{
	margin:0 auto;
}

#text_container_smaller a:link, #text_container_smaller a:visited {
    text-decoration: none;
    color: black;
}

#text_container_smaller a:hover {
    text-decoration: underline;
    color: black;
}

#text_container a:link, #text_container a:visited {
    text-decoration: none;
    color: black;
}

#text_container a:hover {
    text-decoration: underline;
    color: black;
}

.table_headers {

    vertical-align: top;
    padding: 5px;
    text-align: left;

}

.table_contents {

    vertical-align: top;
    padding: 5px;
    padding-left: 30px;
    text-align: left;
}

.press {
    padding-right: 7px;
    padding-bottom: 7px;

}

.pdf_download {
    text-align: left;

}

#catalog_link {
    position: relative;
    top: 48px;

}

.ss13_left {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-top: 0px;

}

.fw14_top {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-top: 6px;

}

.ss13_right {
    padding-left: 31px;
    padding-right: 0px;
    padding-bottom: 23px;
    padding-top: 23px;

}

.highlightit img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.highlightit:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#team{
	width:1250px;
	margin:0 auto;
	padding:10px;
	overflow:hidden;
}
#team .clip{
	height:341px;
	overflow:hidden;
}
#team a{
	display:block;
	color:#231f20;
}
#team a:hover{
	color:#a18f32;
}
#team img{
	-webkit-transition: -webkit-transform 0.5s;
	transition:transform 0.5s;
}
#team a:hover img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
#team .member{
	float:left;
	width:188px;
	margin:10px;
	text-align:center;
}
#team strong{
	text-transform:uppercase;
	display:block;
	font-size:14px;
}
#text_container.about{
	margin:30px auto;
	padding:10px;
	text-align:center;
	font-size:18px;
}
#text_container.press{
	max-width:1145px;
}
#text_container_smaller.enthusiasts{
	max-width: 1155px;
	margin-top:10px;
}