/**Cascading style sheet (C) Aird Trading & LambDA Webdesign - 2011**/

/**   COLOURS:
	* Dark RED main h1		-  #c70404
**/
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px; }

div {position:relative;}
/** html { overflow-y: scroll; }   FF blank scroll bar **/

a {color:#336699; text-decoration:none;}
a:visited {color:purple; text-decoration:none;}
a:hover {color:blue; text-decoration:underline;}
a:active {color:blue; text-decoration:underline;}
img {border-style: none;}

body {
	background: #000 url(images/background.jpg) center top no-repeat;
	text-align: center;
	font-family: verdana, geneva, sans-serif;
	font-size: 100%;
	color:black;
}

h1 {font: normal normal 1.2em verdana; margin-bottom:20px; color:#c70404;}
h2 {	font: normal bold 0.8em verdana; margin-bottom: 15px;}
h3 {font: italic bold 0.8em verdana; margin:0 0 5px;}
p, ul {font-size: 0.8em; margin-bottom: 12px;}

.clear{clear:both;}
.hide, hr {display:none;}

#top-right {
	width:97%;
	text-align:right;
	margin:0 auto;
}
#top-right p{
	color:#AD374F;
	font-size: 0.7em;
    font-style: italic;
    font-weight: bold;
}

/** MAIN PAGE BLOCK **/

#temp_container{
	margin: 15px auto;
	padding-top:115px;
	background: white url(images/page.jpg) center top no-repeat;
	width:800px;
	height:820px;
}
.text_box {
	border: 1px solid #9F9F9F;
	padding: 15px;
	margin:0 auto 20px;;
	text-align:left;
	width:700px;
}
#books {
	margin:0 auto;
}
.book {
	margin:10px 10px 25px;
	min-height: 250px;
	display: -moz-inline-stack; /** FF2 **/
	display: inline-block;
	vertical-align: top;	/**Align baselines**/
	width:210px;
	zoom: 1;			/** IR7 **/
	*display: inline;	/** IR7 **/
	_height: 250px;		/** IE6 min height **/
}
.book img {
	margin-bottom:5px;
}
.book p {
	margin-bottom:10px;
}
#footer {
	margin:20px 40px;
	text-align:left;
}









/** HEADER **/

#header {
	width: 750px;
	border-bottom: 3px solid red;
	margin: 0 auto;
	z-index:1000;
}
#header #logo {
	margin: 10px 0px 0px 10px;
	float:left;
}
#header_text {
	text-align:right;
	float:right;
	width:55%;
	top:7px;
	right:2px;	
	margin-bottom:30px;
}
#header h2 {
	color:#b77e48;
	font-size: 0.97em;
	font-weight:normal;
	font-family: arial, geneva, sans-serif;
	margin:0px 0px 7px;
	word-spacing: 1px;
}
#header p {
	font-size: 0.75em;
	font-weight: bold;
	margin:0px;
}
#header a {color:#000}


/** MAIN MENU **/

#menu {
    font-size:0.93em;
    line-height:normal;
}
#menu ul {	
	float:right;
	list-style: none;
	margin:0px;
	padding:0px;
}
#menu li {
	float:left;
	background: url(images/menu_doorL2.gif) top left no-repeat;
	padding-bottom:0px; /**IE**/
	padding-left:7px;
}
#menu a {
	display:block;
	background: url(images/menu_doorR2.gif) top right no-repeat;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding:10px 15px 9px 8px; /**enlarge mouse active area**/
	white-space:nowrap; /**text on one line**/
}
#menu a:visited {}
#menu li:hover {background-position:0% -40px;}
#menu li:hover a {background-position:100% -40px;}

	#menu1 #m1 a.main,
	#menu2 #m2 a.main,
	#menu3 #m3 a.main,
	#menu4 #m4 a.main,
	#menu5 #m5 a.main	{
				color:#FFF;
				background: url(images/menu_currentR.gif) top right no-repeat;}
	#menu1 #m1,
	#menu2 #m2,
	#menu3 #m3,
	#menu4 #m4,
	#menu5 #m5	{
				background: url(images/menu_currentL.gif) top left no-repeat;}



/** MAIN PAGE **/
	
.main_body {
	float:left;
	margin:25px 0px 0px 35px;
	width:480px;
}
.moveup {
	margin-top:10px;
}
.main_body p {
	line-height:1.4;
}
.main_body img {
	float:left;
	margin:0px 15px 5px 0px;
}
.main_body  ul {
	list-style:disc outside none;
	color:#c70404;
	margin-left:20px;
}
.main_body  ul li span {color:black;}


/** FORM **/

input:focus {
      background: #FFFFCC;
}


/**
img.right {
	float:right;
	margin:0 40px 40px 20px
}
.photostrip {
	padding:12px 10px 35px 30px;
	margin-right:0px;
}
table{
	border-collapse: collapse;
	text-align:center;
	color:#31849c;
	margin:0px 0px 35px 20px;
	font-size: 0.85em;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}

table td,th{
	padding:2px 20px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}
table th{border-bottom:1px solid #31849c;}

tr.shade {background-color:#DEEFF7;}


**/


/** FOOTER **/

.page_break {
	clear:both;
	height:70px;
	z-index:-1
}


#copyright {color: #4F4F4F; margin-top:20px;}
#copyright a{color: #4F4F4F; text-decoration: none;}
#copyright a:visited {text-decoration:none;}
#copyright a:hover {text-decoration:underline;}
#copyright a:active {text-decoration:underline;}
