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

/* Reset */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, ol, ul, dl
fieldset, form, label {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}



h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, fieldset, form{
	padding:0 0 20px 0;
}


/*layout*/
body{
	font:12px/18px Arial, Helvetica, sans-serif;
	color: #1e1e1e;
	background: #f5f5e8;
}
#page{
	background-color: #f5f5e8;
	float:left;
	width:100%;
}

#wrap{
	width:600px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;
}

#main{
	padding:100px 0 0 0;
	margin: 0;	
	float:left;
	width:100%;
}

#safe {
	margin: 30px 0 0 0;
}

/* Links */
a:link, a:visited{
	color: #ff0227;
	text-decoration:none;
}
a:hover{
	border-color: #ff0227;
	border-bottom-width: 1px;
	border-style: dotted;
	color: #ff0227;
}

/* Header */
#logo{
	margin: 0 20px 0 0;
	padding:0 0 0 20px;
	width: 220px;
	float: left;
}
#logo h1{
	text-indent:-3000px;
	float:left;
	padding: 7px 31px 9px 0;
	margin: 0 0 29px 0;
	border-right:1px solid;
	border-right-color: #818181;
}
#logo h1 a{
	margin:0 0 0 0;
	width: 178px;
	height: 40px;
	display:block;
	background:url(../images/FireMailLogo.png) no-repeat top;
	border: none;
}
#logo p a:link, #logo p a:visited{
	text-transform: uppercase;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #818181;
}
#logo p a:hover{
	color:#4c4c4c;
	border:none;
}

#content {
	width: 300px;
	float: left;
	margin: 19px 0 0 0;
}

/* H2 Titles */
#antispam {
	text-indent: -3000px;
	margin: 0 0 9px 0;
	height: 37px;
	width: 274px;
	background:url(../images/anti-spam_title.png) no-repeat;
	display:block;
}

#request {
	text-indent: -3000px;
	margin: 0 0 17px 0;
	height: 29px;
	width: 130px;
	background:url(../images/success.png) no-repeat;
	display:block;
}

#tipjar {
	text-indent: -3000px;
	margin: 0 0 11px 0;
	height: 35px;
	width: 105px;
	background:url(../images/tipjar_title.png) no-repeat;
	display:block;
}

#security {
	text-indent: -3000px;
	margin: 0 0 9px 0;
	height: 37px;
	width: 376px;
	background:url(../images/security_title.png) no-repeat;
	display:block;
}

#templates {
	text-indent: -3000px;
	margin: 0 0 9px 0;
	height: 37px;
	width: 164px;
	background:url(../images/templates_title.png) no-repeat;
	display:block;
}

#whitelist {
	text-indent: -3000px;
	margin: 0 0 17px 0;
	height: 29px;
	width: 449px;
	background:url(../images/whitelist_title.png) no-repeat;
	display:block;

}

/* Text Styling */
#content p {
		width: 300px;
		color: #1e1e1e;
		line-height: 18px;
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
p span{
	color: #1e1e1e;
}

p em {
	font-style: normal;
	font-weight: normal;
	color: #f00021;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
	margin-left: 0px;
	}
	
#safe ul {
	list-style: disc;
}

ol{
	list-style-position: outside;
}
ol li, #safe ul li{
	margin-left: 24px;
	padding-left: 8px;
}	

ul#ok li{
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	padding: 0 0 20px 32px;
}

ul#notok li{
	background-image: url(../images/notok.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding: 0 0 20px 32px;
}

ul#warning li{
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding: 0 0 20px 32px;
}

#safe h3 {
	font-size: 16px;
}

#safe hr {
	border: none;
	background: url(../images/divider.gif) no-repeat bottom;
	padding: 1em 0 2px 0;
	margin:0 0 1em 0;
	float:left;
	width:100%;
}

.snapshot {
	font-family: tahoma;
	background-color: #fff;
	border: 1px solid rgb(204, 204, 204);
	padding: 5px;
	margin: 0 0 20px 0;
}

.snapshot h4, .snapshot p {
	padding: 0;
}

.alert p {
	border: 1px solid rgb(204, 204, 204);
	padding: 3px;
	background-color: rgb(255, 255, 174);
	font-family: tahoma;
	font-size: 12px;
	margin: 0;
}

h3 .toc {
	font-size: 11px;
}

/* Miscellaneous */
.screenshots a img {
	margin: 0 10px 10px 0;
	border-color: #c5c8cc;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #e7e6df;
	float: left;
	width: 75px;
}

.screenshots {
	margin: 0 0 40px 0;
	height: 75px;
}

/*footer*/
#footer{
	font-size: 11px;
	color: #666666;
}

#foot {
	background: url(../images/divider.gif) no-repeat top;
	width: 960px;
	padding:2em 10px 40px 10px;
	margin: 0 auto;
	height: 18px;	
}

#footer a:link, #footer a:visited{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#666666;
	border-color: #666666;
	border-bottom-width: 1px;
	border-style: dotted;
}
abbr{
	cursor:help;
	font-style:italic;
}

/*blockquote*/
blockquote .first{
	color:#3d5358;
	font-style:italic;
	background:url(../images/quote_start.gif) no-repeat;
	text-indent:15px;
}

blockquote .author{
	color:#354a4e;
	padding:0;
	margin:0;
}








/*common style*/
.clear{
	clear:both;
}
.highlight{
	font-weight:bold;
	color:#3d9162;
}

img{
	border:0;
}
.clear{
	clear:both;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignJustify{
	text-align:justify;
}
.alignCenter{
	text-align:center;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

.errorMsg, .infoMsg{
	float:left;
	padding:10px;
	width:95%;
	margin:0 0 20px 0;
}
.errorMsg h3{
	color:#FF0000;
}
.infoMsg h3{
	color:#009900;
}
.errorMsg ul{
	padding-left:14px;
}


