/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #0f337b;
	margin: 0 0 15px 0;
}

h3 {
	font: 18px Arial, Helvetica, sans-serif;
	margin: 0;
}

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #0f337b;
	margin: 0 0 12px 0;
}

.about h5 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #0f337b;
	margin: 0 0 5px 0;
}

.title-with-bullet {
	font: 15px Arial, Helvetica, sans-serif;
	color: #0f337b;
	padding: 0 0 0 20px;
	background: url(../images/dot_red.gif) no-repeat 3px 6px;	
}

/* Links */

a:link, a:visited, a:active {
	color: #ce121a;
	text-decoration: underline;
}

a:hover {
	color: #ce121a;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 15px 0;
	line-height: 1.3em;
}

/* Lists */

ul li {
	background: url('../images/arrows_right.gif') no-repeat 0 5px;
	padding: 0 0 0 17px;
	margin: 0 0 9px 0;
}

ul li p.indent {
	padding: 0 0 0 12px;
}

/* Clearfix */

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

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #252424;
	background: #f6fbfe url('../images/page_bg.gif') repeat-x;
}

body#interior {
	background: #f6fbfe;
}

.all {
	width: 980px;
	margin: 0 auto;
}

/* Header */

.header {
	height: 102px;
	overflow: hidden;
	position: relative;
}

.header-home {
	height: 102px;
	overflow: visible;
	position: relative;
}

.logo {
	margin: 10px 0 0 0;
	font-size: 16px;
	text-align: center;
	color: #f61202;
	width: 207px;
	letter-spacing: 1px;
	line-height: 1em;
}

.logo a:link, .logo a:visited {
	color: #f61202;
	text-decoration: none;
}

.logo span {
	margin: 0 0 0 10px;
}

.top_menu {
	position: absolute;
	top: 10px;
	right: 5px;
}

.facebook {
	position: absolute;
	top: 76px;
	right: -31px;
}

.top_menu a:link, .top_menu a:visited {
	color: #f61202;
	text-decoration: none;
}

.top_menu li {
	background: url('../images/dot_blue.gif') no-repeat 0 6px;
	padding: 0 0 0 15px;
	float: left;
	display: inline;
	margin: 0 0 0 12px;
}

.top_menu li.first {
	background: transparent;
}

.wholesale {
	font-size: 18px;
	color: #121aab;
	position: absolute;
	top: 50px;
	right: 2px;
	letter-spacing: 1px;
	word-spacing: -1px;
}

.top-flash {
	font-size: 18px;
	color: #121aab;
	position: absolute;
	top: 1px;
	right: 225px;
	letter-spacing: 1px;
	word-spacing: -1px;
}

/* Menu */

.menu {
	background: #3f74e0 url('../images/menu_right.gif') no-repeat 100% 0;
	height: 31px;
	font-size: 13px;
	margin: 0 0 21px 0;
}

.menu .inner {
	background: url('../images/menu_left.gif') no-repeat 0 0;
	width: 100%;
	height: 31px;
}

.menu .item {
	float: left;
	display: inline;
	line-height: 31px;
	padding: 0;
	position: relative;
	z-index: 10;
}
/*
.border_right {
	display: none;
}

.item:hover .border_right {
	display: block;
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	background: #3870e0;
	width: 1px;
	height: 100%;
}
*/

.menu .sep {
	display: block;
	float: left;
	background: url('../images/menu_li.gif') no-repeat 0 13px;
	height: 31px;
	width: 14px;
	margin: 0 0 0 8px;
}

.menu a.level_1:link, .menu a.level_1:visited {
	color: #FFF;
	display: block;
	height: 31px;
	float: left;
	text-decoration: none;
}

.menu span {
	display: block;
	height: 31px;
	float: left;
	padding: 0 9px;
	cursor: pointer;
}

#m_open span {
	padding: 0 7px;
}

.menu #home {
	width: 60px;
	padding: 0;
	margin: 0;
}

.menu #home a:link, .menu #home a:visited {
	padding: 0;
	text-align: center;
	width: 60px;
}

.menu #about {
	background: transparent;
	margin: 0 0 0 19px;
}

