@charset "utf-8";
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}*/

.innerShadow {
	-moz-box-shadow: inset 0 7px 6px -8px #000000;
	-webkit-box-shadow: inset 0 7px 6px -8px #000000;
	box-shadow: inset 0 7px 6px -8px #000000;
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
/*HTML5 display rule*/
html {
	-webkit-font-smoothing: antialiased;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgrou, menu, nav, section, summary {
	display: block
}
/*HTML display rule*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #999;
}
a img {
	border: none;
}
/*
ul li:hover{
	cursor: pointer;
}*/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #F%E#CE;
	color: #666;
	/* [disabled]background-image: url(../imgs/blur_bg_2.jpg); */
	background-position: top;
	background-repeat: repeat-y;
	background-color: #F5E3CE;
}
a:link {
	color: #D57A07;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D57A07;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #333333;
}
/* Header */
#header {
	width: 1000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#headLeft {
	float: left;
	width: 170px;
	height: 100px;
}
#headRight {
	float: right;
	width: 328px;
}
.break {
	clear: both;
	margin: 0;
	padding: 0;
}
#header .logo {
	float: left;
	height: 100px;
	overflow: hidden;
	text-indent: -9999px;
	width: 170px;
	background-image: url(../imgs/vertexlogo.png);
	background-repeat: no-repeat;
	margin-left: 15px;
}
.search-block {
	width: 150px;
	float: left;
	background-color: #AD2822;
	margin-top: 5px;
	height: 20px;
}
/**
Search Box
**/
.search-input {
	display: block;
	/* [disabled]-moz-box-sizing: border-box;
*/
	/* [disabled]box-sizing: border-box;
*/
	width: 150px;
	/* [disabled]min-height: 20px;
*/
	float: left;
	border: thin solid #AD2822;
	font-size: 11px;
	box-shadow: none;
	color: #b3b3b3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding-left: 10px;
	height: 20px;
}
.search-magnifier {
	background: url(../imgs/search_magnifier.png) 0 0 no-repeat;
	position: relative;
	top: -20px;
	right: -140px;
	width: 22px;
	height: 20px;
	border: none;
	cursor: pointer;
	/* [disabled]float: left;
*/
	padding: 1px;
}
.search-block-grid {
	margin-top: 10px;
}
#salesLocate {
	float: left;
	width: 150px;
	background-color: #AD2822;
	text-align: center;
	margin-right: 1px;
	/* [disabled]padding: 1px; */
	margin-top: 5px;
}
#salesLocate a {
	/* [disabled]border-radius: 3px;
*/
	color: #FFF;
}
#salesLocate a:hover {
	background-color: #AD2822;
	color: #CCCCCC;
	text-decoration: none;
}
input.search-input:focus {
	outline: 0;
	border: 1px solid #a6a6a6;
	background-color: #fcfcfc;
	background-image: none;
	box-shadow: none;
	color: #4d4d4d;
}
.bottom-search {
	padding: 8px 0 15px 0;
}
#homePN {
	font-size: 15px;
	text-align: right;
	padding-top: 76px;
	font-weight: bold;
	padding-right: 22px;
	color: #AD2822;
}

