@charset "utf-8";
/* ------------------------------------------------------------ DEFAULTS --------------------------------------------------------- */
html, body { margin: 0; padding: 0; height: 100%; }
body {
	font-family: "Nobile", Helvetica, Arial, sans-serif;
	color: #3c3c3c;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }
a img { border: none; }
img { max-width: 100%; height: auto; }
hr {
	border: none;
	border-bottom: 1px solid #c8c8c8;
}
h1 {
	color: #3c3c3c;
	font-size: 25px;
	font-weight: normal;
	line-height: normal;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	margin: 10px 0;
	text-align: center;
}
h2 {
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #004c8e;
	border-bottom: 1px solid #004c8e;
	padding-bottom: 5px;
	margin: 10px 0;
	line-height: normal;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #db8000;
}
h4 { color: #3280c7; }

.cl { clear: both; }
.left { float: left; }
.right { float: right; }
#wrap { min-height: 100%; }
.wrap { width: 1140px; margin: 0 auto; position: relative; }
.wrap.small { width: 1075px; }

.img_right_nb, .img_right { float: right; margin: 5px 0 10px 20px; }
.img_left, .img_left_nb { float: left; margin: 5px 20px 10px 0; }
.img_right, .img_left, .all_img {
	border-bottom: 1px solid #004c8e;
	padding: 0 0 5px 0;
}

#main {
	overflow: auto;
	padding-bottom: 170px;
	width: 1140px;
	margin: 30px auto;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	z-index: 0;
	
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#main p a { color: #3280c7; }
#main p a:hover { color: #db8000; text-decoration: underline; }
#main p a:visited { color: #004c8e; }

a.dwnld_inv { color: #3280c7; }
a.dwnld_inv:hover { color: #db8000; text-decoration: underline; }
a.dwnld_inv:visited { color: #004c8e; }
/* ------------------------------------------------------------ TOP --------------------------------------------------------- */
#top {
	height: 30px;
	background: #3c3c3c;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .5);
	line-height: 30px;
	position: relative;
	z-index: 110;
}
.addthis_toolbox {
	float: left;
	padding: 8px 0 0 0;
	width: 200px;
}
#phone {
	margin: 0 auto;
	color: #FFF;
	font-weight: bold;
	width: 200px;
	text-align: center;
}
.toplinks {
	float: right;
	font-size: 13px;
}
.toplinks a {
	color: #FFF;
	padding: 0 0 0 30px;
}
.toplinks a:hover { color: #db8000; }

/* ------------------------------------------------------------ HEADER --------------------------------------------------------- */
#header {
	width: 100%;
	height: 120px;
	background: #004c8e;
	position: relative;
	z-index: 10;
}
#header .wrap { padding: 15px 0 0 0; }
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 225px;
	height: 102px;
	position: absolute;
	z-index: 200;
	left: 50%;
	top: 5px;
	margin-left: -112px;
	display: block;
	text-indent: -9999px;
}
#search {
	float: right;
	width: 200px;
}
.search {
	width: 169px;
	float: left;
	background: #3c3c3c;
	height: 23px;
	border: none;
	color: #FFF;
	font-family: "Nobile", Helvetica, Arial, sans-serif;
	padding: 0 3px;
	font-size: 12px;
}
.search_submit {
	float: left;
	background: url(../images/layout/search.png) #FFF no-repeat center;
	width: 25px;
	height: 23px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.search_submit:hover { background-color: #c8c8c8; }
.search_submit:active { background-color: #db8000; }
:-moz-placeholder, #landing_form input:-moz-placeholder {
	font-family: "Nobile", Helvetica, Arial, sans-serif;
    color: #e0e0e0;
	font-size: 12px;
	font-style: italic;
}
::-moz-placeholder {
    color: #e0e0e0;
	font-size: 12px;
	font-family: "Nobile", Helvetica, Arial, sans-serif;
	font-style: italic;
}
::-webkit-input-placeholder {
    color: #e0e0e0;
	font-size: 12px;
	font-family: "Nobile", Helvetica, Arial, sans-serif;
	font-style: italic;
}
:-ms-input-placeholder {
    color: #e0e0e0;
	font-size: 12px;
	font-family: "Nobile", Helvetica, Arial, sans-serif;
	font-style: italic;
}
.placeholder, input.placeholder {
    color: #e0e0e0;
	font-size: 12px;
	font-family: "Nobile", Helvetica, Arial, sans-serif;
	font-style: italic;
}

/* ------------------------------------------------------- HOME ------------------------------------------------------- */
#tag {
	font-size: 30px;
	margin: 1px auto 30px auto;
	text-align: center;
	font-family: "Yellowtail", "Freestyle Script", cursive;
	color: #3c3c3c;
}
.squares {
	margin: 0 auto;
	width: 54px;
	height: 8px;
	clear: both;
}
.square { width: 8px; height: 8px; float: left; background: #c8c8c8; margin: 0 5px; }

.home_content { width: 844px; margin: 0 auto 30px; font-size: 13px; color: #7b7b7b; text-align: center; }


#industries { margin: 20px auto; width: 1075px; }
#industries .left { width: 510px; }
#industries .right { width: 510px; text-align: right; }
.industry {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 160px;
	height: 196px;
	position: relative;
}
.left .industry { margin: 0 0 10px 10px; }
.industry .img {
	width: 160px;
	height: 160px;
	margin: 0 0 5px 0;
	background: #FFF no-repeat center;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;

	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); -o-filter: grayscale(100%);
	filter: url("/assets/svg/desaturate.svg#greyscale");
	filter: gray;
	-webkit-filter: grayscale(1);

}
.industry:hover .img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
	
	z-index: 2;
}
.industry .name {
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	font-size: 15px;
	border-top: 2px solid #004c8e;
	padding: 4px 0 0 0;
	line-height: normal;
}
.left .industry .name { color: #004c8e; }
.right .industry .name { color: #db8000; border-color: #db8000; }
.left .industry:hover .name, .right .industry:hover .name { color: #7b7b7b; border-color: #7b7b7b; }
.btn_one, .btn_two {
	width: 160px;
	height: 160px;
	text-align: center;
	display: table;
	background: #db8000;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(171, 100, 0, .25);
	box-shadow: inset 0px 0px 50px 0px rgba(171, 100, 0, .25);
	color: #FFF;
	float: right;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: normal;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn_one { margin-left: 10px; }
.btn_one span, .btn_two span {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	height: 160px;
}
.btn_two {
	font-size: 30px;
	background: #3280c7;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(40, 112, 188, 1);
	box-shadow: inset 0px 0px 50px 0px rgba(40, 112, 188, 1);
	float: left;
}
.btn_one:hover, .btn_two:hover {
	background: #7b7b7b;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(60, 60, 60, .25);
	box-shadow: inset 0px 0px 50px 0px rgba(60, 60, 60, .25);
}

.divider {
	min-height: 600px;
	float: left;
	margin: 0 0 0 26px;
	width: 4px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(213, 213, 213, 1);
	box-shadow: 0px 0px 4px 0px rgba(213, 213, 213, 1);
	background: rgb(243,248,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,248,250,1) 0%, rgba(89,158,203,1) 9%, rgba(11,106,174,1) 15%, rgba(0,77,144,1) 50%, rgba(11,106,174,1) 85%, rgba(89,158,203,1) 93%, rgba(243,248,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,248,250,1)), color-stop(9%,rgba(89,158,203,1)), color-stop(15%,rgba(11,106,174,1)), color-stop(50%,rgba(0,77,144,1)), color-stop(85%,rgba(11,106,174,1)), color-stop(93%,rgba(89,158,203,1)), color-stop(100%,rgba(243,248,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,248,250,1) 0%,rgba(89,158,203,1) 9%,rgba(11,106,174,1) 15%,rgba(0,77,144,1) 50%,rgba(11,106,174,1) 85%,rgba(89,158,203,1) 93%,rgba(243,248,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,248,250,1) 0%,rgba(89,158,203,1) 9%,rgba(11,106,174,1) 15%,rgba(0,77,144,1) 50%,rgba(11,106,174,1) 85%,rgba(89,158,203,1) 93%,rgba(243,248,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,248,250,1) 0%,rgba(89,158,203,1) 9%,rgba(11,106,174,1) 15%,rgba(0,77,144,1) 50%,rgba(11,106,174,1) 85%,rgba(89,158,203,1) 93%,rgba(243,248,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,248,250,1) 0%,rgba(89,158,203,1) 9%,rgba(11,106,174,1) 15%,rgba(0,77,144,1) 50%,rgba(11,106,174,1) 85%,rgba(89,158,203,1) 93%,rgba(243,248,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f8fa', endColorstr='#f3f8fa',GradientType=0 ); /* IE6-9 */
}


/* ------------------------------------------------------- FOOTER ------------------------------------------------------- */
#footer {
	position: relative;
	margin-top: -170px; /* negative value of footer height */
	height: 155px;
	padding: 15px 0 0 0;
	clear:both;
	background: #004c8e;
}
#footer .wrap { width: 1075px; }
#footer h4 {
	color: #db8000;
	font-family: "Yellowtail", "Freestyle Script", cursive;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.col1 {
	width: 355px;
	float: left;
	margin: 0 30px 0 0;
}
.col1 a {
	width: 165px;
	margin: 0 10px 0 0;
	display: block;
	float: left;
	font-size: 12px;
	color: #FFF;
}
.col1 a:hover { color: #db8000; }
.col2 {
	width: 425px;
	float: left;
	margin: 0 75px 0 0;
}
.mail p {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

.col3 {
	float: left;
	width: 185px;
	padding: 20px 0 0 0;
}
.foot_btn {
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 0 0 10px 0;
	font-size: 17px;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #db8000;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .25), inset 0px 0px 25px 0px rgba(211, 112, 0, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .25), inset 0px 0px 25px 0px rgba(211, 112, 0, 1);	

	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}
.foot_btn.grey {
	color: #3c3c3c;
	background: #c4c4c4;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .25), inset 0px 0px 25px 0px rgba(178, 178, 178, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .25), inset 0px 0px 25px 0px rgba(178, 178, 178, 1);
}
.foot_btn:hover {
	color: #3280c7;
	background: #f6f6f6;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .25), inset 0px 0px 25px 0px rgba(200, 200, 200, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .25), inset 0px 0px 25px 0px rgba(200, 200, 200, 1);
}
.legals {
	color: #3280C7;
	font-size: 12px;
	margin: 5px 0;
}
.legals a { color: #3280c7; }
.legals a:hover { color: #db8000; }


/* ------------------------------------------------------- CATEGORY PAGE ------------------------------------------------------- */
#side {
	width: 185px;
	float: left;
	margin: 0 30px 0 0;
}
#side.right { margin-right: 0; }
.title {
	color: #3c3c3c;
	font-size:15px;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #c8c8c8;
	margin: 0 0 10px 0;
}
#side.right .title { text-align: right; }
#content {
	width: 860px;
	float:left;
	position: relative;
	min-height: 500px;
}
#content.med {
	width: 645px;
	margin-right: 30px;
}
#content.med h1, #content.full h1 { text-align: left; }

#watermark {
	background: url(../images/layout/Anniversary-Logo-watermark.png) no-repeat;
	width: 500px;
	height: 334px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.half { width: 507px; float: left; margin: 0 15px; }
.cat {
	color: #004c8e;
	font-size: 25px;
	line-height: 30px;
	font-family: "Yellowtail", "Freestyle Script", cursive;
}
.cat_img {
	width: 185px;
	height: 185px;
	margin: 5px 0 10px 0;
	background: #c8c8c8 no-repeat center;
}
.subcat_list { margin: 0 0 20px 0; }
.section {
	border-bottom: 1px solid #c8c8c8;
	color: #3c3c3c;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0 0 5px 0;
}
.subcat_list a {
	font-size: 13px;
	line-height: 20px;
	color: #3c3c3c;
	display: block;
}
.subcat_list a:hover { color: #3280C7; }
.subcat_list a.select { color: #db8000; }

#desc {
	width: 270px;
	float:left;
	margin-top: 10px;
}
#desc.full { width: 860px; float: none; margin-bottom: 30px; }
.section_list {
	margin: 15px 0;
	position: relative;
	z-index: 1000;
}
.section_head {
	border-bottom: 1px solid #c8c8c8;
	font-size: 20px;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	color: #3c3c3c;
	margin: 0 0 15px 0;
}

.subcat {
	display: block;
	float:left;
	width: 130px;
	height: 140px;
	text-align: center;
	font-size: 12px;
	color: #3c3c3c;
	margin: 0 6px 10px;
	line-height: 14px;
	position: relative;
	z-index: 100;
}
.subcat .img {
	background: #fff no-repeat center;
	background-size: contain !important;
	width: 130px;
	height: 100px;
	margin: 0 0 10px 0;
}
.subcat:hover { color: #db8000; }

.side_btn {
	display: block;
	width: 185px;
	height: 50px;
	margin: 0 0 10px 0;
	background: #3280c7;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(40, 112, 188, 1);
	box-shadow: inset 0px 0px 50px 0px rgba(40, 112, 188, 1);
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 50px;
	text-align: center;

	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}
.side_btn.request {
	background: #db8000;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(171, 100, 0, .25);
	box-shadow: inset 0px 0px 50px 0px rgba(171, 100, 0, .25);
}
.side_btn:hover { background: #004c8e; }
.side_btn.request:hover { background: #f59a1a; }

/* ------------------------------------------------------- PRODUCTS PAGE ------------------------------------------------------- */
.bc { font-size: 12px; color: #7b7b7b; }
.bc a { color: #7b7b7b; }
.bc a:hover { color: #3c3c3c; }
.bc a.select { color: #3280c7; }

.sort {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
	font-size: 12px;
	height: 12px;
	line-height:12px;
	overflow: hidden;
	color: #000;
}
.amounts { width: 200px; float: left; }
.amounts a { color: #000; }
.amounts a:hover { color: #c8c8c8; }
.amounts a.select { color: #3280C7; }
.sort_form {
	float: right;
	margin-top: -6px;
}

.product {
	border-bottom: 1px solid #c8c8c8;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	clear: both;
}
.product.catalog { width: 233px; height: 110px; margin: 20px 10px 0; float: left; clear: none; }
.product .img {
	width: 120px;
	height: 110px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: no-repeat center;
	position: relative;
	background-size: contain;
}
.product.catalog .img { width: 86px; }
.pdf {
	width: 58px;
	height: 22px;
	padding: 0 5px 0 16px;
	line-height: 22px;
	background: url(../images/icons/pdf.png) rgba(255,255,255,.9) no-repeat center left;
	color: #004c8e;
	font-size: 11px;
	position: absolute;
	top: 10px;
	left: 0;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
}
.product .info {
	float: left;
	width: 430px;
}
.product .product-price {
	padding: 0 0 5px 0;
	font-size: 15px;
}
.product.catalog .info { width: 137px; overflow: hidden; }
.product .name { color: #3c3c3c; margin: 0 0 4px 0; display: block; line-height: 16px; }
.product .name:hover { color: #db8000; }
.product.catalog .name:hover { color: #3c3c3c; }
.product .desc { font-size: 12px; color: #3c3c3c; line-height: 16px; }
.detail_btn {
	width: 45px;
	height: 45px;
	padding: 10px;
	display: block;
	float: right;
	background: #7b7b7b;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	margin: 20px 0 0 0;
	
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}
.detail_btn:hover { background: #DB8000; }

.feat {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #3c3c3c;
	margin: 0 0 30px 0;
	display: block;
	line-height: 15px;
}
.feat:hover { color: #db8000; }
.feat .img {
	width: 165px;
	height: 100px;
	background: no-repeat center;
	margin: 0 auto 10px auto;
}
.feat em { font-style: normal; font-weight: normal; }

/* ------------------------------------------------------- CUSTOM PRODUCTS PAGE ------------------------------------------------------- */
.custom_desc {
	border-top: 1px solid #c8c8c8;
	padding: 10px 0 15px 0;
	font-size: 13px;
	line-height: 18px;
}
.blue { color: #3280c7; }
.orange { color: #DB8000; }
.custom_tag {
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #3c3c3c;
	text-align: right;
}
.custom_tag .small { font-size: 15px; line-height:18px; display: block; }
.custom_tag small { font-size: 12px; font-family: "Nobile", Helvetica, Arial, sans-serif; display: block; line-height: 16px; }
.dc_btn {
	display: block;
	margin: 20px 0 0 0;
	color: #3280c7;
	text-decoration: underline;
	font-size: 14px;
	text-align: right;
	line-height: 18px;
}
.dc_btn:hover { color: #db8000; }

.product.custom {
	width: 140px;
	height: 200px;
	float: left;
	margin: 15px 10px 0;
	text-align: center;
	clear: none;
	padding: 0;
	border: none;
	display: block;
	color: #3c3c3c;
}
.product.custom:hover { color: #db8000; }
.product.custom .img { width: 140px; height: 160px; }

/* ------------------------------------------------------- DETAILS PAGE ------------------------------------------------------- */
#images {
	width: 355px;
	float: left;
	margin: 30px 30px 0 0;
}
.lg_img {
	width: 355px;
	height: 315px;
	display: block;
	text-align: center;
}
.detail.img { max-width: 355px; max-height: 315px; height: auto; width: auto; }
.thumbs {
	width: 355px;	
}
.thumb {
	height: 70px;
	width: 60px;
	margin: 5px 5px 5px 0;
	display: block;
	float: left;
}
.thumb img { max-height: 70px; max-width: 60px; }

#buy { float: left; width: 440px; }
.item {
	font-size: 13px;
	color: #7b7b7b;
	margin: 0 0 20px 0;
}

.detail_price { font-size: 20px; }
.unit_qty { margin: 5px 0 0 0; font-size: 14px; color: #7b7b7b; }
.addcart { margin: 20px 0; }
.addcart label { display: block; float: left; width: 70px; text-align: right; margin:0 20px 6px 0; }
.addcart select { width: 110px; margin: 0 0 6px 0; }
.addcart .qty { width: 105px; }
.addcart .buy {
	width: 110px;
	height: 30px;
	background: #3C3C3C;
	border: none;
	cursor: pointer;
	line-height:30px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}
.addcart .buy:hover { background: #db8000; }
.addcart .buy:active { background: #3280c7; }

.print_btn {
	background: url(../images/icons/print.png) no-repeat left center;
	display: block;
	padding: 0 0 0 20px;
	color: #7b7b7b;
}
.print_btn:hover { color: #3280c7; }
#buy .desc { font-size: 13px; line-height: 18px; }

.contact_btn, a#order_form_btn {
	width: 185px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 24px;
	font-family: "Bree Serif", "Nobile", Helvetica, Arial, sans-serif;
	background: #004c8e;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 63, 126, 1);
	box-shadow: inset 0px 0px 50px 0px rgba(0, 63, 126, 1);

	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}
.contact_btn:hover {
	background: #3280c7;
}

#main p a#order_form_btn {
	float: right;
	width: auto;
	color: #FFF;
	font-size: 15px;
	padding: 0 10px;
	margin: 0 0 -50px 0;
}
#main p a#order_form_btn:hover {
	text-decoration: none;
	background: #3280c7;
}

/* ------------------------------------------------------- NEWS / BLOG ------------------------------------------------------- */
.article-block {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c8c8c8;
	margin: 0 0 10px 0;
	clear: both;
}
.article-img {
	display: block;
	float:left;
	width: 150px;
	height: 120px;
	background: no-repeat center;
	margin: 0 15px 10px 0;
}
.article-teaser {
	font-size: 13px;
	line-height: 18px;
}
.article-title {
	display: block;
	color: #3280c7;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 5px 0;
}
.article-title:hover { color: #db8000; }
.article-title em { font-weight: normal; }
.article-readmore { margin: 25px 0 0 15px; }

.news-img {
	float: left;
	margin: 0 15px 15px 0;
	max-width: 300px;
	max-height: 400px;
}
.sources {
	border-bottom: 1px solid #db8000;
	padding: 0 0 5px 0;
	color: #db8000;
	font-size: 12px;
	font-style: italic;
}

a.year { font-weight: bold; font-size: 14px; }
a.month { margin: 0 0 0 5px; }
a.blog, .blog.select { margin:  0 0 0 10px; font-size: 11px; color: #004c8e; }
a.blog:hover { color: #db8000; }
.blog.select { color: #3280c7; }

/* ------------------------------------------------------- DESIGNER CORNER / TEMPLATES ------------------------------------------------------- */
.template {
	display: block;
	float:left;
	width: 142px;
	height: 155px;
	text-align: center;
	margin: 0 30px 15px 0;
	color: #3280c7;
}
.template .img {
	width: 142px;
	height: 110px;
	margin: 0 0 10px 0;
	background: no-repeat center;
}
.template:hover { color: #db8000; }


/* ------------------------------------------------------- SEARCH RESULTS ------------------------------------------------------- */
.hilight {
	background: #FF0;
}

.search-block {
	float: left;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #004c8e;
	width: 100%;
}
a.search_title {
	color: #004c8e;
	font-size: 14px;
	font-weight: bold;
}
.search-link {
	font-size: 11px;
	color: #db8000;
}


/* ------------------------------------------------------- PAGINATION ------------------------------------------------------- */
.page {
	float: right;
}
.page-title { float: left; width: 50px; }
.pagination {
	width: 150px;
	float: right;
}
.previous.off,.previous, .next.off, .next { width: 10px; color: #444; padding: 0 4px; }
.page_numbers { width: 130px; float: left; font-family: Arial, Helvetica, sans-serif; text-align: center; }
a.pg-num { color: #444; padding: 0 4px; border-right: 1px solid #000; }
a.pg-num.select { color: #004c8e; text-decoration: underline; font-weight: bold; font-size: 13px; }

/* ------------------------------------------------------- SITE MAP ------------------------------------------------------- */
.sitemapcat {
	float: left;
	width: 330px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	
}
a.sitemaplink {
	float: left;
	clear: both;
	color: #000;
}
a.sitemaplink.catlink {
	font-size: 16px;
	color: #004c8e;
	font-weight: bold;
	margin-bottom: 5px;
}
a.sitemaplink.sectionlink {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
a.sitemaplink.subcatlink {
	font-size: 14px;
	margin-left: 20px;
}
	a.sitemaplink:hover {
		color: #db8000;
	}
	
	
	
/* ------------------------------------------------------- SECTION BLOCKS ------------------------------------------------------- */
.section_links {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #004c8e;
}
.section_link {
	float: left;
	width: 130px;
	padding: 10px 6px;
	font-weight: bold;
	cursor: pointer;
}
.section_image { width: 130px; height: 100px; }
.section_blocks {
	display: none;
	float: left;
	clear: both;
	width: 100%;
}