@charset "UTF-8";
/* CSS Document */

body {
	border:none;
	text-align: center;
}

#logo {
	left:14px;
	position:relative;
	top:31px;
}

a, 
h3.welcome_header {
	color:#3A0C0F;
}

h3.welcome_header {
	padding:0;
	font-size:16px;
	margin-top:10px;
	margin-left:40px;
	width:870px;
}

#welcome_front {
	float:left;
	margin-top:10px;
}

div#container {
	background-attachment:scroll;
	background-image:url("../../img/marketing/background.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	width:1000px;
}

h1 {
	color:#21170B;
	
}

h2 {
	color:#3A0C0F;
}

h3 {
	color:#3A0C0F;
}

h4 {
	color:#3A0C0F;
}

ul.decorated {
	list-style-image:url(../../img/marketing/decoration.png);
	list-style-position:inside;
}

div#marketing_content {
	clear:both;
	width:1000px;
}

ul.MenuBarHorizontal  {
	width:1000px;
}

ul.MenuBarHorizontal li {
	width:141px;
}

#login_link {
	text-transform:uppercase;
	font-weight:900;
}

#contact_login_link, ul.MenuBarHorizontal li, ul.MenuBarHorizontal a {
	color: #FFF;
	background-color: #3A0C0F;
	background-image: -moz-linear-gradient(top, #51282C, #3A0C0F); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #51282C),color-stop(1, #3A0C0F)); /* Saf4+, Chrome */
}

/* Menu items that have mouse over or focus */
#contact_login_link:hover, #contact_login_link:active, #contact_login_link:focus, 
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:active, ul.MenuBarHorizontal a:focus, 
ul.MenuBarHorizontal li:hover, ul.MenuBarHorizontal li:active, ul.MenuBarHorizontal li:focus {
	background-color: #565656;
	background-image: -moz-linear-gradient(top, #565656, #787878); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #565656),color-stop(1, #787878)); /* Saf4+, Chrome */
}

#marketing_how_link {
	margin:80px 0 0;
	float:left;
	width: 125px;
	height: 138px;
	background:url(../../img/marketing/how_it_works_button_off.png) no-repeat 0 0;
}

#marketing_how_link:hover, #marketing_how_link:active, #marketing_how_link:focus {
	background:url(../../img/marketing/how_it_works_button_on.png) no-repeat 0 0;
}

#marketing_pricing_link {
	background:url(../../img/marketing/pricing_button_off.png) no-repeat 0 0;
}

#marketing_pricing_link:hover, #marketing_pricing_link:active, #marketing_pricing_link:focus {
	background:url(../../img/marketing/pricing_button_on.png) no-repeat 0 0;
}

#marketing_tour_link {
	background:url(../../img/marketing/tour_button_off.png) no-repeat 0 0;
}

#marketing_tour_link:hover, #marketing_tour_link:active, #marketing_tour_link:focus {
	background:url(../../img/marketing/tour_button_on.png) no-repeat 0 0;
}

#marketing_features_link {
	background:url(../../img/marketing/features_button_off.png) no-repeat 0 0;
}

#marketing_features_link:hover, #marketing_features_link:active {
	background:url(../../img/marketing/features_button_on.png) no-repeat 0 0;
}

#company {
	width:1000px;
}

#footer {
	width:1000px;
	background-color: #3A0C0F;
	background-image: -moz-linear-gradient(top, #51282C, #3A0C0F); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #51282C),color-stop(1, #3A0C0F)); /* Saf4+, Chrome */
}


.welcome_text_header h2 {
	font-size:20px;
}

.welcome_text_header img {
	margin-top:-10px;
}

#welcome_text_container {
	clear:both;
	width: 880px;
	margin:auto;
}

.welcome_text_block {
	float:left;
	width: 290px;
	text-align: left;
}

#price_table .highlight {
	background-color:#3A0C0F;
	color:#ffffff;
}

#contact_login_panel {
	background-color:#3A0C0F;
	background-color:rgba(58, 12, 15, 0.85);
}

#login_panel {
	background-color:#3A0C0F;
	background-color:rgba(58, 12, 15, 0.85);
	right:-193px;
}

#template_previews_container a {
	width:30%;
}