/*
	Kristal Electronics information pages style sheet
	Copyright (C) 2007 Kristal Electronics.
*/



/* ============= general selectors =============*/

* { font-family: Arial, Helvetica, sans-serif; }
a { text-decoration: none; color: #c00; }
a:hover { text-decoration: underline; }

body {
	background-color: #aaa19d;
	background-image:url(images2/infopage_bg.png);
	padding-top: 0.7em;
	color: #454545;
	font-size: smaller;
}

p { margin-top: 0.5em; margin-bottom: 0.5em; }

h2 { color: #c00; font-size: 22px; }

img { border: none; }


/* ============= id selectors =============*/

#leftmenu {
	width: 200px;
	padding-left: 1em;
	vertical-align: top;	
}

#leftmenu ul {
	margin: 0 0 0 1em;
	padding-left: 0;
	list-style-type: square;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
}

#content {
	padding: 0 1em 1em 1em;
	vertical-align: top;
}

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#header {
	background-color:#db2b18;
	margin-bottom: 1em;
	height: 80px;
}

#footer {
	color: white;
	font-size: 10px;
	text-align: center;
	clear: both;
	padding: 0.4em 1em 0.4em 1em;
	background: no-repeat bottom url(images2/infopage_footer.png) #000000;
}


/* ============= class selectors =============*/

.contactus { font-size: large; text-align: center; }

.menubox {
	background-image: url(images2/infopage_leftbg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 1em;
}

.storelink { font-size: 20px; text-align: center; }

a.root {
	border: solid 2px #c00;
	display: block;
	padding: 5px;
	margin: 5px 0 0 0;
	font-weight: bold;
}

a:hover.root {
	background-color: #c00;
	text-decoration: none;
	color: white;
}

