@import "reset.css";

.hide { display: none; }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/*input[type=number].quantity-entry {
	width: 2em;
}*/

img.thumbnail {
	width: 150px;
	height: 75px;
	border: 1px solid #ccc;
}

/*table.products {
	border: 0px;
	border-collapse: collapse;
}*/

/*table.products td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
}*/

div.devnote {
	background-color: lightgoldenrodyellow;
	padding: 2px;
    margin-bottom: 1.2em;
}

#user-menu {
	float: right;
	margin-top:-25px;
}

#user-menu li {float:left; color:#ffffff; padding-left:15px;}
#user-menu li a {color:#ffffff;}
#user-menu li a:hover {text-decoration: none;}

/* GLobal Styling */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight:400;
	background: #f1f1f1;
	position:relative;
	padding:0 !important;
	margin:0 !important;
	letter-spacing:.2px;
	-webkit-text-size-adjust:none !important;
    -webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	}

a {color: #263f8e;}

h1 {
	color: #263f8e;
	font-size: 37px;
	line-height: 40px;
	margin: 0;
	margin: 0 0 15px 0;
	font-weight:700;
	}

h2, h3, h4 {
	margin: 0 0 15px 0;
	color: #263f8e;
	font-weight: 600;
	}

h2 {
	font-size: 26px;
	line-height: 28px;
	}

h3 {
	font-size: 22px;
	line-height: 26px;

	}

h4 {
	font-size: 18px;
	line-height: 26px;
	}

h5 {
	font-size: 16px;
	line-height: 22px;
	}

/* Logo Blue Background */

#logo-angle {
	background: rgb(38,94,156); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(38,94,156,1) 0%, rgba(16,24,52,1) 35%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(38,94,156,1) 0%,rgba(16,24,52,1) 35%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(38,94,156,1) 0%,rgba(16,24,52,1) 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265e9c', endColorstr='#101834',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
    right: 1086px;
	top: -727px;
    width: 1500px;
    height: 1500px;
    display: block;
    min-height: 1000px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg)
	}

/* Header */

#header {
	position: relative;
	height: 45px;
	top:35px;
	}

#header_logo {
	position: absolute;
    top: 5px;
    left: 0px;
    z-index: 10;
	}

#print_logo {display:none !important;}

#header_logo a {display:block !important;}

#header_logo a:hover {
	background: none;
	}
	
#header_logo img {width: 140px; height: 36px; }

#menu_container {
	height: 46px;
	z-index: 50 !important;
	background:#fff;
	}


/* wraps */

#contentwrapper{
	width: 960px;
	margin: 0 auto;
	min-width:960px;
	}

.wrapper_grey {
	width: 100%;
	background:#f1f1f1;
	padding-top:25px;
	z-index:-999999;
	}

.wrapper_white {
	width: 100%;
    min-width: 960px;
    background: #ffffff url(/assets/img/base/body.gif) top repeat-x;
    z-index: 0;
    position: relative;
	}

#footerwrapper {
	width: 960px;
	margin: 0 auto;
	}

#headerwrapper {
	width: 960px;
	margin: 0 auto;
	height:80px;
	min-width:960px;
	}

#page_headerwrapper {
width: 100%;
margin: 0 auto;
}

body.internal #page_headerwrapper {
display:none;
}

#main_slider .cycle-sentinel * {
	display:none;
}

#main {
	z-index: 1;
	min-height: 1px;
	}

* html #main {
	height: 1px;
	}

#main:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	}

#content-fix {
font-size: 13px;
padding: 20px 25px 50px 50px;
color: #444;
min-height: 100px;
float: right;
width: 700px;
}

#sidebar {
width: 185px;
float: left;
padding-top:105px;
}

#sidebar h3 {
font-size: 17px;
line-height: 22px;
color: #263f8e;
margin: 0;
font-weight: 700;
text-align: right;
}

#sidebar h3 a {text-decoration:none;}
#sidebar h3 a:hover {text-decoration:underline;}

#breadcrumb {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px 0;
	}

#breadcrumb strong {
	font-weight: normal;
	color: #999999;
	}

#breadcrumb a {
	color: #666666;
	margin: 0;
	text-decoration:none;
	}

#breadcrumb a:hover {
	color: #666666;
	text-decoration:underline;
	margin: 0;
	}

#notice {
    margin-top: 1.5em;
    font-size: 14px;
    font-weight: 500;
}

/* Banner */

#main_slider .cycle-sentinel * {
	display:none;
}

body.internal-banner #slide_indicator {display:none !important;}
body.internal-banner #main_slider { position:relative; height: 390px; margin-top:-80px; left:0; width: 100%; z-index:-20;}

body.internal-banner #slides { padding:0; list-style:none; position: relative; z-index:-1;}
body.internal-banner #slides li {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
}
body.internal-banner .clickable:hover {  cursor: pointer; cursor: hand;}

body.internal-banner #slide { height: 390px; position:relative; width:100%; background: #151515 url(/assets/img/default/banners/banner_generic.jpg) no-repeat center top; background-size:1790px 390px !important;}


/* Footer */

#footerwrapper {
	width: 960px;
	margin: 0 auto;
	}

#footer {
	margin: 0;
	padding: 20px 0 30px 0;
	font-size: 12px;
	color: #263f8e;
	line-height: 20px;
	position: relative;
	clear: both;
	border-top: 1px solid #7282b5;
	margin-top:30px;
	}

* html #footer {
	height: 1px;
	}

#footer p {
	margin:0;
	}

#footer_copyright {
	float:left;
	}
#footer_copyright a {
	text-decoration: underline;
	color: #263f8e;

	}

#footer_copyright a:hover {
	text-decoration: none;
	}


#footer_legal {
	font-size: 12px;
	float:right;
	}

#footer_legal a {
	text-decoration: none;
	color: #263f8e;
	}

#footer_legal a:hover {
	text-decoration: underline;
	}

#footer_links {
	display:block;
	width:960px;
	float:left;
	padding:20px 0 30px 0;
	}

#footer_menu_container ul#footer_menu {padding:0 0 0 20px; margin:0; vertical-align:top;}
#footer_menu_container ul#footer_menu ul {padding:0 0 0 0; margin:0; vertical-align:top;}

#footer_menu_container ul#footer_menu li {display:inline-block; width:185px; margin:0; vertical-align:top; }

#footer_menu_container ul#footer_menu li a{font-size: 16px; line-height: 32px; text-decoration:none; font-weight: 700;}
#footer_menu_container ul#footer_menu li a.help2{margin-bottom:62px; display:block;}
#footer_menu_container ul#footer_menu li a:hover{text-decoration:underline;}
#footer_menu_container ul#footer_menu li ul li a{font-size: 13px; line-height: 22px; text-decoration:none; font-weight: 400;}
#footer_menu_container ul#footer_menu li ul li a:hover{text-decoration:underline;}
#footer_menu_container ul#footer_menu li p {font-size: 13px; line-height: 22px; color: #263f8e;}
#footer_menu_container ul#footer_menu li p:last-of-type {font-size: 16px;}
#footer_menu_container ul#footer_menu li span {font-weight: 600; font-size: 22px; line-height: 22px; display:block; margin-bottom:10px;}
#footer_menu_container ul#footer_menu li strong {font-weight: 700;}

.cemars_logo {background:url(/assets/img/base/cemars.png) top no-repeat; background-size:78px 206px; display:block; height:103px; width:78px;}
.cemars_logo:hover {background:url(/assets/img/base/cemars.png) bottom no-repeat; background-size:78px 206px;}


