/*********************************************************************************************************/
/* Base CSS Styles */
/*********************************************************************************************************/
body {
	font: 12px Arial, 'Trebuchet MS', Helvetica, Geneva, Sans-serif;
	background-color: #000000;
	color: #ffffff;
}

input, select, form, fieldset, textarea, th, td, button {
	font: 12px Arial, 'Trebuchet MS', Helvetica, Geneva, Sans-serif;
}

input[type="text"], input[type="password"] {
	width: 165px;
}

select option {
	padding: 0 3px;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

.u {
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.information ol {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 1em;
}

div.information ul {
	list-style-image: url('../images/bullet.gif');
	margin-left: 40px;
	margin-bottom: 1em;
}
div.information ul.no_indent {
	margin-left: 20px;
	margin-bottom: 1em;
}

div.information h2 {
	padding-top: 0.5em;
	margin-bottom: 0.6em;
	font-style: italic;
}

div.information h3 {
	margin-bottom: 0;
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

.indent {
	padding-left: 3em;
}

h1, span.h1 {
    font-size: 1.8em;
    font-weight: bold;
}
h2, span.h2 {
	font-size: 1.4em;
    font-weight: bold;
}
h3, span.h3 {
	font-size: 1em;
    font-weight: bold;
}

h1, h2, h3 {
	margin-bottom: 1em;
}

.alert {
	color: #ff0000;
	font-weight: bold;
}

.clear {
	clear: both;
}

.required {
	color: #ff0000;
}

.hr {
	border-top: 1px solid #ffffff;
}



/*********************************************************************************************************/
/* Generic Forms */
/*********************************************************************************************************/

#login_form_area {
}

table#login_details td {
	padding: 5px;
	padding-left: 0;
}

#login_error {
    display: block;
    color: #ff0000;
    margin: 0.4em 0;
}

table.form_table td {
	padding: 5px;
	padding-left: 0;
}


/*********************************************************************************************************/
/* Layout */
/*********************************************************************************************************/
    
div#nav_notabs {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	background: url('/images/templates/main/tab-container-bg.jpg') left top no-repeat;
	padding-left: 50px;
    height: 25px;
}

ul#nav {
	margin: 0;
	padding: 0;
	margin-top: 55px;
	background: url('/images/templates/main/tab-container-bg.jpg') left top no-repeat;
	padding-left: 50px;
    height: 25px;
}
    
ul#nav li a span {
	display: block;
	width: 122px;
	height: 31px;
	cursor: hand;
}
ul#nav li.active a span {
	display: block;
	width: 138px;
	height: 43px;
	cursor: hand;
}
ul#nav li {
	display: block;
	position: relative;
    float: left;
	width: 122px;
    height: 31px;
    margin: -27px 0 0 0;
    text-align: center;
    background-image: url('/images/templates/main/tab-alltabs.jpg');
    background-repeat: no-repeat;
}
  
ul#nav li.active {
    margin-left: -16px;
    margin-right: -16px;
    z-index: 2;
    width: 138px;
    height: 43px;
    color: #ccccccc;
    top: -8px;
}
     
#tab_nav_home {
	background-position: left top;
}
    
#tab_nav_home:hover {
    background-position: left -31px;
}

#tab_nav_home.active {
    background-position: left bottom;
}
    
#tab_nav_benefits {
    background-position: -122px top;
}
    
#tab_nav_benefits:hover {
    background-position: -122px -31px;
}

#tab_nav_benefits.active {
    background-position: -139px bottom;
}

#tab_nav_tutorials {
    background-position: -244px top;
}

#tab_nav_tutorials:hover {
    background-position: -244px -31px;
}

#tab_nav_tutorials.active {
    background-position: -278px bottom;
}

#tab_nav_pricing {
    background-position: -366px top;
}

#tab_nav_pricing:hover {
    background-position: -366px -31px;
}

#tab_nav_pricing.active {
    background-position: -417px bottom;
}

#tab_nav_faq {
    background-position: -488px top;
}

#tab_nav_faq:hover {
    background-position: -488px -31px;
}

#tab_nav_faq.active {
    background-position: -556px bottom;
}

#tab_nav_ftp {
    background-position: -610px top;
}

#tab_nav_ftp:hover {
    background-position: -610px -31px;
}

#tab_nav_ftp.active {
    background-position: -695px bottom;
}

#tab_nav_testimonials {
    background-position: -732px top;
}

#tab_nav_testimonials:hover {
    background-position: -732px -31px;
}

#tab_nav_testimonials.active {
    background-position: -834px bottom;
}


#container {
	display: block;
}
	
