
/********************************************  CSS 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,sub,sup,tt,var,b,u,i,center,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-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; }
* { }
.clearFloat { clear: both; }
.hidden { display: none; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	color:#444;
	font-size:18px;
}
h2 {
	color:#444;
	font-size:16px;
}
h3 {
	color:#444;
	font-size:15px;
	margin:0 0 8px 0;
}
p {
	color:#444;
}
p span{
	font-size:12px;
	color:#333;
	line-height:1.6;
	margin:5px 0 5px 0;
	float:left;
}
p a {
	color:#444;
	text-decoration:none;
	font-size:11px;
}
p a:hover {
	color:#111;
	text-decoration:none;
}

/**********************************************  HEADER  **********************************************/

#header {
	height:43px;
	margin:0px 4px;
	border-bottom:1px solid #231f20;
}

#header #logo{
	width:125px;
	height:43px;
	float:left;
}


/**********************************************  FOOTER  **********************************************/

#footer {
	margin:0px 4px;
	height:35px;
	background-color:#231f20;
	border-top:solid 1px #555551;
}

#footer #footerLogos{
	float:left;
}

#footer #newsletter{
	float:right;
	height:35px;
	padding-right:5px;
	padding-top:6px;
	width:370px;
}
#footer #newsletter p {
	color:#fff;
	font-size:10px;
	float:left;
	width:130px;
	margin:5px 0 0 0;
}
#footer #newsletter .inputext {
	font:11px Arial, Helvetica, Sans-serif;
	color:#333333;
	height:16px;
	width:190px;
	float:left;
	border:none;
	padding:4px 2px 2px 2px;
}
#footer #newsletter .inputsubmit {
	font:11px Arial, Helvetica, Sans-serif;
	color:#333333;
	height:16px;
	width:40px;
	float:left;
	margin:4px 0 0 0;
	background:url(../images/join_btn.gif) center center no-repeat;
	border:none;
	cursor:pointer;
}
#footer #newsletter .dwn_cat {
	float:right;
	margin:3px 0 0 0;
}
/***********************************************  MENU  ***********************************************/

#menu {

}

/***********************************************  NAV  ************************************************/

#nav {
	margin-right:0px;
	text-align:right;
	bottom:0px;
}

#nav ul{
	padding-top:28px;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	padding:4px 7px;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	color:#707070;
}

#nav ul li a:hover{
	color:#231f20;
}

#nav ul li.selected a{
	color:#231f20;
	font-weight:strong;
}


/***********************************************  BODY  ***********************************************/

body {
	background-color:#efedd7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*******************************************  PAGE LAYOUT  ********************************************/

#wrapper{
	width:908px;
	height:473px;
	top:50%;
	left:50%;
	margin-top:-236px;
	margin-left:-454px;
	position:absolute;
}

#Col2{
	width:300px;
	margin-left:4px;
	height:395px;
	float:left;
	position:relative;
}

*html #Col2{
	width:300px;
	margin-left:2px;
	float:left;
	position:relative;
}
#Col1{
	width:900px;
	margin-left:4px;
	height:395px;
	padding:0;
	float: left;
	display: inline;/**/
	overflow: hidden;
	position: relative;
}
/*
#Col1{
	width:280px;
	margin-left:4px;
	height:375px;
	overflow:auto;
	background-image:url(../images/left-col-bg.jpg);
	background-repeat:repeat-x;
	background-color:#2f2f2f;
	padding:20px 0px 0px 20px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}

#Col1 ul li div {
	width:80px;
	height:80px;
	display: block;
	float:left;
	padding:3px;
}
#Col1 .thumbs div:hover{
	background-color:#F90;
}
#Col1 .thumbs li {
	float: left;
	margin: 0 20px 0 0;
}
#Col1 .prev a{
	float:left;
	display:block;
	text-indent:-9000em;
	margin:8px 0 0 4px;
	text-decoration:none;
	background:url(../images/previous_btn.gif) left top no-repeat;
	width:74px;
	height:13px;
	display:inline;
}

#Col1 .prev a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#Col1 .next a{
	float:right;
	display:block;
	text-indent:-9000em;
	margin:8px 25px 0 0;
	text-decoration:none;
	background:url(../images/next_btn.gif) left top no-repeat;
	width:49px;
	height:13px;
	display:inline;
}

#Col1 .next a:hover{
	filter:alpha(opacity=60);   
	-moz-opacity: .6;   
	opacity: .6;
}

#Col1 .next.disabled a, #Col1 .prev.disabled a {
	filter:alpha(opacity=30);   
	-moz-opacity: .3;   
	opacity: .3;
}
#Col1 .next.disabled a, #Col1 .prev.disabled a {
	cursor: default;
}
#Col1 .next.disabled a:hover, #Col1 .prev.disabled a:hover {
	filter:alpha(opacity=30);   
	-moz-opacity: .3;   
	opacity: .3;
}*/
#textCol{
	width:600px;
	float: left;
	position:relative;
	height:395px;
	overflow:hidden;
}
#textCol p{
	margin-bottom:15px;
	line-height:16px;
	padding-right:15px;
}
#textCol h2{
	font-size:18px;
	margin-bottom:15px;
}
#textCol #caption {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	height: 18px;
	background: url('../images/gallery/caption-bg.png') no-repeat center left;
	color: #fff;
	padding: 3px 10px 0 25px;
}

