* {
margin:0;
padding:0;
}

body {
font:.75em Verdana, Arial, Sans-Serif;
color:#fff;
line-height:1.8em;
background: #000000 url(../images/site/background.jpg) no-repeat top center;
}

p {
line-height:1.6em;
margin:0 0 1.4em 1em;
}

a {
color:#F74600;
text-decoration:none;
background:inherit;
}

a:hover {
color:gray;
background:inherit;
}

ul {
list-style:none;
}

li {
margin-left:1em;
}

blockquote{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #111;
	border: 1px solid #222;
}

.subcat {
margin-left:1em;
}

h1,h2,h3 {
font-weight:400;
margin:0 0 .8em;
}

h1,h2 {
color:#FFFFFF;
font-size:2em;
background:inherit;
}

h3 {
font-size:1.3em;
margin:1.2em 0 .5em;
}

#wrapper {
width:992px;
margin:0 auto 10px;
padding:0px;
}

#header {
height:110px;
}

#logo {
position: absolute;
}

#logo a{
display:block;
background: transparent url(../images/site/logo_glow_specialists.png) no-repeat top left;
width: 609px;
height: 114px;
}

#logo h1 {
display:none;
}
#logo p {
display:none;
}

#top {
float:right;
text-align:right;
width:70%;
}

#topmenu {
height:35px;
clear:both;
margin:5px 0 -5px;
padding:10px 0 0;
float:right;
}

#topmenu li {
font-size:1em;
float:left;
}

#topmenu li a {
color:gray;   /*color of top top menu items i.e. contact us, archive, site map*/
margin:0 15px;
}

#topmenu li a:hover {
color:#F74600;
}

#search {
float:right;
text-align:right;
border-top:1px solid #ccc;
margin:0;
padding:10px 0 0;
}

#mainmenu{
	height: 61px;
	margin-top: -20px;
	float:left;
	width: 100%;
	position: relative;
}
	#mainmenu .tabs{
		float: left;
	}
	#mainmenu a{
		float: left;
		display: block;
		height: 61px;
		color: transparent;
	}
	#mainmenu a span{
		visibility: hidden
	}
	#mainmenu a.home{
		width: 109px;
		background: transparent url(../images/site/menu/home_off.png) no-repeat top center;
	}
	#mainmenu a.products{
		width: 138px;
		background: transparent url(../images/site/menu/products_off.png) no-repeat top center;
	}
	#mainmenu a.news{
		width: 94px;
		background: transparent url(../images/site/menu/news_off.png) no-repeat top center;
	}
	#mainmenu a.techdept{
		width: 167px;
		background: transparent url(../images/site/menu/techdept_off.png) no-repeat top center;
	}
	#mainmenu a.store{
		width: 148px;
		
		background: transparent url(../images/site/menu/store_off.png) no-repeat top center;
	}
	
	#mainmenu .home a.home{background: transparent url(../images/site/menu/home_on.png) no-repeat top center;}
	#mainmenu .home a.products{background: transparent url(../images/site/menu/products_off_left.png) no-repeat top center;}
	
	#mainmenu .products a.home{background: transparent url(../images/site/menu/home_off_right.png) no-repeat top center;}
	#mainmenu .products a.products{background: transparent url(../images/site/menu/products_on.png) no-repeat top center;}
	#mainmenu .products a.news{background: transparent url(../images/site/menu/news_off_left.png) no-repeat top center;}
	
	#mainmenu .news a.products{background: transparent url(../images/site/menu/products_off_right.png) no-repeat top center;}
	#mainmenu .news a.news{background: transparent url(../images/site/menu/news_on.png) no-repeat top center;}
	#mainmenu .news a.techdept{background: transparent url(../images/site/menu/techdept_off_left.png) no-repeat top center;}
	
	#mainmenu .techdept a.news{background: transparent url(../images/site/menu/news_off_right.png) no-repeat top center;}
	#mainmenu .techdept a.techdept{background: transparent url(../images/site/menu/techdept_on.png) no-repeat top center;}
	
	#mainmenu .store a.store{background: transparent url(../images/site/menu/store_on.png) no-repeat top center;}

#mainmenu .search{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
input {
vertical-align:middle;
padding:2px;
}

input.searchfield {
width:150px;
border:2px solid #ccc;
font-size:.9em;
padding:6px;
}

input.searchbutton {
border:0;
color:#fff;
font-weight:700;
font-size:.9em;
background:gray;
padding:6px;
}

#crumbs {
clear:both;
background:#000;
border-top: 5px solid #666;
border-left: 5px solid #666;
border-right: 5px solid #666;
position:relative;
top: -5px;
z-index: -1;
margin:0 auto;
margin-bottom: -5px;
padding:0px;
}

#content {
padding:10px;
border-left: 5px solid #666;
border-right: 5px solid #666;
border-bottom: 3px solid #666;
background: #000;
width: 962px;
}

#content p.subcat {
margin-left:30px;
}

#main {
/*float:left;*/
margin-bottom:40px;
}

#main .columns{
	margin: 0px auto;
	width: 95%;
	height: auto;
}

#main .columns div{
	float: left;
	width: 26%;
	margin: 1%;
	background: #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 100%;
	background: #222 url(../images/site/fade_down.png) repeat-x top left;
	padding: 1em 2em 2em 2em;
}

#main .columns div a{
	background: transparent;
}

#main .columns div h2{
	text-align: center;
	padding: 0px 5px 5px 5px;
	margin: 0px auto 5px auto;
	background: transparent;
	border-bottom: 1px solid #444;
}

#main .columns div ul li{
	list-style-type: disc;
}

#main .news_block{
	margin: 3em 1em 1em 1em;
	padding: 0em 1em;
	background: #111;
}
#main .news_block h3{
	background: #000;
	margin: 0em -1em;
	
}

#side {
width:40%;
float:right;
display: none;
}

.single {
width:40%;
float:left;
padding:0 15px;
}

#footer {
clear:both;
margin-top:30px;
border-top:2px solid #222;
}

#main input[type=button] {
border:1px solid #ccc;
color:#000;
font-size:.8em;
line-height:1.5em;
cursor:pointer;
display:block;
float:left;
background:#f9f6f2;
margin:0 .1em;
padding:.2em .8em;
}

.strong {
font-weight:700;
}

.em {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
border:1px solid #770000;
color:#fff;
background:#222;
margin:0 0 8px;
padding:10px 8px;
}

textarea {
width:97%;
height:20em;
padding:3px;
}

.comment {
color:gray;
border-top:1px solid #ccc;
background:#050606;
margin:0 0 10px;
padding:10px;
}

.commentsbox {
color:gray;
background:#222;
margin:0 0 10px;
padding:10px;
}

.date {
border-top:1px solid #eee;
margin:0 0 20px;
}

.clearer {
clear:both;
margin:0 auto;
padding:1px 0 0;
}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
font:bold 12px Arial;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ccc;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}
