@charset "utf-8";
/* sanford's  CSS Document */

body {
	background:#2a7a99 url(images/body-bkg.jpg) repeat-x;
	padding-top:15px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/*color:#fff;*/
}

#container {
	margin:0 auto;
	padding:0;
	width:1000px;
}

#header {
	background: url(images/header.gif) no-repeat;
	padding:0;
	margin:0;
	height:191px;
	font-size:14px;
	position:relative;
	color:#fff;
}
#header a, #header a:visited {
	color:#fef33e;
	font-weight:bold;
	text-decoration:none;
}
#header a:hover {
	color:#000;
}

#search-wrapper {
		
}

.companyname {
	font-family: "Kristen ITC", "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#headertext {
	font-size:11px;
}

.equiplists {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-left: 12px;
	background: url(/images/bullet_1.png) left no-repeat;
}

/* ---------- horizontal menu under black line --*/

#menu {display:block; height:27px;}
#menu ul {margin:0; padding:0; list-style-type:none; height:27px; }
#menu li {display:block; float:right; border-right:1px solid #0b6990; }
#menu li.list1 {background: url(images/hor-menu/contact-button.gif) no-repeat; width:66px;}
#menu li.list2 {background: url(images/hor-menu/faq-button.gif) no-repeat; width:49px;}
#menu li.list3 {background: url(images/hor-menu/map-button.gif) no-repeat; width:107px;}
#menu li.list4 {background: url(images/hor-menu/join-button.gif) no-repeat; width:102px;}
#menu li.list5 {background: url(images/hor-menu/press-button.gif) no-repeat; width:52px;}
#menu li.list6 {background: url(images/hor-menu/shopping-button.gif) no-repeat; width:126px;}
#menu li.list7 {background: url(images/hor-menu/buy-used-button.gif) no-repeat;width:121px;}
#menu li.list8 {background: url(images/hor-menu/home-button.gif) no-repeat;width:56px;}
#menu li.list9 {background: url(images/hor-menu/about-button.gif) no-repeat; width:77px;}


#menu a {display:block; height:27px; }

#menu a#item1 {background:transparent url(images/hor-menu/contact-button-roll.gif) -115px -86px no-repeat;}
#menu a#item2 {background:transparent url(images/hor-menu/faq-button-roll.gif) -115px -86px no-repeat;}
#menu a#item3 {background:transparent url(images/hor-menu/map-button-roll.gif) -115px -86px no-repeat;}
#menu a#item4 {background:transparent url(images/hor-menu/join-button-roll.gif) -115px -86px no-repeat;}
#menu a#item5 {background:transparent url(images/hor-menu/press-button-roll.gif) -115px -86px no-repeat;}
#menu a#item6 {background:transparent url(images/hor-menu/shopping-button-roll.gif) -115px -86px no-repeat;}
#menu a#item7 {background:transparent url(images/hor-menu/buy-used-button-roll.gif) -115px -86px no-repeat;}
#menu a#item8 {background:transparent url(images/hor-menu/home-button-roll.gif) -115px -86px no-repeat;}
#menu a#item9 {background:transparent url(images/hor-menu/about-button-roll.gif) -115px -86px no-repeat;}


* html #menu a:link, * html #menu a:visited {height:27px; he\ight:0;padding-top:18px;}

#menu a#item1:hover {background-position:top right; z-index:50; }
#menu a#item2:hover {background-position:top right; z-index:50;}
#menu a#item3:hover {background-position:top right; z-index:50;}
#menu a#item4:hover {background-position:top right; z-index:50;}
#menu a#item5:hover {background-position:top right; z-index:50;}
#menu a#item6:hover {background-position:top right; z-index:50;}
#menu a#item7:hover {background-position:top right; z-index:50;}
#menu a#item8:hover {background-position:top right; z-index:50;}
#menu a#item9:hover {background-position:top right; z-index:50;}


* html #menu a:hover {height:27px; he\ight:0;}

/* --- ends horizontal menu ------*/

/* ------------ container for side menu and black cart box -----------*/
#leftside {
	float:left;
	width:200px;
}

/* --------- black cart box ----------*/
#scartbox {
	background: #000 url(images/view-cart-box.gif) no-repeat bottom center;
	width:154px;
	padding:10px 15px;
	color:#fff;
	position:relative;
	left:12px;
	font-size:12px;
}
#scartbox a, #scartbox a:visited {
	color:#fff;
}
#scartbox a:hover {
	color:#66bdde;
}

/* ------------ first box for equipment menu -------*/
#equipmentbox {
	background: url(images/equipment.gif) no-repeat;
	width:170px;
	height:193px;
	padding: 55px 15px 7px 25px;
	position:relative;
}
#equipmentbox a, #equipmentbox a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
#equipmentbox a:hover {
	color:#000;
}

/* -------------- box for equipment list menu --*/
#equipmentlistbox {
	background: url(images/equipment-list.gif) no-repeat;
	width:170px;
	height:193px;
	padding: 55px 15px 7px 25px;
}
#equipmentlistbox a, #equipmentlistbox a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
#equipmentlistbox a:hover {
	color:#000;
}

/* ---------- main portion of site text ---------*/
#maintext {
	width:770px;
	padding:0;
	float:right;
}

/* ------------ footer info ------*/
#footer {
	clear:both;
	background:#176b16 url(images/footer-bkg.jpg) repeat-x;
	height:190px;
	margin-top:25px;
	font-size:11px;
	text-align:center;
	color:#fff;
}

#footertext {
	width:995px;
	padding:15px 15px 5px 15px;
	margin:0 auto;
}

#footer a, #footer a:visited {
	color:#fef33e;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}

.disclaimer {
	text-align:center;
	font-style:italic;
	color:#666;
}

/**
 * Corners
 */
.roundedcornr_box_white {
   background: #ffffff;
   margin-bottom:15px;
}
.roundedcornr_top_white div {
   background: url(images/corners/white/tl.png) no-repeat top left;
}
.roundedcornr_top_white {
   background: url(images/corners/white/tr.png) no-repeat top right;
}
.roundedcornr_bottom_white div {
   background: url(images/corners/white/bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_white {
   background: url(images/corners/white/br.png) no-repeat bottom right;
}

.roundedcornr_top_white div, .roundedcornr_top_white, 
.roundedcornr_bottom_white div, .roundedcornr_bottom_white {
   width: 100%;
   height: 15px;
   font-size: 1px;
}

.roundedcornr_content_white { margin: 0 15px; }

#equipmentlink {
	display:block;
	position:absolute;
	height:30px;
	top:16px;
	left:-5px;
	width:175px;
}

.ccc-button {
	display:block;
}
