body {
	background-color: #1B1B1B;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	background-image: url(/common/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
	}

/******************************************************************************/
#wrap {
	width:960px;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	background-color: #e5e5e5;
	background-image: url(/common/wrap-bg.gif);
	background-repeat: repeat-y;
}


/******************************************************************************/
#main {
	   float:left;
	   width:600px;
	   background:white;
	   padding: 15px 15px 15px 15px;
   }

/******************************************************************************/
#sidebar {
	float:right;
	width:300px;
	padding: 15px 15px 15px 15px;
	display: inline;
	background: #e5e5e5;
	vertical-align: top;
   } 




/******************************************************************************/
input, select, TEXTAREA		 	{
	font-weight: ;
	background-color: #F0F0F0;
	border: 1px solid #999999;
}

.FormQue{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/***************** IMG *******************************************************/
img 			{
	padding:0px 0px;
	border:0px;
}

.imgBrowse 			{
	border: 1px solid #666666;
	text-decoration: none;
}

#highResStyle	{
	background-color: #666666;
	width: 100%;
}
#highResStyle	a, a:visited,  a:active {
	color: #FFFFFF;
	font-weight: bold;
}   

/******************************************************************************/
.s1		{ font-size: 18pt; 	color:#ff9801; font-weight: bolder;  letter-spacing: -0.5pt; 	text-transform: lowercase;} /*Section heading  e.g. gallery, specification*/
.s2		{ font-size: 13pt; 	color:#ff9801; font-weight: bolder;  letter-spacing: -0.5pt;	text-transform: lowercase; } /*Section heading  e.g. gallery, specification*/
.s2	a	{ font-size: 13pt; 	color:#ff9801; font-weight: bolder;  letter-spacing: -0.5pt;	text-transform: lowercase; } 
.s2	a:visited {font-size: 13pt; 	color:#ff9801; font-weight: bolder;} 
.s2	a:active  {font-size: 13pt; 	color:#ff9801; font-weight: bolder;} 

.smallH2		{ 	font-size: 11pt; color:#1F1F1F; 	font-weight: bolder; letter-spacing: -0.1pt; }
.smallH3		{ 	font-size: 10pt; color:#1F1F1F; 	font-weight: bolder; }

.s2side	{
	font-size: 14pt;
	color:#ff9801;
	font-weight: bolder;
	letter-spacing: -0.5pt;
	background-color: #FFFFFF;
	margin-left: -20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-transform: lowercase;
	
}
.s3side	{
	font-size: 12pt;
	color:#ff9801;
	font-weight: bolder;
	letter-spacing: -0.5pt;
	background-color: #FFFFFF;
	margin-left: -20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-transform: lowercase;
	
}

/* LINKS ************************************************************************/
a, a:visited,  a:active  {
	color: #154ec2;
	font-weight: normal;
	text-decoration: none;
}
a:hover			{text-decoration: underline;}
.specheading {
	font-weight: bold;
}

.comment {
	font-weight: bold;
	font-size: 14px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.commentdetails {
	font-size: 9px;
}
/******************************************************************************/

.PagingCurrent 	{color: #ff9801; font-size: 12pt; font-weight: bold;}

.smalltext		{font-size: 8pt; line-height: 15px; }



/******************************************************************************/
.tableCurves{
	margin-left:0px;
	padding:4px;
	padding-top:7px;
	font-weight:normal;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #e5e5e5;
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
	background-color: #FFFFFF;
}


/***************** Header Navigation ******************************************/
#topnav {
	height: 30px;
	width:951px;
	margin-left:0;
	margin-right:0;
	border-left: 0px solid #ffffff;
	background-image: url(/common/menu_bg_top.gif);
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topnav ul {
	padding: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

#topnav ul li {
	display: block;
	float: left;
	height: 26px;
	padding-left:9px;
	padding-right:9px;
	margin-top: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
#topnav ul li a {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	text-decoration: none;

 }
#topnav ul li:hover {
	background-image: url(/common/arrow-t.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/***************** Sub Navigation ******************************************/
#subnav {
	height: 15px;
	width:948px;
	margin-left:0;
	margin-right:0;
	border-left: 0px solid #ffffff;
	background-image: url(/common/menu_bg.gif);
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#subnav ul {
	padding: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

#subnav ul li {
	display: block;
	float: left;
	height: 15px;
	padding-left:8px;
	padding-right:8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #975A00;
	line-height: 16px;
	}
	
#subnav ul li a {
	color: #E6E6E6;
	font-size: 13px;
	vertical-align: top;
	font-weight: bold;
 }

#subnav ul li a:hover {
	text-decoration: underline;
}

/***************** Sub Navigation ******************************************/
#footernav {
	height: 15px;
	width:948px;
	margin-left:0;
	margin-right:0;
	border-left: 0px solid #ffffff;
	background-image: url(/common/menu_bg.gif);
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footernav ul {
	padding: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

#footernav ul li {
	display: block;
	float: left;
	height: 15px;
	padding-left:8px;
	padding-right:8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #975A00;
	line-height: 16px;
	}
	
#footernav ul li a {
	color: #E6E6E6;
	font-size: 13px;
	vertical-align: top;
	font-weight: bold;
 }

#footernav ul li a:hover {
	text-decoration: underline;
}

/******************************************************************************/
#banner {
	width:960px;
	background-color:;
	height: 95px;
	text-align: center;
	padding-top: 5px;
	vertical-align: middle;
}


/******************************************************************************/

#imgnav ul	{
	width:600px;
	margin: 0px;
	padding: 0px;
	float: none;

}

#imgnav ul a	{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#imgnav ul li {
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	width: 99px;
	background-color: #2E2E2E;
	text-align: center;
	}

#imgnav ul li.grey {
	background-color: #B4B4B4;	
	}
	
#imgnav ul li.greylastbox {
	border-right-color: #B4B4B4;
	background-color: #B4B4B4;	
	}

