/* @group Logo & Badges */

img.logo  {
	margin-top: -20px;
}

#socialBadges {
top: 45px;
}



/* @end */

/* @group Navbar */

nav {
	margin-top: 35px;
}



/* @end */

/* @group Nivo Controller */

.nivo-controlNav {
	display:none;
}

#banner {
	padding-bottom: 0px;
}



/* @end */

/* @group Linkbox */

.linkBoxHome {
 	background: #fff;
	border: solid 1px #ececec;
    position: relative;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.linkBoxHome img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}




/* @end */

/* @group Quotes */

.sidequote {
    display: block;
    background: url(%resource(sidequote.png)%) no-repeat;
    padding: 10px 0px 10px 15px;
    margin-bottom: 20px;
    
}

.bottomQuote {
    display: block;
    background: url(%resource(quote.png)%) no-repeat;
    padding: 25px 0px 0px 25px;
    margin-bottom: 15px;
}



/* @end */

/* @group BigFoot */

#bigfoot ul {
	margin: 0;
	padding:0;
}

#bigfoot ul li {
	background: url(images/miniStar.png) no-repeat;
	background-position-y: 7px;
	background-position: left 7px;
	border-top: 1px solid #ececec;
	color: #1F2B36;
	font-size:12px;
	list-style-type: none;
	padding: 5px 0 4px 25px;
}


#bigfoot ul li.last {
	border-bottom: 1px solid #ececec;
}

#bigfoot ul li.first {
	border-top: none;
}

#bigfoot a {
	color: #659071;
	text-decoration: none;
	display: block;
	font-size:12px;
}

#bigfoot li a:hover {
	opacity: 1;
	color:#4096BF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#myExtraContent3  h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing:1px;
	line-height: 1.8em;
	padding: 0 0 5px;
	color:#AE0F1C;
	font-family: ff-tisa-web-pro!important;
}

#footerBottom {
	border-top: solid 1px #333;
	width: 100%;
	background-color: #1D1D20;
	display: block;
}

#footerBottom h6 {
	font-size:1em;
	line-height:1em;
	padding:10px 0;
	font-weight: normal;
	ont-style: italic;
}

img {
   	vertical-align: middle;

}



/* @end */

/* @group ExtraContent */

#extraContent2 {
margin-bottom: 22px;
}



/* @end */

/* @group Button */

.cta  img {
	background-image: url (%resource(button_buy_now_blue_hover.png)%) no-repeat;
}



/* @end */

/* @group Typography */

body {
	font-size: 16px;
	font-family: ff-tisa-web-pro;
}

section.content p, section.content li {
	font-size: 16px;
	font-family: ff-tisa-web-pro;
}


h1 {
	font-size: 40px;
	color:#AE0F1C;
	font-family: ff-tisa-web-pro;
	margin-bottom: 20px;
}

h2 {
	font-size: 28px;
	color:#AE0F1C;
	font-family: ff-tisa-web-pro;
}

h3 {
	font-size: 18px;
	color:#AE0F1C;
	font-style:italic;
	font-family: ff-tisa-web-pro;
}

nav>ul>li>a, nav>ul>li>a:link, nav>ul>li>a:visited {
	font-size: 12px;
}

.sidequote {
    display: block;
    background: url(images/sidequote.png) no-repeat;
    padding:10px 0px 10px 15px;
    margin-bottom: 20px;
    font-style:italic;
    font-family: "Times New Roman", Times, serif;
}






/* @end */





