/*
	
		
	\\ SCREEN.CSS (for Front End Styles) //
*/


html, body{ 
 margin:10px 0; 
 padding:0; 
background-color:#fff;
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size:14px;
	color:#676767;
	line-height:130%;
	
} 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #696;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #772B35;
	text-decoration: underline;
	font-weight:bold;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #ccc;
	border: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #696;font-weight:normal;font-family:"Trajan Pro, Times New Roman", Times, serif;}
h1  	{font-size:1.8em;}
h2  	{font-size:1.4em;}
h3  	{font-size:1.1em;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #696;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:120px; 
  background:#FFFFFF; 
 width:100%;
} 
 
#twocols{
 width:960px; 
 float:right; 
 position:relative; 
  }
 
#sidebar {
	float:right;
	width:240px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696;
	line-height:140%;
	
	background:#fff;
}
 
#maincol{background-color: #fff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:700px; 
 }


#content { /* main content from the WYSIWYG goes in here */

	margin-top:20px;
	padding: 4px 10px 14px 10px;
	text-align: left;
	
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border-right:0px solid #000;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#696;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	
	background: #696;
	border-top: 0;
	border-bottom: 0px solid #000;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 90%; 
	font-weight:normal;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #FFF3D1; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #696; padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #FFF3D1; border-right: 0px solid #FFF3D1; color: #FFF3D1; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #696; border-color: #FFF3D1; color: #FFF3D1;}
#nav li a:active, #nav ul li a.active {background: #696; border-color: #FFF3D1; color: #FFF3D1;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #777; color: #FFF3D1; border-bottom: 0px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #E4F4DB; color: #696; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff3d1; background: #696; border: 0; }

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #FFF3D1; color: #696; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}





 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/* CSS Document */


#sidebar h2 {color: #696; background:#FFF3D1;padding:4px;font-variant:small-caps;font-weight:bold;}


.clear {
	clear:both;
}


#sidebar h1 {
	color:#CB43A5;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Verdana;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a {	
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 4px 0;
	background-color:#E4F4DB;
	border-right:10px solid #fff;
	color:#696;
	text-decoration:none;
	border-left:4px solid #696;
}
#sidebar li a:hover {
	background-color:#FFF3D1;
	color:#333;
	border-right:10px solid #FFF3D1;
}
#sidebar p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
}
#content {
	margin:0px;
	border-left:0px solid #eee;
}
#content h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	background-image: url(h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:50px 10px 10px 30px;
	border-top:2px solid #eee;
}
#content h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	padding:15px 15px 15px 40px;
}
#content h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#008CBA;
	letter-spacing:-1px;
	padding:0px 15px 0px 40px;
	margin:0;
}
#content p {
	padding:20px 50px 20px 50px;
	line-height:20px;
}
#content ul {
	margin: 10px 10px 10px 30px;
}
#content li {
	list-style:none;
	background-image: url(li.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 5px 0px 20px;
	margin:15px 0 15px 0;
}

#description {
	width:720px;
	background-color:#FFFFFF;
	padding:20px 20px 10px 20px!important;
	padding:30px 20px 10px 20px;
	margin:-35px auto 0 auto !important;
	margin:-35px auto 50px auto;
	font-size:16px;
	color:#32C601;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background-image: url(description.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #fff;
	line-height:25px;
}
#description a {
	font-weight:bold;
	color:#21b500;
	text-decoration:none;
}
#content a {
	color:#333;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding:0 4px 0 4px;
	text-decoration:none;
}
#content a:hover {
	background-color:#ddd;
	border-bottom:1px solid #bbb;
	color:#000;
}

#footer {
width:690px;
	margin:5px 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696;
	clear:both;
  background:#E4F4DB; 
  padding: 5px;
}
#footer a {
	color:#696;
}

.imgright{float:right;margin-left:10px;}

#postimg img {border:1px solid #ccc; padding: 6px; background:#E4F4DB; margin:0px 10px 0px 0px;}

#postimg2 img {border:1px solid #ccc; padding: 6px; background:#E4F4DB;}

.ordertitle {font-size:18px; font-weight:bold; color:#696;margin-bottom: 6px;}
.price {color:#000; font-weight:bold;}

#creditfooter{display:none;}