
/********************************************
* MAIN                                      *
********************************************/

body {

	color: #000;
	background: url(../images/bg.jpg) repeat;
}

p {
	color: #444;
	line-height: 1.6em;
	padding: 0 0 15px 0;
}

a {
	color: #a00c14;
}



img
{
  border:0;
}

input,
button {
	border: none;
	outline: none;
}

input[type=submit],
button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding:0;
	border:0
}

a, p, textarea, input[type=text] {
	font-size: 12px;
	font-weight: normal;
}

.left {
	float: left;
}

.clear {

	clear: both;
}

.last {
	margin-right: 0;
}

.center {
	text-align: center;
	margin: 0 auto;
}

small {
	font-size: 11px;
}

div#top-bar {
	height: 12px; 
	background: url(../images/top-bar.png) bottom left repeat-x;
}

div.divider-full {
	width: 960px;
	height: 102px;
	clear: both;
	background: url(../images/divider-full.png) bottom center no-repeat;
}

div#parent {
	width: 962px;
	height: auto;
	margin: 0 auto;
}

/********************************************
* MAIN                                      *
********************************************/



/********************************************
* BUTTONS                                   *
********************************************/

.button,
.button_arrow,
.btn_1,
.btn_1_arrow,
.btn_2,
.btn_2_arrow {
	width: auto;
	height: 36px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	border: none;
	overflow: visible;
}

.button span,
.button_arrow span,
.btn_1 span,
.btn_1_arrow span,
.btn_2 span,
.btn_2_arrow span {
	font-family: 'Droid Sans';
	font-size: 13px;
	display: block;
	line-height: 22px;
	padding: 7px 15px 0 20px;
	height: 29px;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
}

.button,
.btn_1,
.btn_2 {
	padding-right: 6px;
}

.button:hover,
.button_arrow:hover,
.btn_1:hover,
.btn_1_arrow:hover,
.btn_2:hover,
.btn_2_arrow:hover {
	text-decoration: none !important;
	outline: none;
	background-position: right -46px;
}

.button:hover span,
.button_arrow:hover span,
.btn_1:hover span,
.btn_1_arrow:hover span,
.btn_2:hover span,
.btn_2_arrow:hover span {
	background-position: left -46px;
}

.button:active,
.button_arrow:active,
.btn_1:active,
.btn_1_arrow:active,
.btn_2:active,
.btn_2_arrow:active {
	outline: none;
	background-position: right -92px;
}

.button:active span,
.button_arrow:active span,
.btn_1:active span,
.btn_1_arrow:active span,
.btn_2:active span,
.btn_2_arrow:active span {
	background-position: left -92px;
}

.button_arrow,
.btn_1_arrow,
.btn_2_arrow {
	padding-right: 33px;
}

.button_arrow span,
.btn_1_arrow span,
.btn_2_arrow span {
	padding-right: 10px;
}

/*************** BUTTON REGULAR (BLACK) */

.button,
.button_arrow {
	color: #fff;
}

.button span,
.button_arrow span {
	background: url(../images/btn_left.png) top left no-repeat;

}

.button {
	padding-right: 6px;
	background: url(../images/btn_right.png) top right no-repeat;
}

.button_arrow {
	background: url(../images/btn_right_arrow.png) top right no-repeat;
}

/*************** BUTTON 1 */

.btn_1,
.btn_1_arrow {
	color: #fff;
}

.btn_1 span,
.btn_1_arrow span {
	background: url(../images/btn_1_left.png) top left no-repeat;

}

.btn_1 {
	background: url(../images/btn_1_right.png) top right no-repeat;
}

.btn_1_arrow {
	background: url(../images/btn_1_right_arrow.png) top right no-repeat;
}





/*************** Image Thumbs */

div#carouselContainer {
	width: 962px;
	height: 115px;
	margin-bottom: 50px;
}

ul.imageCarousel {
	width: 855px;
	float: left;
}

ul.imageCarousel li {
	width: 145px;
	height: 121px;
	margin-right: 20px;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-image-med.png) top left no-repeat;
}

.jcarousel-container {
	height: 132px;
	display: block;
	overflow: hidden;
}

.jcarousel-container-horizontal {
	width: 875px;
	float: left;
}

.jcarousel-item {
	width: 145px;
	height: 111px;
}

.jcarousel-item-horizontal {
	margin-left: 0;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-right: 0;
}

.carousel-prev {
	width: 24px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin: 50px 23px 0 0;
	text-indent: -9999px;
	background: transparent url(../images/prev-arrow.png) no-repeat 0 0;
	position: relative;
	float: left;
}

.carousel-next {
	width: 24px;
	height: 20px;
	display: block;
	cursor: pointer;
	margin: 50px 10px 0 0;
	text-indent: -9999px;
	background: transparent url(../images/next-arrow.png) no-repeat 0 0;
	position: relative;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.zoom {
	width: 134px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/image-zoom.png) center center no-repeat;
	
}
	
/*************** HOME BOXES */

/* WELCOME */

div.welcome {
	width: 920px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}








div#footer {
	width: auto;
	height: 345px;
	clear: both;
	margin: 40px auto 0 auto;
	color: #797979;
	background: url(../images/footer-bg.png) top left repeat-x;
}

div#footer p {
	color: #fff;
	padding: 10px 0;;
}

div#footer h3 {
	color: #fff;
	padding: 0 0 5px 0;
}

div#footer img.left {
	margin-right: 10px;
}

div#footer img.right {
	margin-left: 10px;
}

div#footer-inner {
	width: 962px;
	height: 320px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(../images/footer-bg-inner.png) top center no-repeat;
}



/*************** NEWSLETTER */

form#newsletter {
	width: auto;
	height: 36px;
	padding-bottom: 20px;
}

form#newsletter p {
	margin: 0;
	padding: 0;
}

form#newsletter input {
	float: left;
	outline: none;
	border: none;
}

form#newsletter input[type=text] {
	width: 210px;
	height: 36px;
	padding: 0 10px;
	background: url(../images/text-box-newsletter.png) top left no-repeat;
}

form#newsletter button#submit {
	float: right;
	margin: 0;
	padding-top: 0;
}

/*************** SOCIAL */

ul.social-media li {
	float: left;
}

a.social {
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 5px;
	float: left;
}

/*************** COPYRIGHT */

.copyright {
	width: 960px;
	color: #aaa !important;
	padding: 12px 0 0 0 !important;
	text-align: center;
	clear: both;
}

/********************************************
* FOOTER                                    *
********************************************/
