body,div,dl,dt,dd,ul,ol,li,h1,h2,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0; padding: 0;   
}
h3 { 
	margin: 0; padding: 0; display: inline;  
}
img, a img { 
	border: 0;
}
ol,ul {
	list-style: none;
}

.sq {
	list-style: square;
}

.sq li {
	margin-left: 25px;
}

q:before,q:after {
	content: '';
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/**
  * Body
  */
body {
	background: #189aba url('images/bg.gif') repeat-x top center;
	font: 12px/18px Verdana, Arial, sans-serif;
}

/**
  * Wrapper
  */
#wrapper {
	width: 853px;
	margin: 0 auto;
}

/**
  * Header
  */
#header {
	color: #9fb5c3;
	height: 83px;
	padding: 19px 0 0;
}
#header form {
	width: 380px;
	float: right;
}
#header label {
	float: left;
	padding: 0 0 7px;
}
#header label span {
	float: left;
	width: 75px;
	padding: 5px 0 0;
}
#header #username, #header #password {
	background: url('images/login.gif') no-repeat;
	width: 170px; height: 20px;
	border: 0;
	float: left;
	font-weight: bold;
	color: #a3a3a3;
	font-size: 11px;
	padding: 6px 10px 0 10px;
}
#submit_button {
	position: absolute;
	margin: 30px 0 0 270px;
	display: inline;
}
#header #submit {
	background: url('images/login_button.gif') no-repeat;
	width: 84px; height: 26px;
	border: 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#header h1 {
	padding: 8px 0 0;
	width: 235px; height: 47px;
}
#header h1 a, #header h1 a:hover {
	background: transparent url('images/logo.gif') no-repeat;
	text-decoration: none;
	float: left;
	text-indent: -100000px;
	width: 235px; height: 47px;
}
#content {
	background: url('images/shadow.gif') repeat-y;
}
#gradient {
	background: url('images/shadow_gradient.gif') no-repeat top center;
	padding: 0 9px 0 8px;
}
#navigation {
	background: url('images/navigation.gif') no-repeat;
	width: 816px; height: 61px;
	padding: 0 10px;
}
#navigation li {
	float: left;
	height: 61px;
}
/* Used this because I couldn't remove one...ugh. */
.b {
	background: url('images/nav_border.gif') no-repeat right 29px;
}
#navigation a {
	text-decoration: none;
	float: left;
	color: #868686;
}
#navigation a strong {
	text-decoration: none;
	float: left;
	color: #868686;
	height: 37px;
	padding: 24px 35px 0;
}
#navigation a:hover, #navigation .active {
	background: url('images/nav_left.gif') no-repeat top left;
	float: left;
	color: #fff;
}
#navigation a:hover strong, #navigation .active strong {
	text-decoration: underline;
	background: url('images/nav_right.gif') no-repeat top right;
	float: left;
	color: #fff;
	height: 37px;
	padding: 24px 35px 0;
}
#suite_preview {
	background: url('images/suite_preview.gif') no-repeat;
	width: 836px; height: 209px;
}
#pricing_banner {
	background: url('images/pricing_banner2.gif') no-repeat;
	width: 836px; height: 209px;
}
	.ttt {
		text-decoration: none;
		text-indent: -1000000px;
		position: absolute;
		width: 131px; height: 41px;
		margin: 142px 0 0 521px;
	}
	.gsn {
		text-decoration: none;
		text-indent: -1000000px;
		position: absolute;
		width: 151px; height: 41px;
		margin: 142px 0 0 666px;
	}
#workflow_system {
	background: url('images/workflow_system.gif') no-repeat;
	width: 836px; height: 209px;
}
#container {
	background: #fff url('images/content_bg.gif') repeat-x top center;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 18px 18px 18px 24px;
}
#left_home {
	width: 455px;
	float: left;
	padding: 0 28px 0 0;
}
#left_sub {
	padding: 0;
	
	float: none;
}
#packages {
	margin: 0 5px 10px; padding: 0 0 10px;
	/*float: center; */
}
#packages h2 {
	width: 143px; height: 64px;  
	float: right;
}
#packages h2 a, #packages h2 a:hover {
	text-decoration: none;
	padding: 11px 0 0 9px;
	width: 136px; height: 53px;
	float: left;
	color: #fff;
	font-size: 18px;
	letter-spacing: -1px;
}
	#packages h2 em {
		font-size: 14px;
		font-style: normal;
		color: #c5dee9;
		letter-spacing: -2px;
	}