.menu .current#home {
	background: url('../images/home_bg.gif') no-repeat;
}

.menu .item:hover span {
	background: url('../images/menu_active.gif') repeat-x;
}

.menu-current {
	color: #FFF;
	background: url('../images/menu_active.gif') repeat-x;
}

.menu .current#home:hover span {
	background: transparent;
}

/* Submenu */

.submenu {
	display: none;
}

.item:hover .submenu {
	display: block;
	position: absolute;
	z-index: 20;
	top: 31px;
	left: 0;
	border-left: 1px solid #3870e0;
	border-right: 1px solid #3870e0;
	border-bottom: 1px solid #3870e0;
	background: #e1edfd;
}

#about .submenu {
	width: 130px;
}

#m_products .submenu {
	width: 320px;
}

#m_training .submenu {
	width: 160px;
}

#m_resources .submenu {
	width: 98px;
}

#m_marketing .submenu {
	width: 190px;
}

#m_specials .submenu {
	width: 80px;
}

#m_open .submenu {
	width: 165px;
}

.submenu div {
	margin: 15px 0 0 13px;
	padding: 0 0 3px 0;
}

.submenu ul li {
	background: url('../images/dot_red.gif') no-repeat 0 4px;
	height: auto;
	padding: 0;
	line-height: 1em;
	padding: 0 0 0 14px;
	margin: 0 0 12px 0;
	font-size: 12px;
}

.submenu ul li a:link, .submenu ul li a:visited {
	text-decoration: underline;
	color: #ce121a;
}

.submenu ul li a:hover {
	text-decoration: none;
}

/* Columns */

.index_cols .col_left {
	width: 648px;
	overflow: hidden;
	float: left;
	display: inline;
}

.index_cols .col_right {
	width: 312px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 0 0 19px;
}

/* Left column */

.top_pic {
	border: 1px solid #97b3e8;
	position: relative;
	width: 643px;
	height: 320px;
	overflow: hidden;
	margin: 0 0 25px 0;
}

.overlay {
	position: absolute;
	top: 258px;
	left: 0;
	height: 40px;
	background: #edf3fb;
	width: 644px;
}

.overlay p {
	font-size: 14px;
	margin: 11px 0 0 6px;
	color: #0841b2;
}

/* Box */

.box {
	background: url('../images/box_rt.gif') no-repeat 100% 0;
}

.box_bg {
	background: url('../images/box_lt.gif') no-repeat 0 0;
}

.boxes {
	margin: 0 0 20px -8px;
	width: 663px;
}

.boxes .box {
	float: left;
	display: inline;
	width: 210px;
	margin: 20px 0 0 8px;
}

.box h3 {
	color: #FFF;
	margin: 0 0 0 42px;
	height: 32px;
	line-height: 30px;
}

.box_content {
	border: 1px solid #97b3e8;
	border-top: none;
	overflow: hidden;
	background: #edf3fb;
}

.boxes .box_content {
	height: 108px;
}

.box_content .inner {
	margin: 10px 0 0 10px;
}

.box_content p {
	margin: 0 0 9px 0;
}

.right {
	text-align: right;
}

a.full_link:link, a.full_link:visited {
	background: url('../images/arrows_right.gif') no-repeat 100% 6px;
	padding: 0 17px 0 0;
	margin: 0 7px 0 0;
}

#open_account .box_content .inner {
	margin: 17px 0 0 15px;
}

.join_pic {
	float: left;
	display: inline;
	position: relative;
	z-index: 10;
}

.join_link {
	float: left;
	display: inline;
	margin: 5px 0 0 -3px;
	position: relative;
	z-index: 20;
}

#join h3 {
	margin: 0 0 0 35px;
	word-spacing: -2px;
}

.join {
	margin: 17px 0 0 3px;
}

/* Minicols */

.minicols .col_1 {
	float: left;
	display: inline;
	width: 430px;
}

.minicols .col_2 {
	float: left;
	display: inline;
	width: 211px;
	margin: 2px 0 0 7px;
}

#products {
	background: url('../images/box_rt_3.gif') no-repeat 100% 0;
}