#imgnav ul li.lastbox {
	border-right-color: #2E2E2E;
	}

/*****************  PHOTOS GALLERY THUBMNAILS *************************************************************************************/
#thumbs {
	font-size: 11px;
	margin-left: -20px;
	clear:both;
	width:600px
}
#thumbs ul {

}
#thumbs li {
	list-style: none;
	float:left;
	width:140px;
	height:180px;
	text-align:center;
}

#thumbs li img {
	border:1px solid #999999;
}


#photos { margin-top:00px; width:600px; overflow:hidden; }
#photos ul { margin-left:10px; padding:0px 0px; width:600px; }
#photos li { list-style: none; padding:20px; float:left; width:140px; text-align:left;  text-align:center; }
#photos li img { padding:0px 0px; border:2px solid #E5E5E5;  }
#photos #caption { clear:both; }


#photosShows { margin-top:10px; width:600px; overflow:hidden; }
#photosShows ul { margin-left:0px; padding:0px 0px; width:600px; }
#photosShows li { list-style: none; padding:0px 5px; float:left; width:110px; text-align:left; height:200px; text-align:center; }
#photosShows li img { padding:0px 0px; border:2px solid #E5E5E5;  }
#photosShows #captionShows { clear:both; }


/******************************************************************************/
#whereami {
	width:944px;
	background-image: url(/common/shadow-line-grey-t.jpg);
	height: 14px;
	padding-left: 16px;
	text-align: left;
	font-size: 11px;
	text-transform: lowercase;
}
#searchBox {
	text-align: right;
	margin-top: -4px;
	
}

/* HEADINGS ************************************************************************/

h1 {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
	line-height: normal;
	color: #333333;
	padding-top: 0px;
	padding-bottom:0px;
}

h1 a{
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
	line-height: normal;
}

h1 a:link {
	color: #333333;
}

h1 a:visited {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
	line-height: normal;
	color: #333333;
	padding-top: 0px;
	padding-bottom:0px;
}

h1 a:hover {
	color: #333333;
}

h1 a:active {
	color: #333333;
}
 


/******************************************************************************/
#wrapfooter {
	width:960px;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	background-color: #ececec;
	clear:both;
}

#wrapfooter a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

