/* Global Reset
----------------------------------------------- */

@import url(reset.css);

/* The Rest...
----------------------------------------------- */

body {
	background-color: White;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

img, embed {
	display: block;
}

table {
	border-collapse: collapse;
}

/* Alert / Error */
#Message {
	clear: both;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 35px;
	background-color: #FFE5E5;
	background-image: url("/assets/exclamation.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #CC0000;
	text-align: left;
}
#Message.negative {

}
#Message.positive {

}
#Message p {
	margin: 0!important;
	padding: 0!important;
	color: #CC0000!important;
}


/* Sitewide Promo Related Styles */

#TopPanel {
	width: 100%;
	margin: 0 0 10px 0; /* Added 23/02/09 */
	}
body.welcome #TopPanel {
	margin: 0;
	}
body.welcome #TopPanel #Products {
	height: 240px;
	margin: 0 0 0 0;
	}
#TopPanel .column1 {
	float: left;
	width: 440px; /* 450px */
	margin: 0 20px 0 0;
	overflow: hidden;
	text-align: center;
	}
body.product_detail #TopPanel .column1 h1 {
	font-size: 30px;
	line-height: 100%;
	text-align: left;
	height: 70px;
	margin: 40px 0 20px 0;
	padding: 5px 0 0 80px;
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	color: black;
	}
#TopPanel .column1 h2 {
	/*margin: 0 20px 0 20px;*/
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	border: none;
	line-height: 120%;
	}
#TopPanel .column1 p.free_trial a {
	font-size: 20px;
	color: #19316D;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #19316D;
	}
#TopPanel blockquote p, #TopPanel .column1 blockquote p {
	margin: 0 50px 0 50px;
	font-size: 20px;
	color: #C1004B;
	font-weight: bold;
	line-height: 120%;
	}
#TopPanel blockquote p a {
	color: #C1004B;
	border-bottom: none;
	}
#TopPanel p.blockquote_credit, #TopPanel .column1 p.blockquote_credit {
	margin: 0;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	}
body.welcome #TopPanel blockquote {
	width: 730px;
	margin: 40px auto 0 auto;
	text-align: center;
	}
	body.welcome #TopPanel p.blockquote_credit {
		width: 730px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
#TopPanel .column2 {
	float: left;
	width: 440px; /* 450px */
	margin: 0 0 0 20px;
	/*overflow: hidden;*/
	position: relative;
	}
#TopPanel .column2 #Promo {
	margin: 40px 0 20px 0;
	background-color: #333333;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
	}
#TopPanel .column2 #Promo:active, #TopPanel .column2 #Promo:focus {
	outline:none;
	}

#TopPanel #Req {
	margin: 20px auto 20px auto;
	padding: 0 0 0 12px;
	width: 340px;
	height: 40px;
	background-image: url("/assets/public/box_req_left.gif");
	background-repeat: no-repeat;
	background-position: left;
}
#TopPanel #Req img {
	float: left;
	padding: 8px 5px 0 0;
}
#TopPanel #Req p {
	text-align: left;
	margin: 0;
	padding: 0 12px 0 60px;
	line-height: 40px;
	background-image: url("/assets/public/box_req_right.gif");
	background-repeat: no-repeat;
	background-position: right;
}