#products .box_bg {
	background: url('../images/box_lt_3.gif') no-repeat 0 0;
}

#products .box_content .inner {
	margin: 24px 0 0 9px;
}

#products .box_content {
	height: 460px;
}

#products ul li {
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

#products .inner {
	background: url('../images/products.jpg') no-repeat 285px 16px;
}

/* Box_2 */

.box_2 {
	border: 1px solid #97b3e8;
}

.box_2 .box_top {
	background: #d6e2f6;
	font-size: 14px;
	color: #2253b4;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #4778d9;
}

.box_2 .box_bottom {
	padding: 13px 0 0 0;
	height: 445px;
	background: #edf3fb;
}

.lines li {
	background: transparent;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0 0 13px 0;
}

#about_box {
	background: url('../images/box_rt_2.gif') no-repeat 100% 0;
	margin: 0 0 18px 0;
}

#about_box .box_bg {
	background: url('../images/box_lt_2.gif') no-repeat 0 0;
}

#about_box h3 {
	height: 35px;
	line-height: 35px;
	margin: 0 0 0 40px;
	letter-spacing: -1px;
	word-spacing: 2px;
}

#about_box .box_content .inner {
	margin: 18px 55px 0 12px;
	padding: 0 0 22px 0;
}

.about li {
	background: url('../images/check.gif') no-repeat;
	padding: 0 0 0 35px;
	margin: 0 0 18px 0;
}

.about li p {
	line-height: 1.4em;
	margin: 0 0 3px 0;
}

.about li .full_link {
	padding: 0 14px 0 0 !important;
	background: url('../images/arrows_right.gif') no-repeat 100% 5px  !important;
}

/* Red box */

.red_box {
	background: url('../images/box_rt_red.gif') no-repeat 100% 0;
	margin: 0 0 12px 0;
}

.red_box .box_bg {
	background: url('../images/box_lt_red.gif') no-repeat 0 0;
}

.red_box .box_content .inner {
	margin: 20px 10px 0 13px;
}

.specials {
	background: url('../images/cookware.jpg') no-repeat 100% 23px;
}

.specials p {
	margin: 0 0 16px 0;
}

.specials_2 {
	margin: 20px 10px 0 0 !important;
	padding: 0 0 5px 0;
}

.specials_2 h5 {
	margin: 0 0 12px 15px;
}

.specials_2 p {
	margin: 0 20px -10px 15px;
}

.c_left {
	float: left;
	display: inline;
	margin: 23px 0 0 0;
	width: 154px;
}

.c_left .full_link {
	margin: 0 0 0 15px !important;
}

.c_right {
	float: left;
	display: inline;
	margin: 0 0 0 23px;
	width: 115px;
	text-align: center;
}

.c_right img {
	margin: 0 0 14px 0;
}

.blue {
	color: #315eb9;
}

.specials p.blue {
	margin: 0 0 13px 0;
}

.blue a:link, .blue a:visited {
	text-decoration: none;
	color: #315eb9;
}

.specials .full_link {
	margin: 0 13px 0 0 !important;
}

/* Associations */

.associations {
	margin: 0 0 0 27px;
	padding: 0 0 10px 0;
}

.assoc_left {
	float: left;
	display: inline;
	width: 60px;
	margin: 18px 0 0 0;
}

.assoc_right {
	float: left;
	display: inline;
	width: 85px;
	margin: 0 0 0 65px;
}

.associations li {
	padding: 0;
	background: transparent;
	margin: 0 0 4px 0;
	text-align: center;
}

/* Footer */

.footer, .footer_2 {
	border-top: 1px solid #97b3e8;
	margin: 20px 0 0 0;
	height: 120px;
	position: relative;
	overflow: hidden;
}

.wholesale_bottom {
	color: #053caa;
	margin: 10px 0 0 5px;
	font-size: 13px;
}

.footer_2 .wholesale_bottom {
	color: #053caa;
	margin: 25px 0 0 5px;
	font-size: 13px;
}

.wholesale_bottom a:link, .wholesale_bottom a:visited {
	color: #ee1a35;
}

