
/* Author: Madi Karizma (egolabel.net) */
/* Last modified: September 03, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */

/* General Properties */

* {
	margin: 0;
	padding: 0 }

body,
html {
	background: url(../img/body_background.jpg) repeat-x;
	color: #333;
	font: 10px verdana;
	height: 100%;
	width: 100% }

ul {
	list-style: none }

img {
	border: 0 }

/* Page */

#wrap {
	margin: auto;
	position: relative;
	width: 800px }

/* Header */

#header {
	height: 119px }

.logo_bar {
	height: 75px }

.welcome_bar {
	height: 44px }

.logo {
	float: left;
	height: 51px;
	margin-top: 12px;
	width: 220px }

.nys_contract {
	float: right;
	height: 40px;
	margin: 27px 15px 0 0;
	width: 164px }

.hp {
	float: right;
	height: 40px;
	margin: 27px 20px 0 0;
	width: 35px }
.sharp {
	float: right;
	height: 14px;
	margin: 39px 20px 0 0;
	width: 95px }
.lexmark {
	float: right;
	height: 25px;
	margin: 35px 20px 0 0;
	width: 99px }

.welcome_text {
	color: #f5f5f5;
	float: left;
	font: 11px verdana;
	font-weight: bold;
	margin: 17px 0 0 5px;
	width: auto }

.white_menu {
	color: #999;
	float: right;
	margin: 17px 5px 0 0;
	width: auto }

.white_menu a {
	color: #fff;
	font-weight: bold }

.white_menu a:hover {
	color: #ddd }

/* Navigation Menu */

#menu_bar {
	background: #ebebeb;
	border-bottom: solid 1px #ccc;
	font: 11px verdana;
	height: 37px;
	padding: 0 10px 0 10px;
	margin-top: 10px }

.menu_link {
	background: #ebebeb;
	border: solid 1px #ccc;
	border-bottom: none;
	margin-top: 7px;
	padding: 8px 0 8px 0;
	text-align: center;
}

.menu_link a {
	color: #999;
	text-decoration: none;
}

.menu_link a:hover {
	color: #777;
	text-decoration: underline;
}

.selected {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
	color: #000;
	margin-top: 7px;
	padding: 8px 0 8px 0;
	text-align: center;
}

#menu_home {
	float: left;
	margin-right: 2px;
	width: 59px;
}

#menu_tour {
	float: left;
	margin-right: 2px;
	width: 153px;
}

#menu_services {
	float: left;
	margin-right: 2px;
	width: 75px;
}

#menu_sales {
	float: left;
	margin-right: 2px;
	width: 57px;
}

#menu_contact {
	float: left;
	margin-right: 2px;
	width: 88px;
}

#menu_pricing {
	float: left;
	margin-right: 2px;
	width: 114px;
}

#menu_call {
	float: left;
	margin-right: 2px;
	width: 95px;
}

#menu_it_support {
	float: left;
	width: 87px;
}

/* Content */

#content {
	margin-top: 25px;
	min-height: 600px;
}

* html #content {
	height: 600px;
}

.col200 {
	float: left;
	text-align: center;
	width: 200px;
}

.col580 {
	float: right;
	width: 580px;
}

.col800 {
	width: 800px;
}

.title {
	border-bottom: solid 5px #ebebeb;
	height: 20px;
	margin-bottom: 8px;
	padding-left: 2px;
}

.panel_out {
	background: #ebebeb;
	margin-bottom: 15px;
	padding: 5px;
}

.panel_in {
	background: #fff;
	border-bottom: dashed 1px #bbb;
	line-height: 20px;
	padding: 8px 5px 8px 5px;
	text-align: center;
}

.panel_in strong {
	line-height: 15px;
}

.panel_in a {
	color: #007ea8;
	font-weight: bold;
}

.panel_in a:hover {
	color: #ccc;
}

#highlight {
	background: #007ea8;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}

#highlight:hover {
	background: #004a62;
}

#highlight a {
	color: #fff;
	display: block;
	text-decoration: none;
}

/* Attachments */

.kill {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.crush {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.diet {
	padding-bottom: 0 !important;
}

.trim {
	margin-bottom: 0 !important;
}

.break {
	border-bottom: none !important;
}

.ground {
	clear: both !important;
	float: none !important;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0 20px 0;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #333;
}

.footer {
	border-top: solid 2px #ebebeb;
	color: #999;
	padding-top: 20px;
	text-align: center;
}

.footer li {
	line-height: 15px;
	margin-bottom: 8px;
}

.footer img {
	margin-top: 7px;
}

/* Author: Madi Karizma (egolabel.net) */
/* Last modified: September 03, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */
