BODY {
   font-weight: bold; 
   font-size: 10px; 
   font-family: Arial, Helvetica; 
   color: #000000;
   text-decoration: none; 
   margin: 0px;
   padding: 0px;
background-color:#FFFFFF;
}

table.head	{
	background: #fffcd8 url(images/topback.jpg);
	height:155px;
	width:100%;
}

P.copy {
   font-style : normal; 
   font-weight : bold; 
   font-size : 10pt; 
   font-family: Arial, Helvetica;  
   color : #0083ca; 
}

P.address {
   font-style : normal; 
   font-weight : bold; 
   font-size : 9px; 
   font-family: Arial, Helvetica;  
   color : #000000; 
   padding-top:3px;
}


H4 {
   font-style : normal; 
   font-weight : normal; 
   font-size : 14pt; 
   font-family: Arial, Helvetica; 
   color : #663366; 
   text-decoration : none; 
}


H3 {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family: Arial, Helvetica; 
   color : #0083ca; 
   text-decoration : none; 
   display:inline;
}


H2 {
   font-style : normal; 
   font-weight : bold; 
   font-size : 13pt; 
   font-family: Arial, Helvetica; 
   color : #0083ca; 
   text-decoration : none; 
	display:inline;
}


H1 {
   font-style : normal; 
   font-weight : bold; 
   font-size : 20px; 
   font-family: Arial, Helvetica; 
   color : #0083ca; 
   text-decoration : none; 
display:inline;
}

ul.sidevend {
	font-size:10px;
	list-style-image: url(images/bul.gif);
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	text-align:left;
}

li.sidevend {
	   font-style : normal; 
   font-weight : bold; 
   font-size : 11px; 
   font-family: Arial, Helvetica; 
   color : #0083ca; 
   text-decoration : none; 
}

ul.designer{
	font-size:12px;
	list-style-image: url(images/bul.gif);
  list-style-position:inside;
  margin-left:0px;
  padding-left:0px;
  text-align:left;
}

div.pic {
  padding-bottom : 3px;
}

p.adobe {
	font-size : 9px;
	font-style: italic;
}





A:visited  {
font:bold 14px Arial,Helvetica;
   color : #7c7294; 
   text-decoration : none; 
}
A:active  {
font:bold 14px Arial,Helvetica;
   color : #0083ca; 
   text-decoration : underline; 
}
A  {
font:bold 14px Arial,Helvetica;
   color : #0083ca; 
   text-decoration : underline; 
}
A:hover {
font:bold 14px Arial,Helvetica;
color : #0083ca; 
   text-decoration : underline; 
}


a.nav {
   
   font-weight : bold;
   font-size : 14px;
   font-family : Arial, Helvetica;
   color : #7c7294;
   text-decoration : none;
}

a:hover.nav {
   
   font-weight : bold;
   font-size : 14px;
   font-family : Arial, Helvetica;
   color : #0083ca;
   text-decoration : underline;
}
A:visited.nav {
font:bold 14px Arial,Helvetica;
   color : #7c7294; 
   text-decoration : none; 
}

A.top, A.top:active, A.top:visited, A.top:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 14px; 
   font-family: Arial, Helvetica; 
   color : #0083ca; 
   text-decoration : none; 
}

A.adobe, A.adobe:active, A.adobe:visited, A.adobe:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 9px; 
   font-family: Arial, Helvetica; 
   color : #0083ca; 
   text-decoration : underline; 
}

A.sidevend, A.sidevend:active, A.sidevend:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 11px; 
   font-family: Arial, Helvetica; 
   color : #0083ca; 
   text-decoration : none; 
}

A.sidevend:visited	{
	font:bold 11px Arial,Helvetica;
	color : #7c7294; 
	text-decoration : none; 
}

td.designers {
border-width:1px;border-style:solid;border-color:#cbbeae;padding:3px;
}

/* model slideshow */

	#mainContainer{

		
		background-color:#FFF;
		padding:3px;
		
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#panel_one,#arrows,#thumbs{	/* Width of divs for thumbnails */
		width:260px;

	}
	#panel_one{		
		float:left;	
		
	}
	#thumbs{
		overflow:hidden;	/* Don't change this */
		height:300px;	/* Height of thumbnail div */		
	}
	#largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:25px;	/* "Air" */
		padding-right:10px;	
	}
	#largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
		
	}
	#largeImage img{	/* Large image */
		border:5px solid #dbeef8;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	.strip_of_thumbnails div{
		width:120px;
		height:90px;
		padding:2px;
		text-align:center;
	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #dbeef8;	/* border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;

	}	