#header {
	margin: 0 auto;
	border-bottom: 1px #545454 solid;
	/*height: 50px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
}
    
#main {
	width: 954px;
    margin: 0 auto;
    margin-bottom: 30px;
}
     
#content {
	background: url('/images/templates/main/tab-middle-bg.jpg') repeat-y center;
	padding: 0 17px;  /* leaves us with 920px width (954px - 17px - 17px) */
    min-height: 351px;
    _height: 351px;
    padding-bottom: 1em;
    color: #ffffff;
}
    
#content_footer {
	background: url('/images/templates/main/tab-container-bg.jpg') left bottom no-repeat;
    height: 63px;
    position: relative;
    padding: 0 20px;
	text-align:center;
	line-height:63px;
}
    
#footer {
	margin: 0 auto;
	border-top: 1px #545454 solid;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
}
    
#content a:link, #content a:active, #content a:visited {
	color: #c9c95c;
	text-decoration: underline;
}
    
.header_footer_content {
	display: block;
	width: 954px;
	margin: 0 auto;
}
    
#header_logo {
	display: block;
	float: left;
}
#header_additional {
	display: block;
	float: right;
	padding-top: 15px;
	/*line-height: 50px;*/
}
    
span.home_large_text {
	display: block;
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 1em;
}
span.home_medium_text {
	display: block;
	font-size: 2em;
	margin-bottom: 0.4em;
}
span.highlight {
	color: yellow;
}

.half_box {
	position: relative;
	width: 440px;
}
.half_box .top {
	background: url('/images/templates/main/half-box-bg.jpg') left top no-repeat;
    height: 8px;
}
.half_box .bottom {
	background: url('/images/templates/main/half-box-bg.jpg') left bottom no-repeat;
    height: 8px;
    clear: both;
}
.half_box .info .gradient {
	background: url('/images/templates/main/half-box-bg.jpg') no-repeat scroll left -8px;
	height: 135px;
	left: 0;
	position: absolute;
	top: 0;
	width: 440px;
	z-index: 0;
}
.half_box .info {
	background: url('/images/templates/main/half-box-middle-bg.jpg') left bottom repeat-y;
	position: relative;
	min-height: 149px;
    _height: 149px;
    z-index: 10;
}

.half_box .info .content {
	float: left;
	position: relative;
	padding: 10px 20px;
}

.full_box {
	position: relative;
	width: 920px;
}
.full_box .top {
	background: url('/images/templates/main/products-box-bg.jpg') left top no-repeat;
    height: 8px;
}
.full_box .bottom {
	background: url('/images/templates/main/products-box-bg.jpg') left bottom no-repeat;
    height: 8px;
}
.full_box .info .gradient {
	background: url('/images/templates/main/products-box-bg.jpg') no-repeat scroll left -8px;
	height: 135px;
	left: 0;
	position: absolute;
	top: 0;
	width: 920px;
	z-index: 0;
}
.full_box .info {
	background: url('/images/templates/main/products-box-middle-bg.jpg') left bottom repeat-y;
	position: relative;
	min-height: 149px;
    _height: 149px;
    z-index: 10;
}

#home_content ul li {
	float: left;
	width: 260px;
	padding-right: 50px;
}
#home_content ul li.last {
	padding-right: 0;
}

.full_box .info h1 {
	color: yellow;
	margin-bottom: 0.3em;
}
.full_box .info h1.disabled {
	color: #5C5C5C;
}

.full_box .info .content {
	position: relative;
	padding: 10px 20px;
}

ul.legal {
	list-style: circle;
	margin-left: 40px;
	margin-bottom: 1em;
}

#hot_links a {
	margin: 15px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF200;
	text-decoration: underline;
}

#hot_links a:hover {
	text-decoration: underline;
}

.hotLink a:link, .hotLink a:active, .hotLink a:visited{
	margin: 15px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
}


span.tutorial_sub_head {
	display: block;
	font-size: 0.9em;
}

div.information strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffa500;
}

span.back_arrow {
	font-weight: bold;
}


/*********************************************************************************************************/
/* Thickbox Content */
/*********************************************************************************************************/
div.thickbox_content {
	position: relative;
	margin: 20px 0;
}
div.content_box {
	display: block;
	border: 1px solid #999999;
	padding: 10px;
}

/*********************************************************************************************************/

#simplesee_home #video_div {
	float: right;
	margin: 5px 0px 5px 5px;
	border: 1px solid #ffffff;
}

#simplesee_home #simplesee_tagline {
	position: relative;
}

#simplesee_home #simplesee_tagline ul {
	font-size: 1.5em  !important;
}

ul.large_arrows {
	list-style-image: url('/images/bullet.png') !important;
	margin-left: 25px !important;
}
ul.large_arrows li {
	padding-bottom: 15px;
}

span.large_title {
	display: block;
	font-size: 2.3em;
	margin-bottom: 0.8em;
}

div#content_page h1 {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1.1em;
	padding-bottom: 0.9em;
}
