@import url(/date.css);
@import url(http://www.goldstarinternational.com/css/undohtml.css);
/*		Undoes the basic set styles to negate any differences between browsers, for 
		instance <ul>s have very different levels of padding/margin in firefox versus IE */
@import url(http://www.goldstarinternational.com/css/nav.css);
/*		Main nav bar styles */

/*********************
 *** GLOBAL STYLES *** 
 *********************/
body{
	font:			70%/140% Verdana, "Lucida Sans", sans-serif;
	color:			#fff;
	text-align:		center;
	background:		#485663;
}
#container{
	position:		relative;
	width:			985px; /* Total = 996px */ 
	margin:			0 auto;
	padding:		0 5px 0 6px;
	text-align:		left;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/container.gif) repeat-y #4C5C6B;
}
h2, h3, h4, h5, h6{
	margin:			0 0 1em 0;
	font:			bold 1em Verdana, sans-serif;
}
p, address{
	margin:			0 0 1em 0;
}
a{
	color:			#F6E074;
}
a:hover{
	color:			#ffcc00;
	text-decoration:underline;
}
div.blockquote, div.listItems{
	margin:			0 40px 1em 20px;
	padding-top:	15px;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/blockquoteTop.gif) no-repeat top;
}
blockquote{
	padding:		0 15px 15px 15px;
	font:			bold 1.1em/1.6em Georgia, "Times New Roman", serif;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/blockquoteBot.gif) no-repeat bottom;
}
.extraMarginBot{
	margin-bottom:	2em;
}
.left{
	float:			left;
}
.right{
	float:			right;
}
.noborder{
	border:			none!important;
}
.txtLeft{
	text-align:		left;
}
.txtRight{
	text-align:		right;
}
.txtCentre{
	text-align:		center;
}
.txtJustify{
	text-align:		justify;
}
.imgLeft{
	float:			left;
	margin:			0 10px 10px 0;
}
.imgRight{
	float:			right;
	margin:			0 0 10px 10px;
}
.imgCentre{
	display:		block;
	margin:			0 auto;
}
.floatHack{
	clear:			both;
	visibility:		hidden;
	margin:			-1px 0 0 0;
	font-size:		1px;
	line-height:	1px;
	color:			transparent;
}

/**************
 *** HEADER *** 
 **************/
#header{
	position:		relative;
	height:			145px;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/header.png) repeat-x top;
}
#header #logo{
	display:		block;
	position:		absolute;
	top:			5px;
	left:			30px;
}
#header #strapline{
	position:		absolute;
	bottom:			43px;
	right:			7px;
	font-style:		italic;
}
#header #callNow{
	position:		absolute;
	bottom:			8px;
	right:			7px;
}

/*************
 *** FLASH *** 
 *************/
#flash{
	border-top:		4px solid #808A94;
	background:		#EEFAFA;
}

/***************
 *** CONTENT *** 
 ***************/
#content h1{
	padding:		7px 5px  7px 20px;
	background:		#4E2E91;
}

