/* CSS Document */
/* ----------------------------------------------
	Template Name : Gulf Capital
	Template Desc: Global Style Rules
	Version : 1.0   
	Author : Biju Varughese
	Author URI : http://www.cyber-gear.com       
	Last Date Modified : 28 January 2010
 ------------------------------------------------ */
 
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin:0;
	padding:0;
	border:0;
	background:transparent;	
}

body {
	height:100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252; 	
	line-height:1.3;
	background: #F3E8D4 repeat-x ;
	
}

/* Focus styles! */
:focus {
	outline:0;
}

.clr {
	clear:both;
	display:block;
	height:0;
	line-height:0;
}

/* Headers */
h1, h2, h3, h4 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 150%;
	color: #7D6318;
	padding-bottom: 6px;
}

h2 {
	font-size: 100%;
	color: #7D6318;
	padding-bottom: 10px;
}

h3 {
	font-size: 100%;
	color: #7D6318;
	padding:0px;
	margin:0px;
}

h4 {
	font-size: 90%;
}

/* lists */
ol, ul {
	list-style-type: none;
}

/* tables */
table {
	border-collapse:collapse;
}

/* images */
img {
	border:0;
}
a img {
	border: 0;
}

/* form elements */
input,
textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.1em;
}
.left {
	float: left;
}
.right {
	float: right;
}

a:link, a:visited{
	text-decoration:none;
	margin:0;
	padding:0;
	color: #8C806D; 
	}
	
a, a:hover, a:active {
	text-decoration:underline;
	margin:0;
	padding:0;
	color: #8C806D; 
	}
	
.smalltxt 
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.linkcolor { color:#4b8f7d; }
.linkcolor a { color:#4b8f7d; }
.linkcolor a:hover { color:#4b8f7d; }