/*main2.css
E. Berlfein
2/12/05 */


/*************elements**********************/

body {
	font-family: verdana, helvetica, ariel, sans-serif;
	background-color: #626cb4;
	height: 500px;
}


/********structural styling, starting from the top***********/



/*maintable is the whole table under the top bar*/

#maintable {
	border: 1px #8a878d solid; 
	width:760px;
	height:101%;
	background: white; 
	text-align: left;
}

/*header is the cell that contains the image at the top of the page*/

#header {
	height: 1px;
}

#header img {
	display: block;
}

/*navbar comes next, but it has a lot of styling, so it's listed below*/

/*sub-nav is only used on the gallery page. It displays the gallery categories*/

#sub-nav {
	font-size: 10px; 
	padding: 10px 0px 0px 50px;
	width: 650px; 
}

/*bars sets the bars inbetween the categories in sub-nav*/

.bars {
	color: #8a878d;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px; 
}

/*main-text defines all the text in the main part of the site. It is a div, not a table or a cell. It ends just above the footer.*/

#main-text {
    font-size: 11px;
    line-height: 24px;
    padding: 30px 50px 0px 50px;
    min-height: 400px;
}

#main-text li {
	list-style:   url(images/square_orange.gif) none;
	padding-bottom: 5px; 
}

#content-demo {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
}

/*page-name defines how the name of the page is displayed. H1 is used for all pages
except for large-image 3, where h2 is used.*/

#page-name h1 {
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 0px;
	letter-spacing: 5px;
	font-weight: normal;
	color: #922e92;
	border-bottom: 1px #922e92 solid;
	width: 658px;
	margin: 0px; 
}

#page-name h2 {
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: bold;
	color: black;
	text-align: center; 
}

h1 {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
	color: #801875;
	margin: 0px; 
}

h2 {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ff910a;
	margin: 0px;
	padding: 0px; 
}

.back {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px; 
}

.message {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic; 
}

.demo-pagename {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
}

/*floatright and floatleft define the location of images on the main pages*/

.floatright {
	float: right;
	margin-top: 8px;
	margin-left: 30px;
	margin-bottom: 30px; 
}

.floatleft {
	float: left;
	margin-top: 8px;
	margin-bottom: 30px;
	margin-right: 30px; 
}

/*box makes the boxes on the home page, and box-left makes the login box*/

.box {
	width: 150px;
	background-color: #f3f3f3;
	border: 1px #b191ce solid;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px; 
	float: right;
	margin-bottom: 20px;
	margin-left: 40px; 
}

.box-left {
	width: 200px;
	background-color: #f3f3f3;
	border: 1px #b191ce solid;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px; 
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
}

.imageborder {
	border: 1px gray solid; 
}

/*footer info. logo is part of the footer, and defines a left margin on the logo image*/

#footer {
	background-color: #849e16;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 11px; 
	line-height: 200%;
	height: 20px;
	/*border-top: 1px #8a878d solid;*/
}

#footer td {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px; 
}

.logo {
	margin-left: 10px; 
}

.smalltext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px; 
}


/*table-borders defines the table used on the order form*/

#table-borders {
	margin-left: auto;
	margin-right: auto;
	background-color: #ececec;
	border-left: 1px gray solid;
	border-top: 1px gray solid; 
}

#table-borders td {
	padding: 10px;
	border-bottom: 1px gray solid;
	border-right: 1px gray solid;
	font-size: 12px; 
}

#table-borders th {
	background-color: #d3d3d3;
	font-weight: normal;
	font-size: 12px;
	color: black; 
	padding: 10px;
	border-bottom: 1px gray solid;
	border-right: 1px gray solid; 
}


/************navigation bar with drop down menus**************/

#navbar {
	font-size: 11px;
	color: #000000;
	background: url(images/menubar.jpg) no-repeat; 
	height: 38px;
	text-align: center;
}

#navbar ul {
	padding: 10px 0px 0px 20px;
	margin: 0;
	line-height: 200%;
}

#navbuttons li {
	margin: 0;
	list-style-type: none;
	float: left;
	position: relative;
	left: 0px;
	white-space: nowrap;
	width: auto;
	border: none;
}

* html #navbuttons li {
	width: 1%;
}

#navbuttons li ul {
	position: absolute;
	left: 0px; 
	display: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	width: 130px;
	line-height: 120%;
	background-color: #d1baec;
	border: 1px #b191ce solid;
	border-bottom: none;
}

#navbuttons li > ul { /*IE cannot read this rule-- shc: 10-Aug-04*/
   top: auto;
}

#navbuttons li:hover ul, #navbuttons li.over ul { 
	display: block;
}

#navbuttons li li {
	display: block;
	margin: 0;
	padding: 0;
	clear: left;
	border: none;
	white-space: normal; 
}

#navbuttons a {
	text-decoration: none;
	background-image: url(images/arrow_none.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	display: block;
	padding: 0;
}

#navbuttons a.current {
	background: url(images/arrow_orange.gif) no-repeat left center;
	color: #922e92; 
}

#navbuttons li li a {
	display: block;
	font-weight: normal;
	border-bottom: 1px #b191ce solid;
	background-image: url(images/arrow_none.gif);
	background-repeat: no-repeat;
	padding: 5px 5px;
	text-decoration: none;
	margin: 0;
	text-align: left;
	width: 120px;
}

/**********navigation rollovers, listed from top to bottom***********/

a:link, a:visited, a:active {
	color:#994099;
	text-decoration: underline; 
}

a:hover, a:visited:hover {
	color: #e99d13;
	text-decoration: underline; 
}

#navbuttons a:link, #navbuttons a:visited, #navbuttons a:active {
	color: #8a878d;
}

#navbuttons a:hover, #navbuttons a:visited:hover {
	color: #831681;
}

#navbuttons li li a:link, #navbuttons li li a:visited, #navbuttons li li a:active {
	color: #801875;
}

#navbuttons li li a:hover, #navbuttons li li a:visited:hover {
	background: #f3f3f3;
	color: #801875; 
}

#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: none; 
}

#footer a:hover, #footer a:visited:hover {
	color: #d99615;
	text-decoration: none; 
}