.copyright {
	position: absolute;
	top: 10px;
	right: 0;
	color: #252424;
}

.repairs {
	margin: 0 0 7px 0px;
}

ul.check li {
	background: url('../images/check_2.gif') no-repeat;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 22px;
	font-size: 12px;
	color: #316bdf;
	margin: 0 0 2px 0;
}

ul.check {
	margin: 0 0 12px 0;
}

.reports {
	margin: 10px 13px 0 13px !important;
	padding: 0 0 8px 0;
}

p.small {
	font-size: 10px;
	text-align: left;
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

.footer_logos {
	position: absolute;
	top: 12px;
	right: 5px;
}

.footer_logos a {
	margin: 0 0 0 8px;
}

.footer_top {
	border-bottom: 1px solid #97b3e8;
	height: 68px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.footer_2 .copyright {
	color: #326cdf;
	position: static;
	text-align: right;
}

/* Interior page */

.interior_cols .col_left {
	width: 280px;
	overflow: hidden;
	float: left;
	display: inline;
}

.interior_cols .col_right {
	width: 680px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 0 17px 15px;
}

.blue_line {
	height: 40px;
	background: #cadcfe;
	overflow: hidden;
}

.blue_line p {
	margin: 10px 0 0 8px;
	font-size: 14px;
	color: #0841b2;
}

.top_pic_2 .the_pic {
	height: 141px;
	overflow: hidden;
	border: 1px solid #316cdf;
}

.top_pic_2 {
	margin: 3px 0 16px 0;
}

#big_box {
	background: url('../images/box_rt_4.gif') no-repeat 100% 0;
}

#big_box .box_bg {
	background: url('../images/box_lt_4.gif') no-repeat 0 0;
}

#big_box h1 {
	height: 38px;
	line-height: 38px;
	color: #FFF;
	margin: 0 0 0 42px;
}

#big_box .box_content .inner {
	margin: 26px 22px 0;
	padding: 0 0 25px;
}

#big_box p {
	margin: 0 15px 0px 0;
	line-height: 1.5em;
}

#big_box2 {
	background: url('../images/full-pg-box.gif') no-repeat 100% 0;
	margin: 0 0 20px 0;
}

#big_box2 .box_bg {
	background: url('../images/box_lt_4.gif') no-repeat 0 0;
}

#big_box2 h1 {
	height: 38px;
	line-height: 38px;
	color: #FFF;
	margin: 0 0 0 42px;
}

#big_box2 .box_content .inner {
	margin: 26px 0 0 22px;
	padding: 0 0 25px 0;
}

#big_box2 p {
	margin: 0 15px 18px 0;
	line-height: 1.5em;
}

.interior_cols .col_left .box {
	margin: 0 0 15px 0
}

.interior_cols .col_left .specials_2 {
	margin: 20px 0 0 0 !important;
	padding: 0 0 10px 0;
}

.interior_cols .col_left .c_right {
	margin: 7px 0 0 5px;
}

.interior_cols .col_left .c_right img {
	margin: 0 0 11px 0;
}

#products_2 .box_content .inner {
	margin: 18px 0 0 15px;
	padding: 0 0 12px 0;
}

#products_2 ul li {
	margin: 0 0 10px;
}

#interior .footer_2 {
	margin: 5px 0 0 0;
}

/* General Styles */

.subheading {
	font-size: 13px;
	color: #326cdf;
	padding-bottom: 10px;
}

.img-float-right {
	float: right;
	margin: 20px 100px 0 20px;
}

.sd-text {
	font-size: 12px;
}

.black-text {
	color:#000;
}

.sd-headings {
	font-size: 12px;
	color: #326cdf;
	text-decoration: underline;
}

.sd-smtext {
	font-size: 10px;
}

.dk-blue-text {
	color: #0841b2;
}

.dk-blue-heading {
	font-size: 13px;
	color: #0f337b;
}

.blue-line {
	bottom-border: 1px solid #cadcfe;
	width: 900px;
}

.red {
	color: #ce121a;
}

hr {
	color: #1033A8;
	width: 400px;
}

.img-float-right {
	float: right;
	margin: 0 0 20px 20px;
}
