/* COLORS  
blue bg			#89a6cf
green bg		#717f5b
bright blue		#00368b

*/

/* Gradient Divs */
/*.topDiv	{
	background-image:url(../images/blue-gradient.jpg);
	background-repeat:repeat-x;
	min-height:500px;
	background-color:#FFFFFF;
	
}

.bottomDiv	{
	background-image:url(../images/green-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#717f5b;
	padding:25px 0px 25px 0px;
	min-height:250px;
}*/


/* Body */
body	{
	font-family: "Helvetica", "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 14px;
	line-height:13pt;
 	margin: 0px;
	background-image:url(../images/full-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#717f5b;
}

.spaceLine	{
	line-height: 16pt;
}

.filler	{
	height:450px;
}
.fillerContact	{
	height:550px;
}

.fillerSales	{
	height:380px;
}

.fillerLinks	{
	height:100px;
}

.fillerExhibitions	{
	height:400px;
}

h1	{
	text-align: center;
	font-size:24px;
	margin:20px 0px 10px 0px;
}

.h1Line	{
	line-height:1.2;
}

h2	{
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.pageContainer	{
	width:710px;
	text-align:left;
	margin:auto;
}

.contentContainer	{
	width:700px;
	text-align:left;
	margin:auto;
}

.image	{
	border: 1px solid #000000;
}

.title	{
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
}

.titleRight	{
	font-size: 12px;
	font-style:italic;
	text-align:right;
}

.gallery	{
	font-size: 12px;
	text-align:left;
}

#floatLeft	{
	float:left;
	border: 1px solid #000000;
	margin: 5px 20px 10px 0px;
}

.quoteBox	{
	border: 1px solid #000000;
	text-align:left;
	margin: 40px 15px 40px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#fullPhoto	{
	border: 1px solid #000000;
	margin-top: 50px;
	margin-bottom: 70px;
}

#contact	{
	font-size:large;
}

#box	{
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	border: 1px solid #000000;
	margin:30px 30px 0px 30px;
	padding:20px;
}
/* Top Navigation */
#topClouds	{
	background-image:url(../images/banner.jpg);
	border:1px solid #000000;
	text-align:center;
	line-height: 24pt;
	padding-top: 25px;
	padding-bottom: 10px;
}

#mainTitle	{
	font-size: 34px;
}

#subTitle	{
	font-size: 24px;
}

#banner	{
	border:1px solid #000000;
}

#topNav	{
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:14px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topNav 	a:link		{color:#000000; text-decoration:none; border-bottom:none;}
#topNav 	a:visited	{color:#000000; text-decoration:none; border-bottom:none;}
#topNav 	a:hover		{color:#00368b; text-decoration:underline;}
#topNav		a:active	{color:#000000; text-decoration:none;}

.bullet	{
	padding:3px;
	margin-right:5px;
}

/* Footer */
.footer	{
	margin-top:20px;
}

#bottomNav	{
	background-image:url(../images/footer-nav-bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:14px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bottomNav	a:link		{color:#000000; text-decoration:none; border-bottom:none;}
#bottomNav 	a:visited	{color:#000000; text-decoration:none; border-bottom:none;}
#bottomNav 	a:hover		{color:#00368b; text-decoration:underline;}
#bottomNav	a:active	{color:#000000; text-decoration:none;}

#bottomGrass	{
	background-image:url(../images/footer-grass.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font-size: 9px;
	color:#bac594;
	border:1px solid #000000;
	padding:25px;
}

#bottomGrass	a:link		{color:#bac594; text-decoration:none; border-bottom:none;}
#bottomGrass 	a:visited	{color:#bac594; text-decoration:none; border-bottom:none;}
#bottomGrass 	a:hover		{color:#00368b; text-decoration:underline;}
#bottomGrass	a:active	{color:#bac594; text-decoration:none;}

