/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { 
	text-decoration:none; 
	outline:0px; 
	color:#2e84ff;;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body {
	height: 100%;
	margin:0px;
  	padding:0px;
	font-family:"Trebuchet MS",Trebuchet,"Lucida Grande",Arial,Sans-serif;
	font-size:14px;
	color:#4F4F4F;
	background-color:#fff;
}

.content {
	line-height:21px;
}

.blog_p {
	background:url(images/blog_bk.gif) repeat-y top left; 
}

#top {
	width:100%;
	background:url(images/bg.gif) repeat-x top center; 
	height:99px;
}

.container {
	width:898px;
	height:auto;
	margin:auto;
}

#top .menu {
	float:right;
	margin-top:57px;
	height:27px;
	width:601px;
	text-align:right;
}

#top .menu ul li {
	display:inline;
	padding:0 22px 0 18px;
	background:url(images/menu_sep.gif) no-repeat top right; 
}

#top .menu ul li.last_menu {
	padding:0 0 0 18px;
	background-image:none;
}

#top .menu ul li a{
	color:#ebebeb;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#logo{
	float:left;
	margin-top:26px;
	margin-left:14px;
	height:51px;
	width:186px;
}

#home_banner{
	width:100%;
	background-color:#47b1cb; 
}

#home_banner .container{
	background:url(images/home_banner.jpg) no-repeat top left;
	height:375px;
}

#home_banner .container .banner_box {
	padding:276px 0 0 18px;	
}

#home_banner .container .banner_box h1 {
	background:url(images/large_gray_box.png) no-repeat top left;
	height:91px;
	width:698px;
	color:#fff;
	font-size:20px;
	padding:17px 18px;
	font-weight:normal;
}

#banner {
	width:100%;
	background-color:#47b1cb; 
}

#banner .container {
	background:url(images/banner.jpg) no-repeat top left;
	height:140px;
}

#banner .container .banner_box {
	padding:77px 0 0 18px;	
}

#banner .container .banner_box h1 {
	background:url(images/small_gray_box.png) no-repeat top left;
	height:57px;
	width:337px;
	color:#fff;
	font-size:20px;
	padding:15px 18px;
	font-weight:normal;
}

.h30 { height:30px; }
.h20 { height:20px; }
.h10 { height:10px; }

#signupBillingPanel {
	padding:10px 0;
}

#signupBillingPanel.disabled {
	background-color:#f3f3f3;
	color:#828282;
}
#signupBillingPanel.disabled input,
#signupBillingPanel.disabled select{
	background-color:#F8F8F8;
	color:#828282;
}


.inner {
	padding-top:35px;
	padding-left:10px;
	width:888px;
}

.titlu {
	font-weight:bold;
	font-size:18px;
	padding-bottom:12px;
}

.inner1 {
	width:274px;
	padding:0px;
	margin-right:28px;	
	float:left;
}

#bar {
	width:898px;
	background:url(images/centera.gif) repeat-x top center; 
	height:94px;
}

#bar_left {
	width:10px;
	background:url(images/border_left.gif) no-repeat top center; 
	height:94px;
	float:left;
}

#bar_right {
	width:10px;
	background:url(images/border_right.gif) no-repeat top center; 
	height:94px;
	float:right;
}

#bar_center {
	width:878px;
	height:72px;
	float:left;
	padding-top:15px;
}

#brands {
	width:575px;
	background:url(images/bg_brands.gif) no-repeat top center;
	height:57px;
	float:right;
	padding-top:10px;
	padding-left:13px;
	
}

#brands div {
	height:48px;
	float:left;
	text-align:center;
	padding-top:5px;
}


.home_graph {
	width:282px;
	margin-right:20px;
	background-color:#e9e7e7;
	padding:10px 0;
	height:120px;
	float:left;
	text-align:center;
}

.clear {
	height:0px;
	clear:both;
}

.c {
	text-align:center;
}

.footerPad {
	height:15px;
	clear:both;
}

#footer {
	height:84px;
	padding-top:16px;
	background-color:#000;
}

#footer .menu {
	padding-top:20px;
}

#footer .menu li {
	display:block;
	float:left;
	color:gray;
	font-weight:bold;
	font-size:12px;	
	text-decoration:none;
}