/* -- #main -- */
#main{
	float:			left;
	width:			595px; /* Total = 665px */
	padding:		0 50px 0 20px;
}
#main h1{
	margin:			0px -10px 10px -20px;
	text-transform:	capitalize;
}
#main h1.specialH1{
	margin-bottom:	10px;
}
#main h2, #main h3{
	margin:			2.5em 0 0.5em 0;
	font:			bold 1em/1.7em Verdana, sans-serif;
}
#main h2.highlight{
	margin:			2em 0 -1em 0;
	text-align:		center;
}
#main h3{
	margin-left:	1.5em;
	color:			#FEFEFE;
}
#main #guarantee, #main #onlineTracking{
	float:			left;
	width:			287px;
	height:			99px;
	margin:			10px 0 0 0;
	padding:		6px 0 0 0;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/guarantee.gif) no-repeat;
}
#main #onlineTracking{
	background:		url(http://www.goldstarinternational.com/images/backgrounds/onlineTracking.gif) no-repeat;
}
#main #guarantee a, #main #onlineTracking a{
	display:		block;
	width:			152px; /* Total = 287px */
	height:			20px; /* Total = 70px */
	padding:		50px 0 0 135px;
	font-size:		0.9em;
	color:			#fff;
	text-align:		right;
}
#main #new, #main #customerLogin{
	float:			right;
	width:			287px;
	height:			70px;
	margin:			16px 0 0 0;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/new.gif) no-repeat;
}
#main #customerLogin{
	background:		url(http://www.goldstarinternational.com/images/backgrounds/customerLogin.gif) no-repeat;
}
#main #new a, #main #customerLogin a{
	display:		block;
	width:			257px; /* Total = 287px */
	height:			30px; /* Total = 70px */
	padding:		40px 20px 0 10px;
	font-size:		0.9em;
	color:			#fff;
}
#main ul{
	padding:		0 10px 10px 10px;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/blockquoteBot.gif) no-repeat bottom;
}
#main ul li{
	margin:			0 0 0.5em 0;
	padding:		0 0 0 15px;
	background:		url(http://www.goldstarinternational.com/images/icons/bullet1.png) no-repeat 0 4px;
}
#main ul li ul{
	margin:			0 0 0 10px;
	padding:		0;
	background:		transparent;
}
#main ul li ul li{
	margin:			0 0 0.5em 0;
	padding:		0 0 0 10px;
	background:		url(http://www.goldstarinternational.com/images/icons/bullet2.png) no-repeat 0 7px;
}
#main .signOff em{
	display:		block;
	font-weight:	bold;
	font-size:		1.2em;
	font-style:		italic;
}
	

/* -- #extraSideBar -- */
#extraSideBar{
	position:		absolute;
	top:			650px;
	right:			30px;
	text-align:		right;
}
#extraSideBar blockquote{
	width:			290px;
	padding:		0;
	font:			bold 1.4em/1.6em Georgia, "Times New Roman", serif;
	color:			#eee;
	background:		none;
}
.openQuote{
	position:		relative;
	top:			3px;
	margin-right:	5px;
}
.closeQuote{
	position:		relative;
	top:			7px;
	margin-left:	5px;
}
.quotee{
	margin:			15px 0 0 0;
	font-size:		0.9em;
	font-style:		italic;
	color:			#ccc;
}

/* -- #sideBar -- */
#sideBar{
	float:			left;
	width:			294px; /* Total = 320px */
	padding:		0 18px 0 8px;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/sideBar.gif) no-repeat left bottom;
}
#sideBar h2{
	margin:			0 -20px 5px -10px;
	padding:		7px 20px 7px 10px;
}
#sideBar .listStyle1 li{
	margin:			0 0 8px 0;
	padding:		4px 0 0 0;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/miniBoxTop.gif) no-repeat left top;
}
#sideBar .listStyle1 span.modifier{
	display:		block;
	padding:		0 3px 4px 5px;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/miniBoxBot.gif) no-repeat left bottom;
}
#subSideBar{
	position:		absolute;
	top:			600px;
	right:			15px;
	width:			310px;
	font:			bold 1.3em/1.9em Georgia, "Times New Roman", serif;
}

 
/**************
 *** FOOTER *** 
 **************/
#footer{
	clear:			both;
	height:			40px; /* Total = 90px */
	padding:		50px 0 0 0;
	font-size:		0.8em;
	background:		url(http://www.goldstarinternational.com/images/backgrounds/footer.gif) no-repeat right top;
} 
#footer a{
	color:			#fff;
}
#footer ul{
	margin:			5px 10px 50px 20px;
}
#footer li{
	float:			left;
	margin-right:	1.2em;
}
#footer li.strategies{
	float:			right;
	margin-right:	0;
}
	
	
