@import "nav.css";
/* 
		CSS Start Template for websites
		By Trond Ulseth - trond@idl.no - Started 1st June 2006
		
		Goal:
					Not having to create the same stuff each time a new site is created
		
		Change log:
					1st June 2006 - started this template
					2nd June 2006 - continued development of template
					21nd November 2006 - changed order of some elements
					
		Once implemented for a site this template should/could be edited, added to and deleted from.
		Coments can be deleted as well, but it's adviced not to.
		Parst of this template is based on the article Squeaky Clean CSS by Lokesh
			http://www.huddletogether.com/2006/02/16/practical-web-development-tips/
		Styles for css/js navigation is kept in it's own stylesheet.
		
		Table of Contents:
		
					Setting up some Global Defaults
					Main Layout
					Header
					Content Layout
					Footer
					Developed By
					Typography
					Forms					
*/

/* Setting up Some Global defaults
---------------------------------------------------------------------- */

	/* since browsers have diferent default measures for margin and padding we're zeroing them out to be treated equaly all over */
* {
	margin: 0px;
	padding: 0px;
	}
	
	/* some global font attributes is good to have */
* {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em:
	}
	
	/* for body we usually have at least a bacground color */
body {
		background-color: #CCCCCC;
		}
		
.mceContentBody {
   background-image: none;
   background-color: #FFFFFF;
   }
	
	/* some items need their margins and/or paddings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #005680;
	}
	
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1.0em;
	}
	
ol, ul {
		line-height: 1.5em;
		margin: 1.2em 0 1.2em 2em;
		}

ul li,
ol li {
		margin-bottom: 0.2em;
		}

img,
a img {
		border: 0px;
		}
	
	/* sizes for the headers */
h1 {
	font-size: 1.7em;
	}
h2,
h2 a {
	font-size: 1.5em;
	}
h3,
h3 a {
	font-size: 1.3em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 0.8em;
	}
h6 {
	font-size: 0.6em;
	}
	
	/* some global styles for links */
a:link,
a:active,
a:visited {
			text-decoration: none;
			color: #006699;
			}
a:hover {
			text-decoration: underline;
			color: #000000;	
			}
			
	/* a clear class often comes in handy in site layouts */
	
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	position: relative;
	width: 10px;
	}
	
label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	}

input.w50 {
	width: 50px;
	}

input.w200 {
	width: 200px;
	}
	
form div {
	padding-bottom: 9px;
	}

/* Main Layout
---------------------------------------------------------------------- */

	/* There's almost always a main div container for the layout of a site */
#mainwrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid 1px #000000;
				}

/* Header
---------------------------------------------------------------------- */

#header {
	height: 76px;
	overflow: hidden;
	}
	
/* Navigation 
	(just layout for navigation container - css for navigation objects in separate css file)
---------------------------------------------------------------------- */

#navigation {
	height: 27px;
	background-color: #C8D6DF;
	background-image: url(../wsimages/index_06.jpg);
	}


/* Content Layout
---------------------------------------------------------------------- */

#contentcontainer {
	padding: 20px;
	background-color: #FFFFFF;
	}
	
td.details {
	padding-left: 15px;
}

td.details form {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}

.teaser {
	float: left;
	display: block;
	width: 340px;
	height: 150px;
	margin-right: 15px;
	margin-top: 30px;
	padding-bottom: 30px;
}

.productrow {
	clear: both;
	border-top: dotted 1px #306E9D;
}

.product,
.product2 {
	float: left;
	display: block;
	width: 340px;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.product {
	margin-right: 15px;
	border-right: dotted 1px #306E9D;
}

.product h2,
.product2 h2 {
	margin-bottom: 0px;
	font-size: 13px;
}

.rightAlignThumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.productinfo {
	clear: both;
}

#bigcart {
	background-color: #C9D7E2;
}

#bigcartheader {
	height: 45px;
	overflow: hidden;
}

#bigcartcontent {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 15px;
}

#bigcartcontent table {
	background-color: #FFFFFF;
	width: 100%;
	border-collapse: collapse;
}

#bigcartcontent th {
	background-color: #A7BDCF;
	}
	
#bigcartcontent th,
#bigcartcontent td.show1,
#bigcartcontent td.show2,
#bigcartcontent td.total {
	border: solid 1px #678DAD;
	padding: 5px;
	}
	
#bigcartcontent td input {
	text-align: right;
}
	
#bigcartcontent td.show2 {
	text-align: right;
}
	
#bigcartcontent td.total {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
	
td.bigcarthide {
	border: none 0px #C9D7E2;
	background-color: #C9D7E2;
	padding-top: 10px;
}

.bigcontentbox {
	background-color: #E7EDF1;
	}

.bigcontentboxcontent {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 20px;
	}
	
.bigcontentboxheader {
	height: 45px;
	overflow: hidden;
}

#sendorder{
	text-align: left;
	padding-left: 110px;
	width: 200px;
}

#orderform {
	width: 370px;
	float: left;
}

#orderinfo {
	width: 200px;
	background-color: #C9D7E2;
	border: solid 1px #678DAD;
	float: right;
	padding: 10px;
}
	
	
/* Footer
---------------------------------------------------------------------- */

#footer {
	background-color: #B6CDDB;
	text-align: center;
	padding: 5px;
	border-top: solid 1px #000000;
	}

/* Developed by
---------------------------------------------------------------------- */

#devBy {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		text-align: right;
		}
		
	/* this section usually has some other link styling than the default */
#devBy a:link,
#devBy a:active,
#devBy a:visited {
					text-decoration: none;
					color: #2C5A74;
					}
#devBy a:hover {
				text-decoration: underline;
				color: #373236;	
				}

/* Typography
---------------------------------------------------------------------- */

.important_text {
	font-weight: bold; 
	}
	
.smaller_text {
	font-size: 0.7em;
	}
	
.quote_text {
	}
	
.capi {
	text-transform: capitalize;
}


/* Forms
---------------------------------------------------------------------- */

/* Shoppingcart
---------------------------------------------------------------------- */

#shoppingcart {
	width: 131px;
	background-color: #C9D7E2;
	margin-left: 20px;
	float: right;
	margin-bottom: 10px;
}


#shoppingcartheader {
	background-image: url(../wsimages/shoppingcartheader.gif);
	height: 25px;
	overflow: hidden;
	}

#shoppingcartcontent {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #C9D7E2;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}
/*	
#shoppingcartcontent * {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	}

#shoppingcartcontent p {	
	color: #666666;
	}
*/	
#shoppingcartfooter {
	height: 5px;
	overflow: hidden;
	text-align: center;
	letter-spacing: 1px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	}

