/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #FFF;
 	margin: 0;
  	padding: 0;
 	text-align: center;
} 
 
#container {
	position: relative;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	margin-left: auto;
	margin-right: auto;
} 


 
#header {
 	position: relative; 
	width: 100%;
	height: 131px;
	background-image: url(http://shop.thesisondemand.com/ordersystem/sites/shop_thesisondemand_com/images/structure/headerbkgrnd.gif);
	background-repeat: repeat-x;
	text-align: center;
} 

#cost_cal {
	position: absolute;
	width: 177px;
	height: 71px;
	background-image: url(/fileadmin/www.thesisondemand.com/images/structure/cost_calculator.png);
	background-repeat: no-repeat;
	top: 20px;
	left: 760px;

}
	
	

#nav {
	position: absolute;
	width: 540px;
	top: 65px;
	left: 220px;
	/*border: 2px solid #00F;*/
	text-align: left;
}

#nav TD {
     white-space: nowrap;
}

#nav a {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #EEEEEE;
	border: 1px solid white;
	padding: 3px;
	background-image: url(http://shop.thesisondemand.com/ordersystem/sites/shop_thesisondemand_com/images/structure/gradient.gif);
}

#nav a:link {
	color: #EEEEEE;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav a:visited {
	color: #EEEEEE;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav a:hover {
	color: #00578e;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #AAA;
	background-image: none;
}

#navarrow {
	position: absolute;
	width: 33px;
	height: 20px;
	background-image: url(http://shop.thesisondemand.com/ordersystem/sites/shop_thesisondemand_com/images/structure/navarrow.png);
	background-repeat: no-repeat;
	z-index: 3;

}

#content {
	position: relative;
	width: 973px;
	/*padding-left: 8px;
	padding-right: 15px;*/
	padding-top: 10px;
	background-image: url(http://shop.thesisondemand.com/ordersystem/sites/shop_thesisondemand_com/images/structure/content.png);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: -20px;
	z-index: 12;
}

#footertop {
width: 100%;
height: 43px;
background-image: url(http://shop.thesisondemand.com/ordersystem/sites/shop_thesisondemand_com/images/structure/footertop.gif);
background-repeat: repeat-x;

}

#footer{
	position: relative;
	font-size: 8pt;
	width: 100%;
	height: 195px;
	background-color: #1c1d39;
	z-index: 3;
	text-decoration: none; 
	color: #EEEEEE;
}

#footercontent {
	background-color: #1c1d39;
	color: #EEEEEE;
	text-decoration: none;
}

#footercontent a {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #EEEEEE;
}

#footercontent a:link {
	color: #EEEEEE;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*fonts*/

.copyright {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #EEEEEE;
	font-size: 10px;
}

.pagetitle {
	font-size: 30px;
	color: #464646;
	text-align: left;
	font-family: Arial, Helvetica, Avant Garde, sans-serif;	
	text-decoration: none;
	text-indent: 15px;
	font-weight: lighter;
}


H1 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
}

.special {
	font-size: 16px;
	font-weight: bold;
}

/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}

/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}
