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

/* SLIDER */

#slidecontainer {
	margin: 0;
	padding: 0;
	height: 270px;
	width: 100%;
}

#slidecontainer2 {
	margin: 0;
	height: 270px;
	width: 100%;
	background-image: url(../images/slidebg.png);
	background-repeat: no-repeat;
}

#slidewrap {
	margin: 0 auto;
	padding: 0;
	height: 270px;
	width: 950px;
}

.entry {
	width: 900px;
	height: 270px;
	margin: auto;
	color: #000000;
}

.entry p{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	color: #FFFFFF!important;
	text-align: left;
	line-height:15px;
	font-size: 11px;
	font-family: "Century Gothic";
}

.entry .white_button {
    width: auto;
    height: 24px;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 0 20px;
    background: url(../images/white_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.entry .white_buttonend {
	width: auto;
	height: 30px;
	padding: 0 20px 0 0;
	background: url(../images/white_buttonend_bg.png) no-repeat top right;
	float: left;
	margin: 0px 7px 0 0;
}

.entry .white_button a{
	color: #333333;
	text-decoration: none;
}

.entry .white_button a:hover{
	color: #666666;
	text-decoration: none;
}

.entry .black_button {
	width: auto;
	height: 24px;
	text-align: left;
	text-transform: uppercase;
	padding: 6px 0 0 20px;
	background: url(../images/black_button_bg.png) no-repeat top left;
	color: #7c7c7c;
}

.entry .black_buttonend {
	width: auto;
	height: 30px;
	padding: 0px 20px 0 0;
	background: url(../images/black_buttonend_bg.png) no-repeat top right;
	float: left;
	margin: 0px 7px 0 0;
	letter-spacing: 0.5px;
}

.entry .black_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.entry .black_button a:hover{
	color: #999999;
	text-decoration: none;
	font-family: "Century Gothic";
}

.projectthumb {
	background-color:#EEE;
	width: 295px;
	height: 166px;
	float: left;
}

.projectthumb img a{
	border: none;
}

.projectdetails {
	width: 520px;
	height: 210px;
	float: right;
	margin: 20px 20px 0 0;
	text-align: left;
	color: #EEE;
}

.projectdetails a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.projectdetails a:hover{
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
}

.projectdetails h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 8px 0;
	padding: 0;
	text-align: left;
	font-size: 19px;
	font-family: "Century Gothic";
}

.projectdetails h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 8px 0;
	padding: 0;
	font-size: 19px;
	font-family: "Century Gothic";
}

.projectdetails h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 4px 0;
	background-position:left top;
	background-repeat:no-repeat;
	text-align: left;
	font-size: 14px;
	font-family: "Century Gothic";
	padding-left: 20px;
	background-image: url(../images/ticktop.png);
	padding-bottom: 3px;
}

.projectdetails p {
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic";
}

#fade_left {
	width: 120px;
	height: 270px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2222;
}

#fade_right {
	width: 120px;
	height: 270px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2222;
}

/*------------------------------------*/

.stripViewer .panelContainer .panel ul {
	text-align: left;
}

/* THE IMPORTANT STUFF STARTS HERE */

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width: 100%;
	height: 270px;
	position: relative;
	margin: 0;
	background-image: url(../images/slidebg.png);
	background-repeat: no-repeat;
}

/**/

#slider {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 950px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 950px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 110px;
    cursor: pointer;
	width: 25px;
	height: 30px;
	z-index: 9999;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
.price {
	font-size: 19px;
	color: #000;
}
.oldprice {
	color: #D00;
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 10px;
	margin-left: 10px;
}
.link {
	color: #EEE;
}
