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

html {
	margin:0px;
	padding:0px;
}
body {
	background: url('images/bg.jpg') top center;
	font-size:13px;
	font-family: Avenir, Arial;
	margin:0px;
	 padding:0px;
}
@font-face {
 font-family: Avenir;
 src: url("font/Avenir.eot") /* EOT file for IE */
}
@font-face {
 font-family: Avenir;
 src: url("font/Avenir.ttf") /* TTF file for CSS3 browsers */
}

/* Header Tags */

h1 { 
	font-family: Avenir, Arial;
	font-weight: bolder;
	margin: 0 0 5px 0;
	font-size: 18px;
}
h2 { 
	font-family: Avenir, Arial;
	font-size: 20px;
}


/***************
Framework Tags*/

#SiteContainer { 
	margin: auto; 
	position: relative;
	height: auto;
}
#HeaderBuffer {
	background: #dbbd52;
	position: relative;
	margin: auto;
	width: auto;
	height: 40px;
}
#HeaderContainer {
	margin: auto;
	position: relative;
	width: auto;
	height: 100px;
}
#HeaderContent {
	margin: auto;
	position: relative;
	width: 900px;
	height: 86px;
}
#TopRedLine {
	background-color: #7a3434;
	opacity:0.6;
  	filter:alpha(opacity=60);
	margin: auto;
	position: relative;
	width: auto;
	height: 7px;
}
#NavHolder {
	position: relative;
	margin: auto;
	color:#ffc600;
	float: right;
	top: 37px;
}
#BottomRedLine {
	background-color: #7a3434;
	opacity:0.6;
  	filter:alpha(opacity=60);
	margin: auto;
	position: relative;
	width: auto;
	height: 7px;
}
#MainImageContainer {
	background: url('images/Main.jpg') center center no-repeat;
	background-size: 100%;
	margin: auto;
	position: relative;
	width: 864px;
	height: 489px;
}
#ContentContainer { 
	background-color: #dbbd52;
	margin: auto; 
	position: relative;
	height: auto;
	padding-top: 18px;
	padding-bottom: 18px;
}
#ContentHolderSpacer {
	position: relative;
	margin: auto;
	height: 18px;
}
#ContentHolder {
	background-color: #f1e5ba;
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
	display: table;
	color: #000;
	position: relative;
	width: 864px;
}
#FooterContainer {
	font-size: 14px;
	color :#ffc600;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 113px;
}
#Address {
	position: relative;
	top: 30px;
	margin: auto;
	float: left;
}
#Social {
	position: relative;
	top: 30px;
	margin: auto;
	float: right;
}
#left {
	position: relative;
    width: 570px;
    height: auto;
    margin: auto;
    float: left;
}

#right {
	position: relative;
    width: 270px;
    height: auto;
    margin: auto;
    float: right;
}
.divider{
    position: absolute;
    left: 66.5%;
    top: 5%;
    bottom: 5%;
    border-left: 2px solid #38445c;
}

/* Images and Links */

a.nav:link, a.nav:active, a.nav:visited {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	font-size:12px;
	color:#ffc600;
	text-decoration:none;
}
a.nav:hover {
	text-decoration: underline;
}

a.footer:link, a.footer:active, a.footer:visited {
	color:#ffc600;
	text-decoration:none;
}

a.footer:hover {
	text-decoration:underline;
}

a:link, a:active, a:visited {
	color:#7a3434;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a.fade:hover {
	opacity:0.5;
filter:alpha(opacity=50);
transition:all .4s ease;
}
#Logo {
	background: url('images/Logo.png') no-repeat top center scroll;
	margin: auto;
	position: absolute;
	top: 30px;
	width: 417px;
	height: 25px;
}
#Facebook {
	background: url('images/Facebook.png') no-repeat center center scroll;
	position: relative;
	top:5px;
	float: left;	
	margin-right: 20px;
	width: 89px;
	height: 21px;
}
#Twitter {
	background: url('images/Twitter.png') no-repeat center center scroll;
	position: relative;
	top:5px;
	float: left;
	width: 112px;
	height: 21px;
}
#HomeHealthcare {
	background: url('images/HomeHealthcare.jpg') no-repeat center center scroll;
	position: relative;
	float: left;
	width: 244px;
	height: 115px;
	margin-right: 66px;
}
#RetailAndGifts {
	background: url('images/RetailAndGifts.jpg') no-repeat center center scroll;
	position: relative;
	float: left;
	width: 244px;
	height: 115px;
}
#CardsAndStationery {
	background: url('images/CardsAndStationery.jpg') no-repeat center center scroll;
	position: relative;
	float: right;
	width: 244px;
	height: 115px;
}