/*
 * Date	Version	Changes
 * 080924	0.1		File created.
 */

/******************** Common ********************/

html * { 
	margin: 0; 
	padding: 0; 
	border: 0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: white;
}

/******************** Containers ********************/

div#container {
	margin: 5px auto 0 auto;
	padding: 10px 10px 0 10px;
	width: 930px;
	border: 1px solid #008ffc;
}

div#content {
	height: 480px;
	overflow: hidden;
}

div#footer {
	margin-top: 1em;
	padding-top: 10px;
	border-top: 2px solid #cccccc;
	font-size: 15px;
	word-spacing: 0.5em;
	clear: both;
	overflow: hidden;
}

/******************** Footer ********************/

div#footer_left {
	float: left;
	width: 50px;
}

div#footer_middle {
	float: left;
	width: 830px;
}

div#footer_right {
	float: left;
	width: 50px;
	text-align: right;
}

/******************** Headings ********************/

h1 {
	font-size: 1.3em;
	color: #4471a4;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	width: 100%;
}

h2 {
	font-size: 1.1em;
	padding-bottom: 0.5em;
	padding-left: 15px;
	background-image: url("../images/heading_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 6px;
}

h3 {
	font-size: 1em;
	padding-bottom: 0.5em;
	padding-left: 15px;
	background-image: url("../images/heading_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 6px;
}

/******************** Links ********************/

a {
	text-decoration: underline;
	font-weight: bold;
	color: #4471a4;
}

a:link {
	color: #4471a4;
}

a:visited {
	color: #4471a4;
}
 
a:hover	{
	color: #000000;
	text-decoration: none;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

a.active {
	border: 2px solid red;
	padding: 0 5px;
}

a.next {
	text-decoration: none;
}

/******************** Lists ********************/

#content ul {
	padding-left: 1em;
	margin-left: 1em;
	list-style-image: url("../images/bullet.gif");
}

#content li {
	margin-bottom: 0.2em;
}

/******************** Miscellaneous ********************/

p, ul, ol {
	padding-bottom: 1em;
}

p#nav {
	text-align: center;
	margin-bottom: 0;
}

div#container_3d {
	float: left;
	margin-left: 65px;
}

/* Product image shadows
  * Divs are generated by jQuery - not present in html 
  */
div.shadow {
	float: left;
	background-image: url("../images/shadow.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 10px 0 0 5px;
}

div.shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
}

/* Buttons */
div.button_fx {
	cursor: pointer;
}

div.button_fx div {
	height: 30px;
	float: left;
}

div.button_fx_left {
	width: 15px;
	background-image: url("../images/button_fx_left.png");
	background-repeat: no-repeat;
}

div.button_fx_middle {
	background-image: url("../images/button_fx_middle.png");
	background-repeat: repeat-x;
}

div.button_fx_middle div {
	margin: 6px auto 0 auto;
	padding: 0 5px;
	height: auto;
	font-size: 1.1em;
	white-space: nowrap;
	font-weight: bold;
	color: #333333;
}

div.button_fx_right {
	width: 15px;
	background-image: url("../images/button_fx_right.png");
	background-repeat: no-repeat;
}
