html {height:100%;}
/* Basic */
*
{
	margin: 0em;
	padding: 0em;

}

body
{

	background-color: #ffffff;
	font-family: Tahoma;
	color: #000000;
	font-size: 12pt;

	height:100%;
}


#outer
{
}
/* Header */
#header
{
	height: 150px;

	/*background-color:#121028;*/
	/*background-position: bottom left;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
#header2
{
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}


/* Menu */
#menu
{

	height: 45px;



}

a.link1,.tel {  
	font-size:10px;
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;

}

  a.link1:hover { color: #000000 }

#menu table td
{

	padding: 0.7em 0.1em;
}

#menu table td.colA{width: 17%;}
#menu table td.colB{width: 20%;}
#menu table td.colC{width: 22%;}
#menu table td.colD{width: 10%;}
#menu table td.colE{width: 18%;}
#menu table td.colF{width: 13%;}
#menu table{width: 100%;}



#catalog,#catalog2,#catalog3,#catalog5,#catalog6 {
	padding-left:30px;
	font-size:70%;
	color:#11caff;
	text-align: left;
	background: #ffffff;	margin: 5px auto;	text-transform: uppercase;

}  

 a.link2 {  
	
	color:#000000;
	text-decoration: none;
	text-transform: uppercase;
}

  a.link2:hover { color: #11caff }

  a.link3 { text-decoration: none;}
	

/* Content */
#content
{
	background: #ffffff ;
	border:#a99572 2px solid;
	margin:20px;

	/*padding-bottom:100%;*/
}


/* Primary Content */

#primaryContentContainer{
	text-align:left;
	display: inline;
	float: left;
	margin-right: -630px;
	width: 100%;
}


#primaryContent{
	display: inline;
	text-align: center;
	float: left;
	padding:30px;
	margin: 0em 630px 0em 0em;
}

#primaryContent p{
	text-align:justify;
	font-size:80%;
}

#primaryContent h2{
	color:#997537;
	text-transform: uppercase;
	font-size:105%;
	font-weight: bold;
	padding:10px 0 5px 0;
}

#primaryContent h3{
	color:#997537;
	font-size:90%;
}

/* Secondary Content */
#secondaryContent{
	display: inline;
	float: right;
	width: 605px;
}


/* Gallery */

#gallery {margin: 0 auto;}


#top-photo{
	text-align: center;
	margin:20px 35px 20px 25px;
}



#leftScroll {
	cursor:pointer;
	display: block;
	float: left;
	width: 25px;
	height: 100px;
	background: url(images/1.gif) no-repeat;
	margin:15px 0 ;
}

#rightScroll {
	cursor:pointer;
	display: block;
	float: left;
	width: 25px;
	height: 100px;
	background: url(images/2.gif) no-repeat right top;
	margin:15px 0 ;
}




#recent-photos{
	width: 100%;
	text-align: center;
}

#thumbs {
	display: block;
	float: left;
	width: 90%;
	height: 100px;
	margin:10px 0 ;
}

#thumbs img {
	background: #ffffff;
	padding:0;
	margin:0 -4px 0 0;
}



.clear
{
	clear: both;
}

img { border:none;}