#collection{
	width:900px;
	float: left;
	position:relative;
	/*height:395px;
	overflow:hidden;*/
}
#collection p{
	margin-bottom:15px;
	line-height:16px;
	padding-right:15px;
}
#collection h2{
	font-size:18px;
	margin-bottom:15px;
}
#collection #caption {
	position: absolute;
	bottom: 0;
	right: -4px;
	z-index: 10;
	height: 18px;
	background: url('../images/gallery/caption-bg.png') no-repeat center left;
	color: #fff;
	padding: 3px 10px 0 25px;
}

.textColPads {
	margin:10px;
}

/********************************************  HOME PAGE  *********************************************/

#homepage{
	margin:0 0 0 2px;
	background:url(../images/homepage-bg.jpg) 2px top no-repeat;
	width:900px;
	height:395px;
}
#flashcontent {
	margin:0 0 0 4px;
}
#flash_agent {
	margin:25px 0 0 120px;
}

#text{
	padding:179px 22px 0px 470px;
}

#text p{
	margin-bottom:10px;
	line-height:16px;
}

.viewCat{
	font-size:12px;
	text-transform:uppercase;
	padding-top:10px;
}

a.cmsn {
	background: url(../images/whitealley_im.gif) left top no-repeat;
	width:108px;
	height:27px;
	display:block;
	position:relative;
	top:-30px;
	left:192px;
	text-indent:-9000em
}
a.cmsn:hover {
	background: url(../images/comingsoon_im.gif) left top no-repeat;
}
/**********************************************  COMMON  **********************************************/

#content{
	height:395px;
	background-image:url(../images/container-bg.jpg);
	background-repeat:no-repeat;
}


/**********************************************  GALLERY  **********************************************/

#thumbnail li {
	float: left;
	display: block;
}
#thumbnail ul li {

}

/*******************************************  CONTACT FORM  ********************************************/

.contactform {
	width:330px;
	margin:10px 0 0 5px ;
	float:left;
}
.contactdets {
	float:left;
	margin: 10px 0 0 30px;
	width:200px;
}
.contactdets p{
	font-size:12px;
	margin:0px 0;
	padding:0;
}
.contactdets p a{
	text-decoration:underline;
}
.contactform li {
	margin: 0 0 5px 0;
	overflow: hidden;
	width: 330px;
}
.contactform label {
	float:left;
	width:120px;
	color:#434343;
}
.contactform .inputext, .contactform select, .contactform textarea {
	float:left;
	width:200px;
	border:solid 1px #bbb;
	font:11px Arial, Helvetica, sans-serif;
	padding:3px;
}
.contactform .inputext:focus, .contactform select:focus, .contactform textarea:focus {
	border:solid 1px #888;
}

.contactform select {
	width:208px;
}
.contactform textarea {
	width:200px;
	height:120px;
}
.contactform .submitbtn {
	margin:5px 0 15px 120px;
	width:72px;
	height:20px;
	display:block;
	text-indent:-9000em;
	float:left;
	border:none;
	cursor:pointer;
	background:url(../images/submit_btn.gif) left top no-repeat;
}
.onFocus {
	border:solid 1px #888888 !important;
}
.error .onBlur, .error .onFocus, .error :focus {
	border: 1px #ff0000 solid;
}
.error .onBlur {
	background-color: #ffc4bc;
}
.error .onFocus, .error :focus {
	background-color: #ffffff;
}
