/*
Theme Name: 	SS157
Description: 	A quick loading 3 column theme
Version: 		1.0.1
Author: 		Starcom Systems
Author URI: 	http://www.starcomsystems.net/
Tags: 			3 column, widget ready theme, specially for Google adsense. Designed by Starcom Systems.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET 
---------------------------------------*/
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,ol,ul,li,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0}
body{font-family:Arial, Helvetica, sans-serif;font-size:62.5%;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
/* STRUCTURE
---------------------------------------*/
body
	{
	width:100%;
	background-color:#FFFFFF
	color:#000;
	font-size:.8em;
	line-height:1.6;
	}
#skip
	{
	width:100%;
	display:none;
	background:#f1f1f1;
	color:#000;
	}
#header-container
	{
	width:749px;
	float:left;
	border-top:0px solid #000080;
	background-image: url(images/ACR_01.jpg);
	height: 393px;
	}
#header-container2
	{
	width:749px;
	float:left;
	border-top:0px solid #000080;
	background-image: url(images/ACR_01.jpg);
	height: 393px;
	}
#header-container3
	{
	width:749px;
	float:left;
	border-top:0px solid #000080;
	background-image: url(images/ACR_01.jpg);
	height: 393px;
	}		
	
#header-margins{
	margin-right: auto;
	margin-left: auto;
	width: 749px;
}
#header
	{
	float:left;
	width:50%;
	}
#rss
	{
	float:right;
	width:30%;
	}
#menu 
	{
	float:left;
	width:749px;
	margin-left: 10px;
	background-image:url(images/navigation.jpg);
	background-repeat:repeat-y;
	background-position:center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	/*background:#e3e1d2;
	border:solid #FF0000 2px;*/
	}
#container
	{
	clear:both;
	width:100%;
	background-image:url(images/center_02.jpg); background-position:top center; background-repeat:repeat-y;
	vertical-align:top
	}
#content-container
	{
	margin-top:0px;
	float:left;
	width:749px;
	margin-bottom:10px;
	background-image:url(images/center_02.jpg); background-position:top center; background-repeat:repeat-y;
	}
#content	{
margin:auto;
background-position:center top;
background-repeat:repeat-y;
overflow:hidden;
width:710px;
 }
#sidebar-left
	{
	float:left;
	overflow:hidden;
	width:183px;
	}
#sidebar-right
	{
	margin-top:0px;
	float:right;
	width:183px;
	overflow:hidden;
	margin-bottom:10px;
	}
#footer
	{
	clear:both;
	width:749;
	color:#000;
	background-image:url(images/footer_02.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:84px;
	}
/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	background:#f1f1f1;
	color:#000;
	padding:0px 0;
	margin:10px 10px 0 10px;
	border:1px solid #ddd;
	}
.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadata
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 10px 0 10px;
	}
h1
	{
	font-size:3em;
	/*background:url(images/logo.jpg) 5px 5px no-repeat;*/
	padding:0;
	margin:30px 0 0 0;
	padding-left:80px;
	font-family:Tahoma;
	color: #105178;
	}
h2
	{
	font-size:2em;
	color: #105178;
	font-family:Tahoma;
 
	}
h3
	{
	font-size:1.6em;
	}
h4
	{
	font-size:1.4em;
	}
h5
	{
	font-size:1.2em;
	}
h6
	{
	font-size:1em;
	}
#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content small{
/*	padding: 10px 20px;*/
padding:10px 20px;*/
	}
#header p
	{
	padding:0;
	margin:0;
	padding-left:60px;
	}
/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.aligncenter 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.alignright
	{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}
img.alignleft
	{
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}
.alignright
	{
	float:right;
	margin-left:10px;
	}
.alignleft
	{
	float:left;
	margin-right:10px;
	}
/* LISTS
----------------------------------------*/
/*
ul	{	list-style:none;	margin:5px 0 0 0;	}
*/
ol
	{
	list-style:decimal;
	margin:5px 0 0 0;
	}
/*
li	{	margin-left:10px;	padding:0;	}
*/
dl
	{
	margin-left:20px;
	}
dt
	{
	margin-left:10px;
	}
dd
	{
	margin-left:20px;
	}
#content ul
	{
	list-style:outside square;
	margin:5px 0 5px 30px;
	}
#content ol
	{
	margin:5px 0 5px 30px;
	}
#content li
	{
	margin-left:20px;
	padding:0;
	}
/*
.inline ul	{	margin:0;	padding:0;	}
/*
/*.inline li	{	display:inline;	list-style-type:none;	padding:10px;	margin:0;	}*/
ul#menu 
 	{
	float:left;
	list-style-type:none;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	/*background-image: url(images/ACR_02.jpg);*/
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #e3e1d2;
	border:solid #FF0000 0px;*/
 	}
