/*
#------------------------------------------------------------------------
# yourshop.com - November 2010 (for Joomla 1.5)
#
# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com   
#------------------------------------------------------------------------ 
# Based on T3 Framework
#------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/

body{ background:#f0f0f0 url('../../images/bg_image.jpg') no-repeat center 0; }
body#bd { font-size: 14px; margin:0; padding:0; font-family:Arial,Verdana,sans-serif; color:#383838; }

h1.logo{
	margin:0 0 0 2px;
	padding:0;
	clear:both;
}
h1.logo a{
	height:60px;
	display:block;
	text-indent:-999em;
	margin:0;
	background:transparent url('../../images/style1/logo.png') no-repeat left center;
}

#gk-top{ background:transparent url('../../images/logo_bg.png') repeat-x 0 0; padding-bottom: 6px; }

#gk-mainnav{
	background:#fff url('../../images/moduletable_header.png') repeat-x 0 bottom;
	height:50px;
	margin:0;
	padding:0;
	border:1px solid #d1d1d1;
	border-left:none;
	border-right:none;
}

#gk-mainnav .button{ background:#444; border:4px solid #444; }

#imenu{
	height:40px;
	padding:0;
	background:#000;
}

#gk-mainnav input{margin:2px 0 0 0!important;padding:0!important;color:#999;}
#gk-mainnav2 select{margin:2px 0 0 0!important;padding:0!important;color:#999;}

#gk-mainnav ul{
	margin:0;
	padding:0;
}

#gk-mainnav ul li{
	margin:0 0 0 10px; 
}

#gk-search{
	clear:both;
	padding:0px 0 0 10px;
	width:auto;
	float:left;
}
select { margin:14px 10px 10px 10px; float:left; }
fieldset{border:none;}

#imenu{padding:0px 0 0 20px;}

#login-btn, input[type=button], #mod_search_button{
	float:right;
	color:#999;
	background:#444;
	border:1px solid #333;
	display:block;
	padding:4px 5px;
	margin:0 10px;
}

#login-btn{
	margin-top:12px;
}

.gk-megamenu{
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
.buttonheading{
	display:none;
}
.buttonheading a,
.buttonheading img{
	border:none!important;
}

fieldset{
	width:87%;
}

#gk-content{
	clear:both;
}

textarea{
	width:90%!important;
}

.article-meta{
	color:#999;
}

.pagination{
	list-style-type:none;
	overflow:hidden;
	clear:both;
}
.pagination li{
	float:left;
	margin:0 0 0 2px;
}

#gk-main {
	padding:10px;
}

#gk-footer,
.gk-breadcrumbs,
.gk-copyright{
	padding:0 10px;
	font-size:10px;
}

#gk-footer{
	border-top:1px solid #d1d1d1;
}

.article_row { padding: 0; border-bottom: 0; }

.article_column { padding-top: 10px; padding-bottom: 10px; overflow: hidden; }

.blog_more { border-top: 0; }

.gk-megamenu span.menu-desc{ display:none!important; }

a{ color: #46660b; text-decoration:none; }

h1,h2,h3,h4,h5,h6{
	color:#46660b;
	font-weight:normal;
}

h1{font-size:250%;}
h2{font-size:180%;}
h3{font-size:150%;}
h4{font-size:120%;}
h5{font-size:115%;}
h6{font-size:110%;}

/* 
 * Messages 
 */
 
#system-message { margin: 0 0 4px; }
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul { margin: 0; padding: 0; }
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li { background: none; color: #fff; margin: 0; padding: 5px; list-style-type:none;}
/* System Standard Messages */
#system-message dd.message ul { background: #069; border: 0; }
/* System Error Messages */
#system-message dd.error ul { background: #cf052b; border: 0; }
/* System Notice Messages */
#system-message dd.notice ul { background: #333; border: 0; }