@charset "UTF-8";
@import url("master.css");

/*===========================================================| GLOBAL DECLARATIONS |==========*/
body {
	background-color: #666;
	background-image: url(images/woodbg.jpg);
	background-attachment: fixed;
	overflow: hidden;
}
h2 {
	font-size: 25px;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: -1px;
}
.pageHeading {
	text-transform: uppercase;
	color: #EB246D;
	margin: -5px 0 0 1px;
	font-size: 10px;
	font-weight: bold;
}
.photo {
	height: 368px;
	width: 540px;
	border: 1px solid #666;
	z-index: 5;
}
.photoHolder {
	padding: 7px 20px 0 2px;
	width: 540px;
	float: left;
	position: relative;
	height: 445px;
	overflow: hidden;
}
.photoHolder .spanh3 {
	text-transform: uppercase;
	color: #EB246D;
	font-weight: bold;
	font-size: 11px;
}
.photoHolder h3 {
	text-transform: uppercase;
	color: #EB246D;
	padding: 6px 0 5px 0;
	font-weight: bold;
	font-size: 11px;
}
.photoDesc {
	color: #333;
}
.newsText {
	line-height: 14px;
	text-align: justify;
	padding: 0 0 15px 0;
	display: block;
	height: 80px;
	color: #333;
}
.newsHeading {
	padding: 10px 0 12px 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

/*==========================================================| ELEMENT DECLARATIONS |==========*/

/*---------------| OUTER STRUCTURE |---------------*/
#topPan {
	height: 40px;
	width: 100%;
	position: fixed;
	background-color: #e91c6e;
	top:0px;
	left:0px;
	z-index: 2;
}
#logo {
	float: left;
	padding: 8px 0 0 25px;
}
#menu {
	display: block;
	width: auto;
	float: right;
	padding: 4px 20px 0 0;
}
#menu li {
	float: left;
	height: 32px;
	margin: 0 12px 0 0;
}
#menu li a {
	height: 32px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	float: left;
	cursor: pointer;
}
#menu li a span {
	height: 32px;
	display: block;
	padding: 0 8px 0 0;
	float: left;
}
#menu li a span span {
	display: block;
	height: 22px;
	float: left;
	padding: 10px 0 0 8px;
}
#menu li a:hover {
	background-image: url(images/hoverbg.gif);
	background-repeat: repeat-x;
}
#menu li a:hover span {
	background-image: url(images/hoverright.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu li a:hover span span {
	background-image: url(images/hoverleft.gif);
	background-position: left;
}
#container {
	height: 500px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin: -270px 0 0 0;
	width: 8000px;
	z-index: 1;
}
#arrows {
	background-color: #000;
	height: 56px;
	width: 128px;
	position: fixed;
	top: 50%;
	right: 30px;
	margin: 250px 0 0 0;
	z-index: 5;
}
#left {
	display: block;
	background-image: url(images/leftarrow.gif);
	background-position: bottom;
	float: left;
	height: 55px;
	width: 64px;
}
#left:hover {
	background-image: url(images/leftarrow.gif);
	background-position: top;
}
#right {
	display: block;
	background-image: url(images/rightarrow.gif);
	background-position: bottom;
	float: left;
	height: 55px;
	width: 64px;
}
#right:hover {
	background-image: url(images/rightarrow.gif);
	background-position: top;
}

