/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-size:12px;
}
a{
color:#F8A404;
}
#container{
padding:20px;
background: #FCFCFA url(/wp-content/themes/gcl/images/gcl_09.jpg) no-repeat ;
}
h1{
color:#50E80A;
line-height:16px;
}

<!--
.style10 {font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #666666;
line-height:12px;

}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;line-height:12px;  }
.contact-info tr{

line-height:12px;
}
-->
/* =Menu
-------------------------------------------------------------- */

#access {
	top:0;
	margin: 0 ;
	width: 1000px;
	display:block;
	float:left;
	height:44px;
		text-shadow: #222222 1px 1px 1px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 10px;
	color:#ffffff;
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 25px 0px 0px;
	line-height:33px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:0px;
	left:0;
	float:left;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	width: 200px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 200px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:30px;
	line-height:14px;
	padding:0px 10px 10px 10px;
	width: 180px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#333;
	background:#ABA99D;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}
.menu {
padding:none;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:420px;
    height:420px;
    margin:0 auto;
    padding-top:10px;
    margin-top:5px;
	background:none;
}

#slider {
	position:relative;
    width:400px;
    height:400px;
    margin-left:50px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

#leftcol{
display:block;
width: 450px;
float:left;
}
#rightcol{
margin-top:-20px;
display:block;
width: 420px;
float:left;
margin-left:20px;
}
