@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a{
	border:none;
	padding:0;
	margin:0;
	outline:none;
	color:#AE141C;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #FFF;
}

img{
	border:none;
	padding:0;
	margin:0;
}

h1{
	margin:0;
	padding:0;
	padding-top:15px;
	font-weight:bold;
	color:#000000;
	font-size:30px;
	letter-spacing:-1px;
}

table{
	float:left;
}

body{
	color:#333333;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:11px;
}

#blackline{
	background-color:#000000;
	height:11px;
	left:0;
	top:0;
	min-width:850px;
	position:absolute;
	width:100%;
}

#redline{
	background-color:#AE141C;
	height:3px;
	left:-10px;
	top:7px;
	min-width:850px;
	position:absolute;
	width:100%;
}

/*#headerWrapper{
	height:158px;
	margin-left:auto;
	margin-right:auto;
	top:40px;
	width:850px;
	position:relative;
	background-image:url(home_images/BG_header.png);
}*/

/*#navWrapper{
	background-image:url(home_images/BG_nav.jpg);
	height:35px;
	width:850px;
	margin:40px auto 0;
	position:relative;
}*/

#mainWrapper{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:850px;
	height:auto;
}

#mainBGWrapper{
	background-image:url(home_images/BG_main.png);
	background-repeat:repeat-y;
	float:left;
	left:0;
	position:relative;
	top:0;
	width:850px;
	height:auto;
}

#bannerHeader{
	float:left;
	height:361px;
	position:relative;
	width:850px;
}

#shippingBanner{
	float:left;
	position:relative;
	display:block;
	background-image:url(home_images/BG_shipping.jpg);
	height:361px;
	width:850px;
}

#fitBanner{
	float:left;
	position:relative;
	display:none;
	background-image:url(home_images/BG_perfectFit.jpg);
	height:361px;
	width:850px;
}

#tuxBanner{
	float:left;
	position:relative;
	display:none;
	background-image:url(home_images/BG_perfecttux.jpg);
	height:361px;
	width:850px;
}

#easyBanner{
	float:left;
	position:relative;
	display:none;
	background-image:url(home_images/BG_easy.jpg);
	height:361px;
	width:850px;
}

#weddingBanner{
	float:left;
	position:relative;
	display: none;
	background-image:url(home_images/BG_wedding.jpg);
	height:361px;
	width:850px;
}

.subNavWrapper{
	float:left;
	display:inline;
	width:850px;
	height:53px;
	position:relative;
	top:308px;
}

#mainContent{
	float:left;
	position:relative;
	width:810px;
	height:auto;
	padding: 28px 20px 20px;
	display:inline;
	font-size: 24px;
}

#cta1{
	background-image: url(home_images/CTA_schoolevent.jpg);
	width:391px;
	height:170px;
	float:left;
	display:inline;
	color:#FFFFFF;
}

#cta1 ul{
	text-align:left;
	margin-left:210px;
	margin-top:75px;
	font-size:13px;
	line-height:16px;
}

#cta2{
	background-image:url(home_images/CTA_weddings.jpg);
	width:416px;
	height:170px;
	float:left;
	display:inline;
	color:#FFFFFF;
}

#cta2 p{
	text-align:left;
	margin-left:190px;
	margin-top:80px;
	padding-right:25px;
	font-size:14px;
	line-height:18px;
	color:#FFF;
	text-decoration: none;
}

.redTitle{
	font-family:Helvetica, sans-serif;
	color:#AE141C;
	float:left;
	margin-top:20px;
	margin-bottom:5px;
	margin-right:50px;
	text-transform:capitalize;
	font-size:24px;
	line-height:28px;
	letter-spacing:-1px;
	display:block;
	clear:both;
}

.small p{
	float:left;
	font-size:13px;
	line-height:17px;
	padding-top:10px;
	width:220px;
}

#save{
	float:left;
	left:284px;
	position:relative;
	background-image:url(home_images/spottedLines.jpg);
	background-repeat:no-repeat;
	width:506px;
	height:31px;
	clear:both;
	padding-top:20px;
	padding-left:10px;
	margin-bottom:35px;
}

#footerWrapper{
	float:left;
	width:850px;
	color:#777777;
	margin-bottom:60px;
}

#footerWrapper a{
	color:#777777;
	text-decoration:underline;
	font-size:10px;
	margin-right:5px;
	margin-left:5px;
	text-transform:uppercase;
}

#footerWrapper a:hover{
	color:#333333;
}

#seo{
	width:825px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	color:#333333;
	font-size:13px;
	line-height:17px;
}

#seo p{
	padding-top:15px;
}

.boldRed{
	color:#AE141C;
	font-weight:bold;
	font-size:12px;
}

.clovis{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}

.clovis:hover{
	color:#AE141C;
}

#clear{
	clear:both;
	height:25px;
}

