/* ////////////////////////////////////////////////////////////////////////////////////////////////////
GuestEngine Style Sheet
@author Jig
//////////////////////////////////////////////////////////////////////////////////////////////////// */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

img { border:none; }
a img { border:none; }
a:link,
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	line-height:15px;
	margin-bottom:10px;
}
ul {
	margin:5px;
	list-style:url(../images/list-arrow.gif);
}
ul li {
	margin:5px 15px;
}

h1 a { text-decoration:none !important; }
h1 {
	font-weight:bold;
	color:#000 !important;
	font-size:1.5em;
	margin-bottom:10px;
}
h2 {
	font-weight:bold;
	color:#000 !important;
	font-size:1.2em;
	margin-bottom:10px;
}
h3 {
	font-weight:normal;
	font-style:italic;
	color:#000 !important;
	margin-bottom:7px;
	display:inline;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
LAYOUT
//////////////////////////////////////////////////////////////////////////////////////////////////// */
#wrap { margin:20px auto; width:960px; }
#top { padding:2px 0px; }
#col1 { float:left; width:160px; padding:20px 10px; }
#col2 { float:left; width:540px; padding:20px 25px; }
#col3 { float:left; width:160px; padding:20px 10px; }


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
SPLASH
//////////////////////////////////////////////////////////////////////////////////////////////////// */
#splash { margin:10px 0; }


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
CONTENT
//////////////////////////////////////////////////////////////////////////////////////////////////// */
#content {
	background:#eaeaea;
	border:1px solid #9a9a9a;
	padding:10px 0;
	margin:10px 0px;
	font-size:1.1em;
}
#content p,
#content a:link,
#content a:visited {
	color:#5d5d5d;
}
#content a:hover {
	text-decoration:none;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
ANNOUNCEMENTS
//////////////////////////////////////////////////////////////////////////////////////////////////// */
#announcements {}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
FOOTER
//////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
	text-align:center;
	padding:10px;
}
#footer a:link,
#footer a:visited {
	color:#999999;
	font-size:0.96em;
	font-weight:bold;
	text-decoration:none;
	padding:0px 15px;
}
#footer a:hover {
	text-decoration:underline;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
COPYRIGHT
//////////////////////////////////////////////////////////////////////////////////////////////////// */
#copyright {
	text-align:center;
	padding:15px;
	font-weight:bold;
	color:#222;
}
#copyright a:link,
#copyright a:visited {
	color:#999999;
	font-size:0.96em;
	font-weight:normal;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
TABLES
//////////////////////////////////////////////////////////////////////////////////////////////////// */
.table-list {
	background:#999999;
}
.table-list th {
	background:#000;
	color:#fff;
	text-align:left;
	padding:5px;
	font-size:1.1em;
}
.table-list td {
	background:#fff;
	padding:5px;
	color:#5d5d5d;
}
.table-padding td {
	padding:0px 10px;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
FORM
//////////////////////////////////////////////////////////////////////////////////////////////////// */
.txt {
	width:200px;
	font-size:0.92em;
	color:#999;
}
.txt_med {
	width:170px;
	font-size:0.92em;
	color:#999;
}
.txt_short {
	width:70px;
	font-size:0.92em;
	color:#999;
}
.txt_full {
	width:100%;
	font-size:0.92em;
	color:#999;
}
.txtarea {
	width:250px;
	height:57px;
	color:#999;
}
.btn {
	color:#fff;
	background:#333;
	border:none;
	padding:5px 10px;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
MISC
//////////////////////////////////////////////////////////////////////////////////////////////////// */
.img-header {
	display:block;
	padding-bottom:15px;
}
a.read-more {
	display:block;
	background:url(../images/read-more.gif) no-repeat right center;
	font-weight:bold;
	padding-right: 7px;
	text-align:right;
	color:#000 !important;
}
#contact-page {
	width:550px;
	float:left;
}
#contact-detail {
	float:right;
}
#contact-detail .rounded {
	border:1px solid #d4d4d4;
	margin:10px 4px;
	width:355px;
	*width:375px;
	padding:15px;
	height:340px;
}

.pricing-tbl {
	background:#d1d2d4;
}
.pricing-tbl th,
.pricing-tbl td {
	padding:3px;
}
.pricing-tbl th {
	background:#a8a9ac;
}
.pricing-tbl tr { background:#e8e8e8; }
.pricing-tbl tr.alt { background:#f6f7f8; }

/* Mobile Form */
#mobile_form { width:664px; margin:10px auto 20px; }
#mobile_form h1 { font-size:1.8em; color:#f93 !important; font-weight:bold; margin:20px 0; }
#mobile_form h2 { font-size:1.4em; color:#f93 !important; font-weight:bold; margin-top:20px; }
#mobile_form .txtarea { width:100%; }

/* Live Person */
.lpStaticButtonAddTextTD span { display:none !important; }


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
MIMIC
//////////////////////////////////////////////////////////////////////////////////////////////////// */
.block { display:block; }
.align-right { text-align:right; }
.align-center { text-align:center; }
.clear { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.padding { padding:10px; }
.padding-right { padding-right:5px; }
.border-dotted-bottom { border-bottom:1px dotted #000; }
.border-dotted-right { border-right:1px dotted #000; }
.normal-weight { font-weight:normal !important; }
.hide { display:none; }