#topMenu {
}
#topMenu ul {
	width: auto;
	background-color: #AD2822;
	height: 30px;
	clear: both;
	margin-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
}
#topMenu ul li {
	float: left;
	list-style-type: none;
	/* Text shadow*/
	/* text-shadow: black 0.1em 0.1em 0.1em; */
	/* filter: Shadow(Color=black, Direction=130, Strength=1); /* IE Proprietary Filter*/
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	margin-right: 2px;
	margin-left: 3px;
}
#topMenu ul li:hover {
	cursor: pointer;
	/* no Text shadow*/
	text-shadow: none;
	color: #CC0000;
	background-color: #F7F7F7;
	/* box shadow*/
	box-shadow: 1px 1px 1px #000000;
	/*round conner*/
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}
#topMenu .tagSelected {
	cursor: pointer;
	text-shadow: none;
	/* box shadow*/
	box-shadow: 1px 1px 1px #000000;
	/* box shadow*/
	box-shadow: 1px 1px 1px #000000;
	/*round conner*/
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	color: #AD2822;
	background-color: #FFF;
}
.colorBar {
	position: relative;
	height: 6px;
	background-color: rgb(255, 150, 28);
	background-image: -moz-linear-gradient(left center, rgb(231, 82, 57) 0%, rgb(231, 82, 57) 12.5%, rgb(255, 150, 28) 12.5%, rgb(255, 150, 28) 25%, rgb(255, 204, 39) 25%, rgb(255, 204, 39) 37.5%, rgb(252, 230, 47) 37.5%, rgb(252, 230, 47) 50%, rgb(205, 227, 91) 50%, rgb(205, 227, 91) 62.5%, rgb(130, 204, 51) 62.5%, rgb(130, 204, 51) 75%, rgb(65, 190, 206) 75%, rgb(65, 190, 206) 87.5%, rgb(4, 156, 219) 87.5%, rgb(4, 156, 219) 100%);
	background-position: 50% 0px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.063) inset;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#content {
	margin-left: 10px;
	float: left;
	width: 805px;
	clear: right;
}
#indexContent {
	clear: both;
	margin-top: 10px;
	/* [disabled]background-color: #FFF;
*/
}
#indexContent #contentLeft {
	width: 200px;
	float: left;
}
.promoBox {
	float: left;
	display: block;
	padding-bottom: 15px;
	padding-left: 15px;
}
#homeTitle {
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #F8F8F8;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #d57a07;
}
#newsletter {
	width: 160px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 125px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	border: thin dotted #CCC;
}
#indexContent #contentRight {
	width: 800px;
	margin-left: 200px;
}
#contentRight #indexImg {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
/*	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;*/
}
#ContentRight #indexImg img {
	width: 795px;
}
#homeAbout {
	width: 370px;
	float: left;
	height: 135px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#homeNews {
	width: 365px;
	float: left;
	background-color: #F8F8F8;
	height: 155px;
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
}
#homeAboutContent {
	height: 110px;
	text-align: justify;
}
#homeNewsContent {
	height: 85px;
}


#homeNewsContent img {
	float: left;
	background-color: #FFF;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#readMore {
	text-align: right;
	color: #666;
	margin-bottom: 10px;
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
}
#readMore a {
	text-align: right;
	color: #d57a07;
	margin-bottom: 10px;
}
#indexBox ul {
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#indexBox ul li {
	float: left;
	list-style-type: none;
	background-color: #999;
	width: 308px;
	padding: 5px;
	margin: 1px;
	height: 200px;
}
#siteNav {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E16F68;
	margin-bottom: 10px;
	margin-top: 5px;
	height: 17px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#siteNav a {
	color: #666;
}

#siteNav_p {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E06B65;
	margin-bottom: 10px;
	margin-top: 5px;
	height: 17px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}
#siteNav_p a {
	color: #666;
}

/* Conten */
#catList {
	width: 185px;
	float: left;
}
#menuTitle {
	font-size: 13px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E16F68;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	font-weight: bold;
	height: 17px;
}
#catList ul {
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
#catList ul li {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	color: #A92A1C;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	vertical-align: bottom;
	/*list-style-image: url(../imgs/right_menu_point.png);*/
	list-style-position: inside;
	padding-left: 5px;
	list-style-type: square;
}
#catList ul li:hover {
	cursor: pointer;
	color: #A92A1C;
	background-color: #F8F8F8;
}
#catList #ads {
}
#catList #ads img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#collections {
	width: 715px;
	float: left;
	padding-left: 5px;
}
#collections ul {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
}
#collections ul li {
	list-style-type: none;
	width: 168px;
	float: left;
	height: 198px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	margin-right: 3px;
}
#collections ul li img {
	max-width: 160px;
	max-height: 160px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#collections ul li:hover {
	/* [disabled]background-color: #F8F8F8; */
	cursor: pointer;
	border: 1px solid #AD2822;
}
#collections #collectionName {
	padding: 0px;
}