#owned {
	background: url('images/packages.gif') no-repeat left top;
}
#leased {
	background: url('images/packages.gif') no-repeat center top;
	margin: 0 12px;
	/*_margin: 0 9px;*/
}
#hosted {
	background: url('images/packages.gif') no-repeat right top;
}
.box {
	background: #f0f0f0 url('images/box_top.gif') no-repeat top center;
	margin: 10px 0;

	width: 455px;
}
.box_foot {
	background: url('images/box_bottom.gif') no-repeat bottom center;
	padding: 15px;
	font-size: 11px;
	color: #6f6f6f;
}
#features h2 {
	font: normal 24px "Myriad Pro", Arial, sans-serif;
	color: #1b7daf;
}
#clock {
	background: url('images/clock.gif') no-repeat left center;
	padding: 5px 5px 5px 45px;
}
#arrows {
	background: url('images/arrows.gif') no-repeat left center;
	padding: 5px 5px 5px 45px;
}
#timesheet {
	background: url('images/timesheet.gif') no-repeat left center;
	padding: 5px 5px 5px 45px;
}
#icon_features {
	background: url('images/features.jpg') no-repeat left center;
	padding: 5px 5px 5px 45px;
}
#right_home_container {
	width: 330px;
	float: right;
	padding: 0 0px 0px;
}

#right_home {
	background: #393939;
	width: 295px;
	float: right;
	padding: 0 6px 6px;
}
#right_sub {
	background: #393939;
	width: 295px;
	float: right;
	padding: 0 6px 6px;
	margin: 0 10px 10px;
}
#right_home h2, #right_sub h2 {
	color: #cddf00;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px;
}
#right_home p, #right_sub p {
	background: #4b4b4b;
	color: #fff;
	padding: 10px;
	font-size: 11px;
}
#right_home ul, #right_sub ul {
	background: #4b4b4b;
	color: #fff;
	padding: 10px;
	font-size: 11px;
}
	#right_home li, #right_sub li {
		background: url('images/arrow.gif') no-repeat left center;
		padding: 2px 2px 2px 15px;
	}
#right_home a, #right_sub a {
	text-decoration: underline;
	color: #fff;
}
#right_home a:hover, #right_sub a:hover {
	text-decoration: none;
	color: #fff;
}
#foot_bottom {
	background: url('images/foot.gif') no-repeat top center;
	padding: 20px 5px;
	color: #fff;
	font-size: 10px;
}
#validator {
	float: right;
}
#foot_bottom a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
#foot_bottom a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#foot_bottom span {
	color: #63b4c8;
}
/**
  * Subpage
  */
.s_s {
	background: url('images/sub_s_shadow.gif') no-repeat top left;
}
.l_s {
	background: url('images/sub_l_shadow.gif') no-repeat center top;
}
.feature {
	padding: 20px 0 15px;
}
.feature p {
	font-size: 11px;
	line-height: 21px;
	color: #707070;
}
.feature h2 {
	padding: 5px 0 0;
}
.img_preview {
	float: left;
	margin: 0 15px 15px 0;
}
.up {
	float: right;
	margin: 7px 0 0;
}
			
		
.column {float: left; overflow: hidden; }

table.pricing {
  padding: 0;
  margin: 0 auto 0px auto;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

table.pricing thead {
}

table.pricing th {
  padding: 10px;
  border: 0px;
  text-align: right;
}

table.pricing th.price {
  padding-top: 20px;
}

table.pricing thead th {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

table.pricing thead th.less {
  font-size: 12px;
  font-weight: normal;
}

table.pricing thead td {
  border: 0;
}

table.pricing td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

table.pricing td.business {
  background: #F5F7C9;
}

table.pricing td p {
        margin: 15px 0;
}

table.pricing td ul, table.pricing td ul li {
        list-style: disc; margin: 0 15px;
}

table.pricing td.price {
  padding-top: 20px;
  font-weight: bold;
}

table.pricing td.action {
  font-size: 11px;
  font-weight: bold;
  border: 0;
  border-left: 1px solid #ccc;
  padding-top: 0px;
  padding-bottom: 5px;
}

.cursor
{
   cursor: pointer;
}

A.feature_links
{
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

A.feature_links:hover
{
	text-decoration: underline; 
}
iframe#iframe_contact
{
	width : 100%;
	height : 550px;
	border : 0;
}
