cti @charset "UTF-8";

html {overflow-y:scroll;overflow-x:auto;} 

body {
	display:block;
	 background-image:url(images/bluebkgrad.gif);background-repeat:repeat-x;display:block;
	/*background: #ffcc33; */ 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

img{
	border:0;
}
	
#container {
	width: 960px; 
	background: #000066;  /* blue- replaces non-safe 000c71*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000066; /* SET TO 0 or larger #, or remove ID DON"T WANT BORDER ON CONTENT*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}


#header { 
	background: #ffcc33; /*gold*/
	/*background-image: url(images/gradientwork_01.png);background-repeat:repeat;*/
	padding: 0 15px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serife;
	
}


 #header p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 0px 0 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.28em;
	color: #000066;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}


 #sidebar {
	padding: 33px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffcc33;
	width: 160px;
	min-height: 600px; /* REMOVE THIS IF DON'T WANT MIN LENGTH OF SIDE BAR ;*/
	float: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

 #sidebar ul {
	margin: 0; 
	padding: 2px 2px 2px  10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serife;
	color: #000000;
}

 #sidebar img {
     margin-left: -10px;
}

#maincontent {
	margin: 10px;
	background: #000066;
	width: 780px;
	height:auto;
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: auto;
}

#maincontentfulltext {
	margin: 15px;
	background: #000066;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width:940px;
	float: left;
	color: #ffffff;
}

#maincontenttext {
	margin: 15px; 
	background: #000066;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width:500px; /* this size + the size of the maincontent image must not exceed 900, allowing for margins */
	float: left;
	
}
#maincontentimage {
	margin: 15px; 
	background: #000066;
	background: #000066;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	float: left;
	
}

#artdetailtext {
	margin: -15px 15px 15px 0px; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width:300px; /* this size + the size of the maincontent image must not exceed 900, allowing for margins */
	float: left;
	
}
#artdetailimage {
	margin: -15px 15px 15px 2px; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	float: left;
}



#colorbar {
	margin: 0px; 
	 /*background-image:url(images/colorbar.png;background-repeat:repeat-x;display:block;*/
	background: #3399cc;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	
	width:960px;
	float: left;
	
}

#colorbar h3 {
	margin: 0px; 
}

#bestsellers {
	padding: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width:430px; /* = size  size of the 2 images, which = size of the text area;together they must not exceed 900, allowing for margins */
	float: left;
	background: #3399cc;
	height:250px; 
}

#bestsellers img {
	padding-right: 5px; 
	
}
#news {
	padding: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	float: left;
	background: #3399cc;
	width:470px; height:250px; 
}


#footer {
	clear:both;
	padding: 0px 10px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #3399cc; 
		/*background-image: url(images/footer.png);*/ 
	/* background-image: url(images/gradientwork_01R.png); IF USE LIGHT IMAGE...NEED TO CHANGE TEXT COLOR */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0 0px 0px; /* padding on this element will create space, ORIG WAS 75 just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
	color: #FFF;
}

#footer h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #FFF;
}

a:link {
	color: #000066; text-decoration: none; text-weight: bold;
}
a:visited {
	color: #000066;  text-decoration: none; text-weight: bold;
}
a:active {
	color: #000066;  text-decoration: underline overline; text-weight: bold; 
 
	}
a:hover {
	color: #000066;  text-decoration: underline overline; text-weight: bold; 
	}



	
a.bottombar:link {
	color: #ffffff; text-decoration: none; text-weight: bold;
}
a.bottombar:visited {
	color: #ffffff;  text-decoration: none; text-weight: bold;
}
a.bottombar:active {
	color: #ffffff;  text-decoration: underline overline; text-weight: bold; 
	}

a.bottombar:hover {
	color: #ffffff;  text-decoration: underline overline; text-weight: bold; 	
}


a.nonstdlink:link {
	color: #ffffff; text-decoration: underline; text-weight: bold;
}
a.nonstdlink:visited {
	color: #ffffff;  text-decoration: underline; text-weight: bold;
}
a.nonstdlink:active {
	color: #ffffff;  text-decoration: underline; text-weight: bold; 
	}
a.nonstdlink:hover {
	color: #ffffff; text-decoration: underline; text-weight: bold; 	
}



.activeoption {background-color: #66ccff;}


/* Not currently used; keep in case change sidebar to text entries	*/
/* ul {list-style-type:none; margin:0; padding:0}*/
/* ul li {margin:0;}	*/
	
#contactform {
  align: center
}

#contactform tr {
	line-height: 1px;
}
.formlabels {
	text-align: right;
	padding-top: 5px;
	width: auto;
	top: auto;
	right: auto;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #D3DEFF;	
}

/* For column headings on price list page	*/
th h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D3DEFF;	
}

h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.00em;margin: 0px; 
	color: #FFF;
}

h5 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .85em;margin: 0px; 
	color: #FFF;
}

/* Use to make any text light blue, such as h4 subheadings	*/
.lightblue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D3DEFF;	
}