#mainContent {
	clear: both;
	margin-bottom: 10px;
}
#catTitle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #D57A07;
	width: 460px;
}
#catSub {
	font-size: 13px;
	color: #999999;
	width: 460px;
}
#catDesc {
	margin-top: 10px;
	line-height: 15px;
	width: 460px;
	height: 129px;
}
#catDesc ul {
	background-color: #F9F9F9;
	width: auto;
	border: thin solid #CCC;
	border-radius: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#catDesc ul li {
	list-style-type: disc;
	line-height: 17px;
}
#catImg {
	position: relative;
	width: 340px;
	float: right;
}
#catImgLabel {
	position: absolute;
	font-size: 13px;
	right: 20px;
	text-shadow: black 0.1em 0.1em 0.1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffffff;
	top: 270px;
	text-transform: uppercase;
	text-align: right;
	filter: Shadow(Color=black, Direction=130, Strength=1); /* IE Proprietary Filter*/
}
#catImg img {
	height: 300px;
	width: 300px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	/*border: thin solid #CCCCCC;*/
	position: relative;
}
#decorate {
	float: left;
}
#selectPattern {
	font-size: 14px;
	width: 100%;
	color: #AD2822;
	margin-bottom: 5px;
}
#decorateName {
	font-size: 8px;
	height: 22px;
	width: 96px;
	color: #333333;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-transform: uppercase;
}
#decorate ul {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
}
#decorate ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 100px;
	height: 125px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: thin solid #FFFFFF;
}
#decorate ul li img {
	height: 90px;
	width: 90px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}
#decorate ul li:hover {
	border: thin solid #F00;
}
.dSelected {
	background-color: #EBEBEB;
}
#pNag {
	font-weight: bold;
	clear: both;
	background-color: #E6E6E6;
	padding: 5px;
	margin-right: 13px;
	margin-left: 5px;
	height: 13px;
	font-size: 10px;
}
#pNagL {
	float: left;
}
#pNagR {
	float: right;
}
#pNag .curentPageNumber {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	color: #F00;
}
#pList {
	font-size: 9px;
	width: 100%;
	clear: both;
}
#pList ul {
	padding-left: 0px;
	margin: 0px;
}
#pList ul li {
	list-style-type: none;
	width: 137px;
	float: left;
	height: 200px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: thin dotted #FFF;
}
#pList ul li:hover {
	border: thin solid #F00;
	cursor: pointer;
}
#pList ul li img {
	margin: 5px;
}
#pTitle {
	font-size: 13px;
	font-weight: bold;
}
#psDesc {
	font-size: 9px;
	color: #999;
	padding-top: 5px;
}
#pDetail #pImg {
	padding: 20px;
	width: 500px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
/*	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #AD2822;
	border-right-color: #AD2822;
	border-bottom-color: #AD2822;
	border-left-color: #AD2822;*/
}
#pDetailImgLabel {
	position: relative;
	font-size: 13px;
	color: #AD2822;
	text-transform: uppercase;
	padding: 10px;
	text-align: right;
	right: -450px;
	bottom: 35px;
}
#pDetailDecorateImg {
	position: relative;
	font-size: 8px;
	text-transform: uppercase;
	float: right;
	top: -15px;
	right: -15px;
	border: thin solid #CCC;
	width: 90px;
}
#pDetailDecorateImg img {
	height: 70px;
	width: 70px;
	padding: 5px;
}
#pDetail #pImg img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pDetail #pName {
	font-size: 18px;
	font-weight: bold;
}
#pDetail #pCat {
	font-size: 11px;
	margin-bottom: 15px;
}
#pDetail #pInfo {
	background-color: #AD2822;
	padding: 5px;
	color: #F8F8F8;
	font-weight: bold;
	width: 750px;
}
#pDetail ul li a {
	color: #666;
}
#pDetail ul {
	margin: 0px;
	padding: 0px;
}
#pDetail ul li {
	width: 244px;
	list-style-type: none;
	float: left;
	height: 50px;
	padding: 5px;
	text-transform: uppercase;
}
#pDetail #pInfoTitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#pDetail ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	vertical-align: bottom;
}

