/* http://www.homemicro.co.uk */ /* CSS PAGE LAYOUT */

/* important associated css files */
@import "../css/style_content.css";
@import "../css/style_head.css";
@import "../css/style_foot.css";
@import "../css/style_sidebar.css";
@import "../css/style_tabs.css";
@import "../css/style_tabsmid.css";
@import "../css/style_tabsside.css";
@import "../css/style_topbox.css";
@import "../css/style_textbox.css";
@import "../css/style_panebox.css";

/* -- START HERE -- */
* {margin: 0; padding: 0;}
/* SPECIFIC IMAGE HERE NEXT */
body {margin: 20px 0; background: #FFFFFF url(../background/back_linen1.jpg); text-align: left;
	font-family: 'Trebuchet MS', "Times New Roman", Times, serif; font-size: 13px; color: #666666;} /* alternative -- Arial, Helvetica, sans-serif; */

/* Header */
#header {width: 960px; height: 100px; margin: 0 auto; background: url(../layout/img01.jpg) repeat-x;}

/* PAGE INTRODUCTION TITLE TEXTBOX with white background */
#introbox {width: 930px; margin: 0 auto; padding:5px; line-height:150%; border:1px solid; border-color: #666666;}

/* Page */
#page {width: 960px; margin: 0 auto; padding: 5px 0 0 0; background: #F5F5F5; border:hidden;}

/* Content */
#content {float: left; width: 530px; padding: 0 10px 10px 10px;}

/* Sidebar1 */
#sidebar1 {width: 200px; float: left; padding-left:5px;}
#sidebar1 li li {background: url(../layout/img05.gif) no-repeat left 50%; margin-left: 10px; padding-left: 10px;}
#sidebar1 h2 {}

/* Sidebar2 */
#sidebar2 {width: 200px; float: right; padding-right:5px;}
#sidebar2 li {list-style: none;}
#sidebar2 li li {background: url(../layout/img05.gif) no-repeat left 50%; margin-left: 10px; padding-left: 10px;}

.caption {font-family: Arial; font-weight: bold; color:#FFFFFF;}

/* Search */
#search {}
#search form{background:#fff url(../layout/search.gif) no-repeat left;
border:1px solid #bbb; width:195px; height:24px; margin:0; padding:0; overflow:hidden;
-moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius: 4px; border-radius:4px;
-moz-box-shadow:2px 2px 2px #ebebeb inset; -webkit-box-shadow:2px 2px 2px #ebebeb inset;}
#search form input{position:relative;top:2px;left:22px; background:#fff;width:136px; border:none; line-height:12px;z-index:1;}
   
/* Miscellaneous */
blockquote {margin-left: 3em; margin-right: 3em; font-style: italic;}
ABBR, ACRONYM {border-bottom: 1px dotted #000; cursor: help;}


/* SPECIFIC COLOURS HERE NEXT */
span.pgcolor {color: #70A300; font-weight:bold;} /* green */

/* LINK */
a {text-decoration: none; color: #70A300;} /* green */
a:hover {border: none; color: #70A300;} /* green */