@charset "utf-8";
/* CSS Document */

/* Debugger Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* End Debugger Code */

/* Focus (input forms) */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* End Focus (input forms) */

/* Basic Formatting */

a {
	text-decoration: none;
	color: #0053A6;
	cursor: pointer;
}

a:visited {
	color:#0053A6;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.5;
	text-align: center;
}

p {
	font-size: 12px;
}
/* End Basic Formatting */

/* Main Wrapper */
#body-wrapper {
	width: 705px;
	margin: 0 auto;
}

	#logo-top  {
		width: 705px;
		height: 67px;
		float: left;
		position: relative;
	}
	
		#logo-box {
			width: 102px;
			height: 51px;
			padding: 8px 0;
			padding-left: 10px;
			float: left;
			position: relative;
		}
		
	#pillow-top {
		width: 705px;
		height: 58px;
		float: left;
		position: relative;
		background: transparent url(../images/body-top.png) top left no-repeat;
	}
	
	#title-box-container {
		width: 655px;
		padding-left: 50px;
		height: 58px;
		float: left;
		position: relative;
	}
	
		#title-box {
			height: 52px;
			padding-top: 6px;
			float: left;
			position: relative;
		}
		
			#title-box-left {
				width: 20px;
				height: 52px;
				float: left;
				position: relative;
				background: transparent url(../images/title-left.png) top left no-repeat;
			}
			
			#title-box-body {
				height: 52px;
				widows: auto;
				float: left;
				position: relative;
				background: transparent url(../images/title-bg.png) top left repeat-x;
			}
			
			#title-box-right {
				width: 20px;
				height: 52px;
				float: left;
				position: relative;
				background: transparent url(../images/title-right.png) top left no-repeat;
			}
			
	#pillow-body {
		width: 705px;
		padding: 10px 0;
		float: left;
		position: relative;
		background: transparent url(../images/body-bg.png) top left repeat-y;
		}
		
		#text-body {
			width: 448px;
			padding: 10px 0;
			padding-left: 50px;
			float: left;
			position: relative;
			text-align: left;
		}
			#purple-top {
				width: 448px;
				height: 20px;
				line-height: 0px;
				float: left;
				position: relative;
				background: transparent url(../images/purple-top.png) top left no-repeat;
			}
			
			#purple-body {
				width: 448px;
				float: left;
				position: relative;
				background: transparent url(../images/purple-bg.png) top left repeat-y;
				
			}
				#purple-body-text {
					width: 428px;
					padding: 0 10px;
					float: left;
					position: relative;
				}
				
			#purple-bottom {
				width: 448px;
				height: 20px;
				line-height: 0;
				float: left;
				position: relative;
				background: transparent url(../images/purple-bottom.png) top left no-repeat;
			}
		
		#right-half {
			width: 207px;
			height: 100%;
			float: left;
			position: relative;
		}
			
		#right-section {
			width: 187px;
			padding-left: 10px;
			padding-right: 10px;
			float: left;
			position: relative;
		}
		
			#right-picture {
				width: 167px;
				padding: 12px;
				padding-left: 8px;
				float: left;
				position: relative;
			}
			
			#right-link {
				width: 167px;
				padding: 10px 5px;
				padding-right: 15px;
				float: left;
				position: relative;
			}
				#link-left {
					width: 16px;
					height: 54px;
					float: right;
					position: relative;
					background: url(../images/order-button-left.png) top left no-repeat;
				}
				
				#link-body {
					height: 54px;
					padding-right: 3px;
					float: right;
					position: relative;
					background: transparent url(../images/order-button-bg.png) top left repeat-x;
				}
				
				#link-right {
					width: 16px;
					height: 54px;
					float: right;
					position: relative;
					background: transparent url(../images/order-button-right.png) top left no-repeat;
				}
		
	#pillow-bottom {
		width: 705px;
		height: 20px;
		margin-bottom: 10px;
		float: left;
		position: relative;
		background: transparent url(../images/body-bottom.png) top left no-repeat;
	}
		
/* End Main Wrapper */

/* Page Formatting */
#title-box-body h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 48px;
}

#purple-body-text h1 {
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;	
}

#purple-body-text h2 {
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;	
}

#purple-body-text ul {
	padding: 5px;
	list-style-image: url(../images/bullet.gif);
	list-style: inside;
}

#purple-body-text li {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0;
	list-style-image: url(../images/bullet.gif);
}

#link-body h1 a {
	font-size: 20px;
	font-weight: bold;
	line-height: 52px;
	color: #E63782;
}
/* End Page Formatting */
