@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/bg.gif) repeat;
}

#center {
	width:985px;
	margin:0 auto;
}

#main {
	width:985px;
	background:url(../images/main_bg.gif) repeat-y #FFFFFF;
	float:left;
}

.twocolumns {
	width:500px;
	display:block;

}
.topleftcolumn {
	width:124px;
	display:inline;
	float:left;
}


.toprightcolumn {
	width:124px;
	float:right;

}


.leftcolumn {
	width:248px;
	display:inline;
	float:left;
}


.rightcolumn {
	width:248px;
	float:right;

}
.spacer{
	width:500px;
	height:10px;
	display:block;
}

#banner {
	width:985px;
	height:217px;
	background:url(../images/banner2.png) no-repeat;
}

#hmenu {
	width:985px;
	height:28px;
	float:left;
	background:#C30811;
}

#vmenu {
	width:180px;
	display:inline;
	float:left;
	padding-bottom:40px;
}

#contact_us {
	width:153px;
	height:178px;
	margin-left:14px;
	background:url(../images/contact-us_girl.jpg) no-repeat #C30811;
	margin-top:16px;
	float:left;
	display:inline;
}

#contact_us img {
	margin-bottom:4px;
}

#form {
	width:153px;
	margin-left:14px;
	margin-top:14px;
	float:left;
	display:inline;
}

#form input {
	width:148px;
	margin-bottom:7px;
}

#form .submit {
	width:auto;
	margin-top:10px;
	margin-left:43px;
}

#right {
	width:227px;
	float:right;
	display:inline;
	padding-bottom:40px;
}

.firstrightbox {
	margin-top:50px !important;
}

.rightbox {
	width:227px;
	height:137px;
	float:left;
	display:inline;
	margin-top:8px;
}

.rightbox img {
	float:left;
	display:inline;
	margin-right:6px;
}

#content {
	float:left;
	display:inline;
	width:500px;
	margin-left:60px;
	margin-top:30px;
	padding-bottom:40px;
}

#footer1 {
	display:block;
	margin:0 auto;
	clear:both;
	width:985px;
	height:35px;
	background:url(../images/footer1.png) no-repeat;
}

#footer2 {
	display:block;
	margin:0 auto;
	clear:both;
	width:985px;
	height:76px;
	background:url(../images/footer2.png) no-repeat;
}

/* CONTACT US FORM */

.form_line {
	width:220px;
	float:left;
	clear:left;
	display:inline;
	margin-bottom:15px;
	font-size:12px;
}

.form_line input, .form_line textarea {
	float:right;
}

.nofloat {
	float:none !important;
}

.submit {
	margin:0 auto;
	display:block;
}

.form_line span {
	float:right;
	display:inline;
	margin-right:10px;
	line-height:20px;
	vertical-align:middle;
}

.floatright {
	float:right;
	padding-left:20px;
	padding-top:3px;
	padding-right:5px;
	padding-bottom:15px;
}

.floatleft {
	float:left;
	padding-left:5px;
	padding-top:3px;
	padding-right:20px;
	padding-bottom:15px;
}

/* TEXT */

h1, h2, h3, h4, h5, h6, p, span, a, ul, li, ul li, form, img {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	color:#C30811;
	margin-bottom:20px;
}

.rightbox h2 {
	font-size:14px;
	color:#FFFFFF;
}

.rightbox p {
	font-size:12px;
	color:#333333;
	margin-right:5px;
}

.rightbox a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.rightbox a:hover {
	color:#FFF83F;
}

#vmenu p.top {
	font-size:11px;
	color:#FFFFFF;
	margin-left:14px;
	margin-right:14px;
	margin-top:18px;
}

#contact_us h2 {
	font-size:14px;
	color:#FFFFFF;
	width:153px;
	text-align:center;
	margin-top:157px;
}

#content p {
	font-size:12px;
	color:#666666;
	margin-bottom:12px;
}

#content ul {
	font-size:12px;
	color:#666666;
	margin-bottom:12px;
}

#form span {
	font-size:14px;
	color:#FFFFFF;
}

#vmenu p.info {
	font-size:12px;
	color:#FFFFFF;
	margin-left:14px;
	margin-top:18px;
	float:left;
	display:inline;
}

#footer_menu {
	margin-top:15px;
	width:985px;
}

#footer1 p.footer {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	position:relative;
	top:16px;
}

#footer1 p.footer a, #footer2 p.directoryone a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer1 p a:hover, #footer2 p a:hover {
	text-decoration:underline;
}

#footer2 p.directoryone {
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	position:relative;
	top:20px;
}

/* SUCKERFISH */

#hmenu_center {
	width:802px;
	height:12px;
	margin:7px 50px 0 130px;
	display:block;
}

#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
}

#nav a {
	display:block;
	width:139px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#nav a:hover {
	color:#FFF83F;
}

#nav li {
	float:left;
	width:130px;
}

#nav li:hover {
	background-position:0 0;
}

#nav li ul {
	position:absolute;
	background:#C30811;
	width:140px;
	left:-999em;
	padding-top:9px;
}

#nav li ul li {
	position:relative;
	float:left;
	line-height:18px;
	margin-bottom:-1px;
}

#nav li ul a {
	border:1px solid #FFFFFF;
	padding-left:10px;
	width:129px;
	font-size:10px;
	font-weight:normal;
}

#nav li ul a:hover {
	background:#707070;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

li.copiers, li.fax, li.printers, li.toner, li.testimonials, li.history, li.wholesale, li.retail, li.specials, li.articles, li.contact { 
	margin-left:6px; 
}

a.home, a.copiers, a.fax, a.printers, a.toner, a.testimonials, a.history, a.wholesale, a.retail, a.specials, a.articles { 
	background:url(../images/line.gif) right no-repeat; 
}

.home { width:45px !important; }

.copiers { width:57px !important; }

.fax { width:96px !important; }

.printers { width:60px !important; }

.toner { width:46px !important; }

.testimonials { width:90px !important; }

.history { width:55px !important; }

.wholesale { width:138px !important; }

.retail { width:45px !important; }

.specials { width:62px !important; }

.articles { width:57px !important; }

.contact { width:49px !important; }