﻿.public {}
/* Default master CSS */
html 
{
    background: #383838;
}
body {
	background: #272727;
	font-family: "Lucida Sans" , calibri, Tahoma, Arial;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #838383;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	cursor: pointer;
}

a {
	outline: none;
}


/* Main wrapper */


/* Universal Classes */

.clear, #clear {
	clear: both;
}

.center, #center {
	text-align: center;
}



/* Header */

#headerwrapper {
	width: 100%;
	background-color: #323232;
	height: 72px;
}
#header {
	width: 800px;
	margin: 0 auto;
	padding: 12px 0;
}

#navwrapper {
	width: 100%;
	background-color: #3D3D3D;
	height: 26px;
}

#nav {
	width: 800px;
	margin: 0 auto;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
}

#nav a:link, #nav a:visited {
	padding: 0 6px;
	display: inline-block;
	font-size: 13px;
	color: #787878;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
}

#nav a:hover, #nav a:active {
	color: #CC0000;
}

.hide {
	display: none;
}


/* Content Area */

#body {
	margin-bottom: 70px;
	min-height:670px;
}

#content {
	width: 800px;
	margin: 0 auto;
	font-size: 13px;
	text-transform: none;
}

/* Footer */

#footer {
	
	bottom: 0;
	width: 100%;
	height: 64px;
	background: url(../images/footer_bg.png) repeat-x top left;
}
#footernav {
	width: 688px;
	margin: 0 auto;
}

#footernav ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#footernav ul li {
	display: inline;
}

#footernav a:link, #footernav a:visited {
	padding: 0 5px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footernav a:hover, #footernav a:active {
	color: #CC0000;
}

#legal {
	float: left;
	font-size: 12px;
	color: #838383;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}

#valid {
	float: right;
}

#credits {
	float: right;
	font-size: 12px;
	color: #838383;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
}

#credits a:link, #credits a:visited {
	font-size: 12px;
	color: #838383;
	text-decoration: none;
	text-transform: uppercase;
}

#credits a:hover, #credits a:active {
	color: #CC0000;
}

/* Default.aspx page */

#defaultcontent {
	position: relative;
	top: 20px;
	width: 687px;
	margin: 0 auto;
}

#defaultcontentleft {
	float: left;
	width: 503px;
	height: 622px;
	background: url(../images/home_main.png) no-repeat top left;
	margin-top: -48px;
}

#defaultcontentright {
	width: 172px;
	float: right;
}

#defaultcontenttext {
	width: 172px;
	height: 165px;
	background: url(../images/home_text.png) no-repeat top left;
}

#defaultcontentnav {
}

#defaultcontentnav ul {
	margin: 0;
	padding: 20px 0 0 0;
}

#defaultcontentnav li {
	padding: 3px 0;
	list-style: none;
}

#defaultcontentnav li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
}
#defaultcontentnav li a:hover {
	padding: 0 0 0 30px;
	color: #CC0000;
}

#ctl00_ctPublic_pnlContact {
	position: relative;
	z-index: 1000;
}

/* Form Elements */

input {
	padding: 3px;
	border: 1px solid #CCC;
}

.button {
	padding: 3px;
	border: 1px solid #CCC;
}

/* Image Gallery */

#gallery-entry {
	position: relative;
	top: 200px;
	left: 50%;
	margin-left: -251px;
	width: 503px;
}

#gallery-entry h1 {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 0;
	margin: 0;
	width: 503px;
	height: 150px;
}

#gallery-entry h1 span {
	display: none;
}

#gallery-bridal,
#gallery-fashion,
#gallery-press,
#gallery-commercial,
#gallery-beauty {
	display: block;
	height: 50px;
	width: 503px;
}

#gallery-bridal span,
#gallery-fashion span,
#gallery-commercial span,
#gallery-press span,
#gallery-beauty span
 {
	display:none;
}

#gallery-bridal {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 0;
}
#gallery-bridal:hover {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -304px;
}

#gallery-beauty {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -50px;
}
#gallery-beauty:hover {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -354px;
}


#gallery-fashion {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -100px;
}
#gallery-fashion:hover {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -404px;
}


#gallery-commercial {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -150px;
}
#gallery-commercial:hover {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -454px;
}


#gallery-press {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -200px;
}

#gallery-press:hover {
	background: url(../images/gallery-entry-new.gif) no-repeat 0 -504px;
}





#gallery_wrapper {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: 550px;
	z-index: 100;
	overflow: auto;
	outline: none;
/*	background: url(../images/gallery_end.gif) no-repeat 100% 50%;  */
}

.gallery_img {
	text-align: center;
	min-height: 150px;
	min-width: 160px;
	padding: 5px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
	vertical-align: middle;
}

.gallery_img a {
	display: block;
	height: 150px;
	text-decoration: none;
}

.gallery_img a.img {
	vertical-align: middle;
}

.gallery_txt a.text {
	display: block;
	font-size: 10px;
	text-decoration: none;
}

img.wrapper {
	border: none;
}

#gallery_end {
	float: right;
	position: relative;
	top: 225px;
	width: 100px;
	height: 100px;
}
	
	
/* FAQs Page */

.faq_heading {
}

.faq_content {
}

/* Links Page */

.link_list, .link_list_alt {
	width: 97%;
	padding: 10px;
	display: block;
}

.link_list:hover, .link_list_alt:hover, .link_list:hover a, .link_list_alt:hover a {
	cursor: pointer;
	background: #01CB89;
	color: #FFF;
}

.link_list_alt {
	background: #323232;
}

.link_list_end {
}

.title {
	float: left;
}

.url {
	float: right;
}

/* News Page */

.news_heading {
	float: left;
}

.news_date {
	float: right;
	font-size: 10px;
}

.news_hr {
	border-bottom: 1px dotted #DDD;
	margin: 20px 0;
}

/* Content Pages */

.subcat_heading {
}

.subcatnav a:link, .subcatnav a:visited {
	text-decoration: none;
	margin-right: 20px;
	padding-left: 10px;
	background: url(../images/subcatnav.gif) no-repeat left;
	display: block;
}

/* Temporary Stuff */

#logininfo {
	width: 300px;
	padding: 20px;
	margin: 0 auto;
	border: 1px solid #CCC;
	background: #F5F5F5;
}