/*News*/
#newsImg img {
	max-width: 600px;
	/*border: thin dotted #CCC;*/
	float: right;
	width: 250px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#newsTitle {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#newsDate {
	font-size: 10px;
	color: #999;
	background-color: #F8F8F8;
	padding: 3px;
}
#newsContent {
	color: #666;
}
#newsLink {
	padding-top: 10px;
	padding-bottom: 20px;
}
#newsLeft {
	width: 225px;
	float: left;
	text-align: center;
}
#newsLeft #newsImg img {
	width: 200px;
}
#newsRight {
	float: left;
	margin-left: 10px;
	width: 550px;
}
#moreDetails {
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#moreDetails a {
	color: #d57a07;
}
/*Events*/
#events_Img{
	max-width: 600px;
}
#eventsImg img {
	max-width: 600px;
	padding: 5px;
	/*border: thin dotted #CCC;*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#newsList {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#more_news_events {
	text-align: right;
}

#fineLine {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#spacer {
	height: 30px;
	clear: both;
}
#spacer10 {
	height: 10px;
	clear: both;
}
#eventsTitle {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #333;
}
#eventsDate {
	font-size: 10px;
	color: #999;
	background-color: #F8F8F8;
	padding: 3px;
}
#eventsContent {
	color: #666;
}
#eventsURL {
	padding: 5px;
}
#eventsLocation {
	padding: 5px;
}
#eventsBooth {
	padding: 5px;
}
/* Product List */
#pDetail {
	font-size: 12px;
	margin: 10px;
}
#pDetail img {
	margin: 5px;
	padding: 5px;
	border: thin dotted #CCC;
}
#pageContent {
	font-size: 12px;
	margin: 10px;
}
#pageTitle {
	/* [disabled]font-family: 'Tangerine', serif; */
	font-size: 30px;
	padding-right: 10px;
	clear: both;
	color: #d57a07;
}
#pageTitle_p {
	/* [disabled]font-family: 'Tangerine', serif; */
	font-size: 30px;
	margin-bottom: 10px;
	padding-right: 10px;
	clear: both;
	color: #d57a07;
	margin-left: 10px;
}
/*About us*/
#aboutusText {
	text-align: justify;
}
#aboutusImg {
	float: right;
	height: 300px;
	width: 273px;
	background-image: url(../imgs/img_aboutus.jpg);
	margin-right: -5px;
	margin-left: 20px;
	margin-top: -9px;
}
#aboutusImg img {
}

#customImg {
	float: right;
	height: 260px;
	width: 260px;
	background-image: url(../imgs/img_custom.jpg);
	margin-right: -5px;
	margin-left: 20px;
	margin-top: -9px;
}
/*Career*/
#careerText {
	width: 530px;
	text-align: justify;
}
#careerImg {
	float: right;
	height: 150px;
	width: 263px;
}
#careerImg img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactFrom {
	float: left;
	width: 410px;
	padding: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#contactFrom form ol {
	padding: 0px;
}
#contactFrom form ol li {
	list-style-type: none;
	padding-bottom: 3px;
}
#contactFrom label {
	display: block;
	float: left;
	width: 110px;
}
#contactFrom input.text, textarea, select {
	background-color: #F8F8F8;
	width: 240px;
}
#contactInfo {
	width: 333px;
	float: left;
	padding: 10px;
}
#contactInfo img {
	vertical-align: bottom;
}

#contactInfo #gmap {
	padding: 5px;
	border: thin solid #CCC;
}
#companyAdress {
	list-style-image: url(../imgs/ico_building.png);
	list-style-position: inside;
}


#state {
	clear: both;
}
#state ul {
	padding: 0px;
	margin: 0px;
}
#state ul li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	background-color: #F8F8F8;
	margin-bottom: 5px;
	width: 145px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	font-size: 9px;
}
#state ul li:hover {
	background-color: #F0F0F0;
}
#state ul .sSelected {
	background-color: #EBEBEB;
}
#salesDetail {
	clear: both;
}
#salesDetail ul {
	padding: 0px;
	margin: 0px;
}
#salesDetail ul li {
	list-style-type: none;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#salesDetail ul li #sDetail {
	margin-bottom: 1px;
}
#salesDetail ul li #sl {
	width: 70px;
	background-color: #F8F8F8;
	margin-right: 10px;
	float: left;
}
#careerList {
	clear: none;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#careerTitle {
	color: #6C8715;
	font-weight: bold;
}
#careerDetail {
}
#faq h2 {
	color: #AD2822;
	margin-bottom: 5px;
	margin-top: 15px;
}
#faq h4 {
	margin-top: 15px;
	color: #333333;
	margin-bottom: 5px;
}
#siteMap {
}
#siteMapTitle {
	font-weight: bold;
	text-decoration: underline;
}

