/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background: #000;
	color: white;
	font-family: arial, sans-serif;
}

#wrap {
	width: 954px;
	margin: 0 auto;
}

#header {
	position: relative;
	padding: 10px 13px 15px 104px;
	font-size: 12px;
}

#header a, #footer a {
	color: #7D7D7D;
	text-decoration: none;
}

#header h1 a {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 54px;
	width: 39px;
	margin: 10px 0 0 15px;
	background: url(../images/home-logo.gif);
}

#header a:hover, #footer a:hover  {color: #fff;}

#header p {
	padding: 7px;
	background: #161616;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
}

#header p img {
	margin: 0  6px -2px 0;
}

#primary-nav {
	overflow: hidden; height: 1%;
}

#primary-nav li {
	float: left;
	text-transform: uppercase;
}

#primary-nav a {
	padding: 10px;
	display: block;
}

#header h1 {
	left: 0;
	position: absolute;
}

#secondary-nav li {
	display: inline;
	padding: 0 4px;
}

#secondary-nav {
	position: absolute;
	right: 15px;
	top: 25px;
	font-size: 10px;
}


#heading {
	background: url(../images/heading.png) no-repeat;
	height: 38px;
	width: 934px;
	margin: 13px auto 0 auto;
	position: relative;
}

#heading h3 {
	text-indent: -5000px;
	overflow: hidden;
}

#heading h4 {
	position: absolute;
	right: 15px;
	font-size: 15px;
	top: 10px;
	color: #c4c3c3;
}

#heading span {
	color: #a3363c;
	font-size: 14px;	
	text-transform: uppercase;
}

#main-images {
	width: 868px;
	height: 580px;	
	margin: 0 auto;
}

#footer li {
	display: inline;
	font-size: 10px;
	color: #7D7D7D;	
	padding: 0 5px;
}

#footer {
	text-align: right;
	padding-bottom: 20px;
	padding-right: 50px;
}

/* carousel */

.jcarousel-skin-tango {
    width: 940px;
    margin: 0 auto;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 860px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  860px;
    height: 186px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 278px;
    height: 184px;
    border: 1px solid #3a3a3a;
    position: relative;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 93px;
    right: 5px;
    width: 26px;
    height: 28px;
    cursor: pointer;
    background: transparent url(../images/carousel/next-hor.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -26px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    display: none!important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 93px;
    left: 5px;
    width: 26px;
    height: 28px;
    cursor: pointer;
    background: transparent url(../images/carousel/prev-hor.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -26px 0;
}

.jcarousel-skin-tango  p.desc {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	display: none;
	width: 278px;
	text-align: right;	 
	color: #db8f53;
	background: url(../images/carousel/opacity.png);
}

.jcarousel-skin-tango p.desc span {
	display: block;
	padding: 10px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
