@charset "utf-8";
@import url('style-reset.css');


/*-----------------------------------------------*/
/*--------------- SITE STRUCTURE ---------------*/
/*---------------------------------------------*/

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f8f8f8 url(images/skytop.jpg) repeat-x
}

#container {margin: auto; width: 960px; font-size: .875em; position: relative}

#logo {position:absolute; right: 0; top: 0;}

#left {float: left; width: 580px; margin-bottom: 40px;}

#left2 {float: left; width: 780px; margin-bottom: 40px;}

#right {float: right; width: 310px; margin-bottom: 40px;}

#footer {clear:both; padding: 20px 0; width: 960px; margin: auto; font-size: .7em; border-top: 3px solid #dadada; position: relative}

.left_box {width: 270px; float: left;}

.right_box {width: 270px; float: right;}

.seperator {
	border-bottom: 1px dotted #d8d8d8;
	margin: 10px 0;
	clear: both
}

.latest-posts {
	font-size: 14px;
}

#news box p {
	line-height: 3px;
}



/*-----------------------------------------------*/
/*---------------   TYPOGRAPHY, IMG   ----------*/
/*---------------------------------------------*/

a {
	color: #000099;
	text-decoration: none
}

a:visited {
	color: #000099;
}  /* visited link */
a:hover {
	color: #660000;
}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */ 

p {padding: 15px 0; line-height: 1.5em}

strong {font-weight: 700}

.left_box p, .right_box p {font-size: .9em; line-height: normal;}

.main_heading span{font-size: 1em;}

h1.main_heading {font-size: 1.2em; font-weight: 700; color: #babc2c; font-style: italic}

h2 {font-size: 2em;}

h2#comments_heading {margin: 20px 0 0}

h3 {font-weight: bold}

h4 {font-weight: bold}

#right h3 {font-size: 1.2em; font-weight: 700; margin-bottom: 15px;}

.align_left {float: left; margin-right: 10px}



/*-----------------------------------------------*/
/*---------------   NAVIGATION   ---------------*/
/*---------------------------------------------*/

/* vertical menu ---------------*/

#v_navcontainer {
	border: 1px solid #c9c9c9;
	margin: 0px 0 30px;
	padding: 10px;
	background: #fff;
}

#v_navcontainer ul {list-style-type: none;}

#v_navcontainer a {
	display: block;
	color: #000;
	padding: 4px 0;
	border-bottom: 1px solid #eee;
}

#v_navcontainer a:hover {
     color: #767809;
}

/* horizontal menu ---------------*/

#nav{
	float:left;
	list-style-type: none;
	margin:20px 0px 0px 0px;
	margin-bottom: 30px;
	background: url(images/menu_seperator.png) left center no-repeat
}
#nav li{
	float:left;
	background: url(images/menu_seperator.png) right center no-repeat
}
#nav li a:link, #nav li a:active, #nav li a:visited{
	display: block;
	width: 100px;
	padding: 4px 8px;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	text-align: left;
	font-size: 17px;
	color: #fff;
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#babc2c;
}
span.nav_text{
	font-size:11px; 
	padding:0px 20px;
	color:#989797
}



/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/


#slider1 {
	width: 960px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	clear: both;
	margin-bottom: 20px
}

#slider1Content {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size: .9em;
    padding: 10px 20px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 300px !important;
	height: 290px;
}

#slider1 h2 {font-size: 2em; padding: 15px 0}

/*-----------------------------------------------*/
/*---------------      Panes      --------------*/
/*---------------------------------------------*/ 

h2.latest_products_heading {font-size: 1em; font-weight: bold; color: #333; margin-bottom: 3px}

.product_text {font-size: .8em; line-height: normal; padding: 0}

/* hover divs (pane list) */

.pane-list {
	margin-bottom: 30px;
	list-style: none;
}

.pane-list li {
	background: #efefef;
	cursor: pointer;
	height: 50px;
	padding: 4px;
	margin-bottom: 1px
}

.pane-list li:hover {
	background: #f6ffe9;
}

.pane-list img {border: 2px solid white; float: left; margin-right: 8px}

.pane-list a {color:#333}

/*-----------------------------------------------*/
/*---------------      Social      -------------*/
/*---------------------------------------------*/ 

/* share (social icons) */

#sharethis {width: 136px; position:absolute; right: 0px; top: 6px;}

#sharethis ul li {display: inline; float: left; margin-right: 5px}

/* rss */

	.rss {
		position:relative;
		display:block;
		height: 40px;
		width: 40px;
		background:url(images/rss.png) top no-repeat;
	}
	
	.rss * {
	  display: none;
	}
	
	.rss span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 40px;
		width: 40px;
		background:url(images/rss.png) bottom no-repeat;
	}
	
	/* facebook */
	
		.facebook {
		position:relative;
		display:block;
		height: 40px;
		width: 40px;
		background:url(images/fb.png) top no-repeat;
	}
	
	.facebook * {
	  display: none;
	}
	
	.facebook span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 40px;
		width: 40px;
		background:url(images/fb.png) bottom no-repeat;
	}
	
	/* twitter */
	
		.twitter {
		position:relative;
		display:block;
		height: 40px;
		width: 40px;
		background:url(images/twitter.png) top no-repeat;
	}
	
	.twitter * {
	  display: none;
	}
	
	.twitter span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 40px;
		width: 40px;
		background:url(images/twitter.png) bottom no-repeat;
	}
.red {
	font-weight: bold;
	color: rgba(200,0,0,1);
}
td {
	vertical-align: top;
}
