/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color:#444;
	background:transparent url(../images/bg.png) repeat-x scroll left top;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#main {
	width: 807px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: left;
}

#box {
	background: #fff url(../images/border_sides.png) repeat-y scroll left top;
}

#content {
	background: transparent url(../images/dotgray.gif) repeat-y scroll 217px top;
}

#box  .content_small{
	background: transparent url(../images/dotgray_small.gif) repeat-y scroll left top;
}

#clear {
	clear: both;
}

/* ---- HEADER ------------------------------ */

#logo {
	padding:16px 0 0 24px;
	float:left;
	width: 260px;
}

#slogan {
	float: right;
	margin: 30px 0px 0 0;
	width: 450px;
	padding: 0;
	/* color: #00aa00;  */
}

#slogan h1 {
	padding: 0;
	margin: 0;
}

#user1 {
	padding:10px 34px 0 0;
	float:right;
}
#user1 a {
	color:#666666;
	text-decoration:none;
}

/* ---- HEADER MENU --------------------------- */
ul.menu_header {
	list-style: none; 
}

ul.menu_header li:after {
	content: " :: "; 
}

ul.menu_header li {
	display: inline;
}

ul.menu_header li.item6 a {
	font-weight: bold;
}

ul.menu_header li.item6 a span {
	color: #ff0000;
}

ul.menu_header li.item6:after {
	content: "";
}

/* ---- MAIN MENU --------------------------- */

#user2 { 
	width: 100%;
	clear: both;
	background: transparent url(../images/navmain.png) left top no-repeat;
}

#user2 li a span {
	display: none;
}

#user2 ul {
	margin: 0; 
	padding: 0;
	list-style:none;
}

ul.menu_about,
ul.menu_printer,
ul.menu_toner,
ul.menu_none {
	height:42px;
	background: transparent url(../images/navmain.png) left top no-repeat;
	/* width: 480px;
	float: left; */
}

ul.menu_home {
	height: 36px;
	background: transparent url(../images/navmain_home.png) left top no-repeat;
}

ul.menu_toner a { display: block; }

/* item1 - About us */

.item1 a {
	display: inline; 
	width: 165px;
	height: 42px;
	float: left;
}
ul.menu_home .item1 a { height: 36px; }
ul.menu_home .item1 a:hover {
	background: transparent url(../images/navmain_home.png) 0px -36px no-repeat;
}

ul.menu_none .item1 a:hover,
ul.menu_about .item1 a {
	background: transparent url(../images/navmain.png) 0px -42px no-repeat;
}
ul.menu_printer .item1 a:hover {
	background: transparent url(../images/navmain.png) 0px -168px no-repeat;
	position: relative;
	z-index: 100;
}
ul.menu_toner .item1 a:hover {
	background: transparent url(../images/navmain.png) 0px -42px no-repeat;
}

/* item3 - Printer Services */

.item3 a {
	/* display: inline;  */
	width: 187px;
	height: 42px;
	float: left;
	margin-left: -30px;
}
ul.menu_home .item3 a { height: 36px; }
ul.menu_home .item3 a:hover {
	background: transparent url(../images/navmain_home.png) -136px -72px no-repeat;
}

ul.menu_about .item3 a:hover {
	background: transparent url(../images/navmain.png) -136px -168px no-repeat;
}
ul.menu_none .item3 a:hover,
ul.menu_printer .item3 a {
	background: transparent url(../images/navmain.png) -136px -84px no-repeat;
}

ul.menu_printer .item3 a { 
	z-index: 1;  
	position: relative;
}

ul.menu_toner .item3 a { 
	z-index: 100;  
	position: relative;
}

ul.menu_toner .item3 a:hover {
	background: transparent url(../images/navmain.png) -136px -210px no-repeat scroll;
	display: block;
}

/* item4 - Toner Cartridges */

.item4 a {
	/* display: inline;  */
	width: 187px;
	height: 42px;
	float: left;
 	margin-left: -30px; 
	position: relative;
}
ul.menu_home .item4 a { height: 36px; }
ul.menu_home .item4 a:hover {
	background: transparent url(../images/navmain_home.png) -295px -36px no-repeat;
}

ul.menu_about .item4 a:hover {
	background: transparent url(../images/navmain.png) -295px -42px no-repeat;
}
ul.menu_printer .item4 a:hover {
	background: transparent url(../images/navmain.png) -295px -126px no-repeat;
	position: relative;
	z-index: 100;
}
ul.menu_none .item4 a:hover,
ul.menu_toner .item4 a {
	background: transparent url(../images/navmain.png) -295px -42px no-repeat;
	display: block;
	z-index: 2;
}

/* ---- PHONE - CALL US ------------------------- */

#phone {
	color:#AF0321;
	float:right;
	background: transparent;
	margin-top: -40px;
	margin-right: 30px;
}

#phone h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style: italic;
	font-weight:bold;
	text-align: center;
	color: #ffffff;
}