/*---------------| CONTACT PANEL |---------------*/
#contactPan {
	margin: 0 0 0 20px;
	float: left;
	height: 492px;
	width: 228px;
	background-color: #FFF;
	padding: 8px 0 0 12px;
}
fieldset.contact {
	padding: 8px 0 10px 4px;
	border: none;
}
fieldset button {
	border: none;
	outline: none;
}
.contact input.box {
	color: #171717;
	width: 200px;
	height: 20px;
	padding: 7px 0 0 5px;
	font-size: 1em;
	background: url(images/searchbar.gif) no-repeat top left;
	outline: none;
	border: solid 1px #333;
	margin: 0 0 8px 0;
}
.contact input.box:focus {
	border: solid 1px #EB246D;
}
.contact label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #171717;
}
.contact textarea {
	width: 195px;
	border: 1px solid #333;
	height: 180px;
	outline: none;
	padding: 5px;
	margin: 0 0 8px 0;
}
.contact textarea:focus {
	border: solid 1px #EB246D;
}
.contact button.btn {
	height: 30px;
	width: 100px;
	border: 1px solid #171717;
	background-image: url(images/contactbtn.gif);
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}
.contact button.btn:hover {
	background-position: bottom;
}
#contactPan .contactinfo {
	padding: 3px 0 0 4px;
	font-size: 11px;
	color: #333;
}
#contactPan .contactinfo span {
	color: #EB246D;
}

/*---------------| PORTFOLIO PANEL |---------------*/
#portfolioPan {
	margin: 0 0 0 20px;
	float: left;
	height: 492px;
	width: 4500px;
	background-color: #FFF;
	padding: 8px 0 0 12px;
	overflow: hidden;
	position: relative;
}
.photoHolder a.over {
	display: block;
	height: 70px;
	position: absolute;
	width: 542px;
	top: 360px;
	z-index: 30;
	padding: 8px 0 0 0;
	background-image: url(images/transparentbg.gif);
}
.photoHolder a.over:hover {
	top: 225px;
	height: 430px;
	display: block;
	background-color:#FFF;
}
.photoHolder a.over .photoDescHolder {
	z-index: 35;
	position: absolute;
	width: 542px;
	display: none;
}
.photoHolder a.over:hover span {
	display: block;
}	
.photoHolder .over span {
	display: none;
}
.photoHolder .over:hover span {
	display: block;
}
#catList {
	display: block;
}
#catList li a {
	color: #EB246D;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 20px;
	float: left;
	font-weight: bold;
}
#catList li {
	float: left;
}
#catList li .activeCat {
	color: #FFF;
	background-color: #EB246D;
	height: 20px;
	background-image: url(images/cathover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*---------------| NEWS PANEL |---------------*/
#newsPan {
	background-color: #FFF;
	float: left;
	height: 492px;
	width: 400px;
	padding: 8px 0 0 12px;
	margin: 0 0 0 20px;
	position: relative;
}
#newsHolder {
	width: 330px;
	position: absolute;
	padding: 0;
}
#newsHolder ul {
	width: 330px;
} 
#newsHolder li a { 
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px 8px 0 8px;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#newsHolder li a:hover {
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFCEDD;
}
#newMask {
	height: 400px;
	width: 400px;
	position: relative;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#scrollBarBG {
	height: 400px;
	width: 15px;
	background-color: #DEDEDE;
	position: absolute;
	left: 360px;
	top: 0px;
}
#scrubber {
	height: 100px;
	width: 15px;
	position: absolute;
	background-color: #EE246D;
}

/*---------------| ABOUT PANEL |---------------*/
#aboutPan {
	background-color: #FFF;
	float: left;
	height: 492px;
	width: 730px;
	padding: 8px 0 0 12px;
	margin: 0 0 0 20px;
	position: relative;
}
#aboutLeft {
	padding: 10px 20px 0 8px;
	float: left;
	height: 400px;
	width: 467px;
}
#aboutRight {
	padding: 10px 0 0 10px;
	float: left;
	height: 400px;
	width: 202px;
}
#aboutLeft p {
	line-height: 14px;
	text-align: justify;
	padding: 0 0 15px 0;
	color: #333;
}
.pageHeadLeft {
	float: left;
	margin: 0 65px 0 0;
}
.pageHeadRight {
	float: left;
	padding: 8px 0 0 0;
}
#aboutRight img {
	height: 190px;
	width: 190px;
	border: solid 1px #666;
}
#aboutLeft .quoteBox {
	height: 60px;
	width: 340px;
	margin: 5px 0 15px 15px;
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	padding: 20px 48px 0 48px;
}
.quoteBox span {
	line-height: 16px;
	color: #333;
}