ul#menu a
 	{
	padding:0px;
	margin:0px;
	height:auto;
	vertical-align:middle;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	}
ul#menu li 
 	{
   	display:inline;
   	text-align:center;
	margin:0px 0px 0px 0px;
	border:solid 0px #FF0000;
	padding:0px;
	padding-left:1.5%;
 	}
ul#menu li.first 
 	{
   	display:inline;
   	text-align:center;
	padding:0px;
	padding-left:52px;
 	}
ul#menu a:hover, ul#menu a:focus, ul#menu a:active 
 	{
	/*background-color:#000080;*/
   	color:#000;
	padding:0px;
	margin:0px 0px 0px 0px;
	text-decoration: underline;
 	}
ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover,
ul#menu li.current_page_item a:focus, ul#menu li.current_page_item a:active 
 	{
   	/*background-color:#005080;*/
   	color:#000;
   	cursor:default;
   	text-align:left;
	padding:0px;
	margin:0px 0px 0px 0px;
 	}
/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#06F;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#000080;
	text-decoration:underline;
	}
/* FORMS
---------------------------------------*/
#searchform 
	{
	padding:0 0 0 10px;
	text-align:left;
	}
#searchform #s 
	{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F1F1F1 url(images/search.jpg) no-repeat scroll 5px 5px;
border:1px solid #CCCCCC;
color:#000000;
margin-top:10px;
padding:2px 2px 2px 20px;
width:190px;
	}
#searchsubmit 
	{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F1F1F1 none repeat scroll 0 0;
border:1px solid #DDDDDD;
color:#000000;
padding:1px;	}
form textarea
	{
	width:70%;
	border:1px solid #ddd;
	padding:0;
	margin-right:10px;
	color:#000;
	background:#f1f1f1;
	}
form input
	{
	border:1px solid #ddd;
	padding:3px;
	margin:2px 0;
	color:#000;
	background:#f1f1f1;
	}
	
form select
	{
	border:1px solid #ddd;
	padding:3px;
	margin:2px 0;
	color:#000;
	background:#f1f1f1;
	z-index:-1;
	}	
form input submit
	{
	margin:10px 0;
	}
form input:focus, form textarea:focus
	{
	color:#000;
	background:#fff;
	}
form p
	{
	margin:0;
	}
/* MISCELLANEOUS
---------------------------------------*/
.hidden
	{
	display:none;
	}
.clear
	{
	clear:both;
	}
.center
	{
	text-align:center;
	}
.author
	{
	color:#666;
	font-size:.9em;
	}
.navigation
	{
	margin:10px 20px;
	}
.navigation-right
	{
	text-align:right;
	}
.navigation-left
	{
	text-align:left;
	}
code
	{
	font-size:1.4em;
	}
blockquote
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}
cite
	{
	margin:10px 10px 10px 20px;
	}
/* PAGENAVI
---------------------------------------*/
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 
	{
	color:#008080 !important;
	background:transparent !important;
	}
.wp-pagenavi a:hover 
	{
	color:#000080 !important;
	background:transparent !important;
	}
.wp-pagenavi span.pages 
	{
	background:transparent !important;
	}
.wp-pagenavi span.current 
	{
	background:transparent !important;
	}
.wp-pagenavi span.extend 
	{
	background:transparent !important;
	}
/* COMMENTS
---------------------------------------*/
.commentlist li .avatar
	{ 
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:2px 0;
	background:#fff;
	color:#000;
	}
.commentlist li
	{
	list-style:decimal;
	margin:10px;
	padding:0;
	}
.commentlist .alt
	{
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}
#heading-txt {
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #105178;
	text-decoration: none;
	font-variant: small-caps;
}
#heading-txt a {
	color:#FFF;
}
#heading-txt a:visited {
	color:#FFF;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif;left:8px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:122px;text-align:center;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000000; width:111px; height:30px; border:0px solid #000; border-width:0px; background:#E3E1D2; padding-left:12px; line-height:29px; font-weight:bold; text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#cac8bc;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;text-align:left;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#cac8bc;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
.tempmenu{
border:0px solid;background-image:url('images/center_02.jpg');background-position:center top;background-repeat:repeat-y;
}
.tpath2{
width:749px;float:left;border-top:0px solid #000080;background-image: url('images/marble.gif');height: 231px;
}
.tpath3{
width:749px;float:left;border-top:0px solid #000080;background-image: url('images/salt.jpg');height: 231px;
}
.tpath4{
background-image:url('images/header_bd.jpg'); background-repeat:repeat-x;background-position:top left;
}
.tpath5{
background-image:url('images/marbbg.gif'); background-repeat:repeat-x;background-position:top left;
}
.tpath6{
background-image:url('images/prodbg.gif'); background-repeat:repeat-x;background-position:top left;
}
#search{
display:block;
float:right;
margin-right:25px;
margin-top:20px;
z-index:2000;
}