#siteMap ul {
	margin: 0px;
	padding: 0px;
}
#siteMap ul li {
	color: #d57a07;
	display: block;
	list-style-type: none;
	padding: 2px;
}
#siteMap ul li:hover {
	color: #d57a07;
	display: block;
	list-style-type: none;
	background-color: #EFEFEF;
	cursor: pointer;
}



/* Footer */
#footer {
	width: 980px;
	clear: both;
	/* [disabled]background-image: url(../imgs/site_bg.jpg); */
	margin-right: auto;
	margin-left: auto;
	background-color: #F2EED9;
	margin-bottom: 30px;
	padding: 10px;
}
#joinUs {
	width: 180px;
	/* [disabled]float: left; */
}

#footer #joinUs img {
	margin: 5px;
}
#footerMenu {
	height: 21px;
	width: 850px;
	margin-left: 180px;
}
#footerMenu ul {
	text-align: right;
	padding: 0px;
	margin-left: 0px;
}
#footerMenu ul li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#socialmedia {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	border-bottom-left-radius: 8px;
	border-color: #999999 -moz-use-text-color #999999 #999999;
	border-style: solid none solid solid;
	border-top-left-radius: 8px;
	border-width: 1px medium 1px 1px;
	height: 94px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 27px;
	width: 29px;
	z-index: 4;
}
#copyright {
	clear: both;
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#image_box {
	width: 210px;
	height: 280px;
	float: left;
	padding-right: 10px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#image_box img {
	padding: 5px;
	border: thin solid #CCC;
}
#advSearch {
	width: 260px;
	float: left;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-right: 5px;
	padding-left: 5px;
}
.advSearchBox {
	float: left;
	width: 47%;
	margin: 5px;
	padding: 5px;
}
.goRightSide {
	float: left;
	width: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
.goLeftSide {
	width: 50%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#advSearchSet ul {
	margin: 0px;
	padding: 1px;
	height: 60px;
}

#advSearchSet ul li {
	list-style-type: none;
	text-align: center;
	border: thin dotted #CCC;
	margin-right: 3px;
	float: left;
	margin-bottom: 3px;
	background-color: #FFF;
	font-size: 8px;
	width: 51px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#advSearchSet ul li a {
	text-decoration: none;
}

#advSearchSet ul li:hover {
	border: thin solid #F00;
}

#advSearchSet ul li img {
	width: 50px;
}
#advSearch fieldset {
	background-color: #F8F8F8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999999;
	margin-bottom: 15px;
	width: 250px;
}

#advSearch fieldset legend {
	margin-bottom: 5px;
	font-size: 12px;
	color: #D57a07;
	font-weight: bold;
}
#advSearch form {
	width: 235px;
	padding: 5px;
}
#advSearch select {
}

#advSearch select:focus {
}

#advSearch option {
	font-size: 10px;
	width: auto;
}

#advSearch .bt {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 4px;
	padding-left: 17px;
	margin-left: 150px;
}
#advSearch .bt:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
#advSearch .bt:active {
	position: relative;
	top: 1px;
}
#searchInfo {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#searchInfo #mark {
	font-weight: bold;
	color: #069;
}
#warning {
	font-weight: bold;
	color: #F00;
}
#highLine {
	font-weight: normal;
	color: #F00;
	background-color: #F%E#CE;
	top: 5px;
	left: 5px;
	right: 52px;
	bottom: 5px;
	background-color: #FFFF00;
	position: static;
}

/*
Back to top button 
*/
#back-top {
	opacity:0.5;
	filter:alpha(opacity=50);
	position: fixed;
	bottom: 150px;
	margin-left: 40px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../imgs/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