/* ---- BREADCRUMBS ------------------------- */

#breadrumbs {
	text-align:right;
	color:#990000;
	font-size:10px;
	padding:6px 33px 0px 0;
}
#breadrumbs a {
	color:#990000;
	text-decoration:none;
}

/* ---- LEFT -------------------------------- */

#left_content {
	float: left;
	width: 193px;
	background:transparent url(../images/side_arrow.gif) no-repeat scroll left 30px;
	padding-top: 13px; padding-left: 24px; padding-bottom: -10px; padding-right: 0px;
}
#left_content h3 {
	color: #990000;
	font-family: "Arial Narrow";
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
}
#left_content ul{
	padding-left: 16px;
	margin-top: 5px;
}
#left_content li.spaced{
	padding-top: 5px;
	padding-bottom: 5px;
}

#left_content a {
	color: #006600;
}

#left_content p{
	color: #333333;
	line-height:14px;
}
#left_content p .email{
	font-size:11px;
}

#iconHelp a {
	background: url(../images/icon_red.png) no-repeat transparent;
	display: block;
	float: left;
	height: 70px;
	width: 70px;
	text-decoration: none;
}
#iconHelp a:hover {
	background: url(../images/icon_red.png) 0px -70px no-repeat transparent;
}

#left_content blockquote {
	font-style: italic;
	line-height:15px;
	margin-left: 0px; margin-right: 20px;
}

/* ---- MAIN -------------------------------- */

#main_content {
	float: left;
	width: 520px;
	background:transparent url(../images/side_arrow.gif) no-repeat scroll left 30px;
	padding-top: 13px; padding-left: 20px; padding-bottom: -10px; padding-right: 0px;
}
#main_content h3 {
	color: #990000;
	font-family: "Arial Narrow";
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:0px;
}
#main_content a {
	color: #006600;
}

#main_content p {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
}
#main_content p.welcome {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	line-height:19px;
}
#main_content p.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin-top: 0px; margin-bottom: 0px; padding-bottom: 16px;
}
#main_content p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	margin-top: 0px; margin-bottom: 0px; padding-bottom: 16px;
}
#main_content p.signature {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	display:block;
	font-size:12px;
	font-style:italic;
	text-align:right;
	margin: 0px;
}

#box .main_content_small {
	width: 320px;
}

/* ---- RIGHT ------------------------------- */

#right_content {
	float: right;
	width: 182px;
	background:transparent url(../images/side_arrow.gif) no-repeat scroll left 30px;
	padding-top: 13px; padding-left: 20px; padding-bottom: -10px; padding-right: 10px;
}
#right_content h3 {
	color: #990000;
	font-family: "Arial Narrow";
	font-size: 17px;
	font-weight: bold;
}
#right_content blockquote {
	font-style: italic;
	margin-left: 0px;
	margin-bottom: 30px;
}

/* ---- BOTTOM ------------------------------ */

#box_bottom {
	background: transparent url(../images/border_bottom.gif) no-repeat scroll left bottom;
	height:27px;
}
#main  .box_bottom_small{
	background: transparent url(../images/border_bottom_small.gif) no-repeat scroll left bottom;
}

.corner_photo {
	bottom:-23px;
	left:-24px;
	position:relative; 
}
.request_photo {
	left:-24px;
	position:relative; 
}

/* ---- FOOTER ------------------------------ */

#footer {
	color:#666666;
	padding: 8px 10px 0px 30px;
	font-size: 10px;
}
#footer a{
	color:#666666;
	text-decoration:underline;
}

#footer .address {
	float: left;
	padding-bottom: 10px;
}
#footer .legal {
	float: right;
	padding-bottom: 10px;
}

/* ---- OTHERS ------------------------------ */

#component-contact {
	padding-left: 10px;
}


/* ---- CHRONOFORMS ------------------------------ */
.chronoform {
	display: none;
}

#ChronoContact_contact_us,
#ChronoContact_request-service-call{
	margin-top: 10px;
}
#ChronoContact_request-service-call label {
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
}

.form-left, .form-right {
	width: 49%;
	float: left;
}

.form-left {
	margin-right: 10px;
}

span.bir {
	color: #cc0000;
}

.cf_inputbox {
	padding: 2px;
}

select.cf_inputbox {
	width: 220px;
}

#ChronoContact_contact_us h3{
	font-size: 180%;
	font-family: arial, lucida grande, sans-serif;
}

#ChronoContact_contact_us .cf_inputbox {
	width: 260px;
}

#ChronoContact_request_service .cf_label,
#ChronoContact_contact_us .cf_label {
	font-size: 90%;
	font-weight: bold;
	color: #666;
}

.buttonReset {
	background: url(../images/btn_reset.gif) no-repeat 0px 0px transparent;
	border: none;
	cursor: pointer;
	height: 24px;
	width: 87px;
	float: left;
}

/* Auxiliary Classes */

.clr {	
	clear: both;
}
