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

/********************\
        GLOBAL
\********************/

* {
	padding:0;
	margin:0;
}

body {
	background:url(images/SimpleGreyBG.png) #FFFFFF top repeat-x;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:21px;
}

ul {
	margin:0 150px 20px 50px;
	list-style:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
}

ul li {
	margin-bottom:5px;
	padding:0 0 0 30px;
	background:url(images/bullet-arrow-white.png) 0 8px no-repeat;
}

a img {
	border:none;
}

/********************\
        FONTS
\********************/

em {
	background:#FFFF00;
	font-style:normal;
	font-weight:bold;
}

h1 {
	padding:5px 0 25px;
	text-align:center;
	text-transform:capitalize;
	font-family:Impact,Arial,Helvetica,sans-serif;
	font-size:36px;
	line-height:normal;
	color:#990000;
}

h2 {
	padding:5px 0 25px;
	text-align:center;
	text-transform:capitalize;
	font-size:26px;
	line-height:normal;
	color:#FF0000;
}

small {
	padding:0 0 6px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:normal;
}

p {
	padding:0 0 22px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
}

p.footer-text {
	text-align:center;
	font-size:12px;
	color:#999999;
}

.footer-text a {
	color:#999999;
}

p.subhead-block {
	text-transform:capitalize;
	font-size:18px;
	font-weight:bold;
}

/********************\
      STRUCTURE
\********************/

#wrapper {
	margin:0 auto;
	width:860px;
	background:url(images/SimpleGreyLetterBG.png) top repeat-y;
}

#letter {
	padding:22px;
	width:816px;
	background:url(images/SimpleGreyHeader.png) center top no-repeat;
}

#footer {
	height:20px;
	background:url(images/SimpleGreyFooter.png) bottom no-repeat;
}

/********************\
       ELEMENTS
\********************/

.yellow-box {
	width:410px;
	margin:0 auto;
	margin-bottom:20px;
	padding:20px;
	padding-bottom:0;
	background:#ffffd9;
	border:1px solid #FFFF00;
}

.yellow-box ul {
	margin:0 20px 20px 20px;
}

.yellow-box li {
	background:url(images/bullet-arrow-yellow.png) 0 8px no-repeat;
}

.module {
	margin:0 auto;
	margin-bottom:20px;
	width:809px;
	background:url(images/module-bg.gif) center repeat-y;
}

.module-header {
	height:71px;
	background:url(images/module-heading.gif) center top no-repeat;
}

.module p {
	padding:0 10px 22px 10px;
	color:#5B5B5B;
}

.module img {
	margin:0 0 0 15px;
	padding:0 15px 20px 0;
	float:left;
}

.module-header p {
	padding:20px 0 0 40px;
	text-transform:capitalize;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:19px;
	color:#4C4C4C;
}

.module-footer {
	height:24px;
	clear:both;
	background:url(images/module-bottom-curver.gif) center top no-repeat;
}

/********************\
    PAGE SPECIFIC
\********************/

/* EMAIL-SIGNUP-PAGE */
.narrow-content {
	margin:0 auto;
	width:620px;
}

#email-signup-box {
	margin:0 auto;
	margin-bottom:20px;
	padding:30px;
	width:370px;
	background:#ffffcc;
	border:4px dashed #990000;
}

#email-signup-box #table {
	margin:0 auto;
	margin-bottom:20px;
	width:340px;
}

#email-signup-box .input-box {
	width:170px;
	height:18px;
	padding:2px;
	border:1px solid #000000;
	color:#333333;
	font-size:14px;
}

/* SALESLETTER */
#order-box {
	border:4px dashed #990000;
}

/********************\
      MODIFIERS
\********************/

.black {
	color:#000000;
}

.red {
	color:#FF0000;
}

.dred {
	color:#990000;
}