@charset "utf-8";
/* Cand Card Design Main CSS Document */

* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
a:link, a:visited {
	color:#40352b;
	text-decoration:underline;
	}
a:hover, a:active {
	color:#40352b;
	text-decoration:none;
	}
body {
	width:1024px;
	margin: 30px auto 10px auto;
	background-color:#eaefe8;
	color:#624B34;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	}
h1 {
	font-size:24px;
	line-height:1em;
	color:#b41935;
	font-weight:lighter;
	}
h2 {
	font-size:16px;
	line-height:1.3em;
	color:#b41935;
	font-weight:lighter;
	padding-bottom:10px;
	}
h3 {
	font-size:12px;
	padding-bottom:8px;
	}
p {
	padding-bottom:8px;
	}
#container {
	width:978px;
	}
#nav {
	width:520px;
	height:52px;
	font-size:18px;
	background-image:url(../images/nav_line_sub.jpg);
	background-repeat:repeat-x;
	float:left;
	padding-top:45px;
	}
#nav li {
	display:inline;
	}
#nav a:link, a:visited {
	color:#624b34;
	text-decoration:none;
	}
#nav a:hover, a:active {
	color:#5b9f35;
	text-decoration:none;
	}
#header {
	width:457px;
	height:168px;
	float:right;
	}
.topplad {
	width:506px;
	height:64px;
	float:left;
	padding:7px 0 0 15px;
	background-image:url(../images/top_plad_sub.jpg);
	background-repeat:repeat-x;
	background-position:right;
	}
.textarea_right {
	width:259px;
	float:right;
	line-height:1.8em;
	padding:10px 40px 10px 9px;
	}
.products {
	width:668px;
	float:left;
	}
.about {
	width:956px;
	padding:0 10px 0 10px;
	}
.footertop {
	width:978px;
	height:14px;
	background-image:url(../images/sub_footer_pad1.jpg);
	float:left;
	}
.sub_ribbon {
	width:300px;
	height:37px;
	background-image:url(../images/sub_ribbon.jpg);
	text-align:center;
	color:#fff;
	float:left;
	padding:8px 40px 0 40px;
	}
.footermid {
	width:588px;
	height:45px;
	background-image:url(../images/sub_footer_pad2.jpg);
	float:right;
	text-align:right;
	padding-right:10px;
	}
.footerbtm {
	width:978px;
	height:20px;
	background-image:url(../images/sub_footer_pad3.jpg);
	float:left;
	}
.orderarea {
	background-color:#fff;
	width:390px;
	height:433px;
	margin:40px 30px 15px 0;
	float:right;
	}
.image_area {
	width:461px;
	height:414px;
	float:right;
	margin-right:40px;
	background-image:url(../images/image_area.jpg);
	padding:30px 0 0 32px;
	}
.imagert {
	padding:5px 0 5px 10px;
	}
.store {
	padding-bottom:10px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