#footer .menu li a {
	color:gray;
	font-size:12px;
	font-weight:bold;
}

#footer .menu li a:hover {
	text-decoration:underline;
}

#footer .menu .sep {
	background:url(images/f_sep.gif) no-repeat center center;
	width:32px;
}

.prod_top {
	background:url(images/prod_top.jpg) no-repeat top left;
	height:496px;
}

.prod_top div {
	width:245px;
	padding:17px 22px 0px  18px;
	margin-right:15px;
	float:left;
}

.col_left {
	width:568px;
	padding:0px 24px 0px 10px;
	float:left;
}

.col_right {
	width:285px;
	float:left;
}

p {
	padding:8px 0;
}

#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

.shadow {
	display:none;
	position:absolute;
	z-index:6;
	background:#000;
	padding:0px;
	margin:0px;
}

.popupClose {
	background-image:url(images/popup_close.png);
	cursor:pointer;
	height:37px;
	width:37px;
	left:0;	
	top:0;
	outline-style:none;	
	overflow:hidden;
	position:absolute;
	z-index:4;
	margin:-16px 0 0 -16px;
}

.popup_img {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:901px;
	background:#fff;
	z-index:2;
}

.twitterlink {
	margin-top:30px;
	background:url(images/twitter.jpg) no-repeat bottom right;
	display:block;
	float:right;
	padding-right:100px;
	height:20px;
	color:#606060;
	font-size:18px;
	padding-bottom:2px;
	text-decoration:none;
}

.twitterlink:hover {
	color:#4d4d4d;
}

.signup_col {
	width:562px;
	float:left;
	padding-right:37px;
}

.team_text {
	padding-right:100px;	
}

.team_page p {
	padding:4px 0;
}

#signup_t {
	border-collapse:collapse;
	border:1px;
	border-color:#fff;
}

#signup_t strong {
	font-size:18px;
}

#signup_t td {
	background-color:#eaeaea;
	padding:10px 0;
}

#signup_t th {
	text-align:center;
	font-size:18px;
}

#signup_t td {
	text-align:center;
	font-size:12px;
}

#signup_t td.check {
	background:#d6d6d6 url(images/price_check.gif) no-repeat center center;
}

#signup_t .black {
	background-color:#000;
	font-weight:bold;
	color:#fff;
	font-size:14px;
}

#signup_t th {
	background-color:#585858;
	color:#80d9ff;
	font-weight:bold;
}

#signup_t .footer_t td {
	padding:5px 0px;
}

.signup_t_help {
	padding-top:20px;
	font-size:10px;
	line-height:14px;
}

.col_right_b {
	width:274px;
	float:left;	
	padding:12px;
}

/*
.rightCList li {
	background:transparent url(images/rightCList.gif) no-repeat top left;
	padding-left:20px;
}
*/
.contentCList li{
	background:transparent url(images/contentCList.gif) no-repeat top left;	
	padding-left:20px;
}

#screen_captures div {
	float:left;
	margin-right:6px;
	cursor:pointer;
}

#screen_capture_holder {
	width:550px;
	height:436px;
	overflow:hidden;
}
#screen_capture_holder #screen_capture_all {
	width:5000px;
	position:relative;
	left:0px;
	top:0px;
}
#screen_capture_holder #screen_capture_all div{
	width:550px;
	height:436px;
	float:left;
}

.formTable {
	font-weight:bold;
}

.formTable .caption {
	text-align:right;
	vertical-align:top;
}

.formTable .caption div {
	height:4px;
}

.formTable .value input, 
.formTable .value textarea {
	width:280px;
	border:1px solid #cccccc;
	padding:5px;
	color:#4F4F4F;
}

.formTable .value select {
	width:141px;
	border:1px solid #cccccc;	
	padding:5px;
}

.formTable .nick_name_bk {
	background:transparent url(images/chose_url_bk.gif) no-repeat top left;
	padding-left:65px !important;
}

.blue {
	color:#2e84ff;
	text-decoration:underline;
}

.error {
	color:#ff0000;
	font-weight:normal;
}

.teamThumb {
	border:9px solid #e6e6e6;
	float:right;
}