/*graphico.co.uk*/

/*
	colour palette
	==========================
	red: #660000;
	yellow: #dda85a;
*/


@import "dev.css";

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "ie6win.css";
@import "ie7win.css";

/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/

/* -- Generic Initiation items not covered in "undothml.css" -- */

body
{
	background: #010101 url(../../Images/body-default-BG.jpg) left top repeat-x; 
	color: #fff;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	min-width: 776px;
}

h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}

/*	For evil CMSs */
u
{
	text-decoration: none;
}

/*	To standardise cross browser */
ul, ol
{
	list-style-position: outside; margin: 10px 0 20px 15px; font-size:1.1em;
}
li { padding: 5px;}

fieldset
{
	border : none;
	margin-bottom: 1em;
}

legend
{
	display: none;
}

/*	Completely remove text from presentation */
/*	Not used to hide text  - screen readers won't pick it up either	*/
.invisible
{
	display: none;
}

/*	Used to hide text that screen readers should pick up */
.hide
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

/*	Clear floats on a background */
.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}

/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{ 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
} 

.replace span
{
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 


   Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] 

*/

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* begin normal CCS for Tier 1 browser: Firefox */
h1
{
	float: right;
	font-size: 2.5em;
}

h2, p
{
	margin-bottom: 1.2em;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
}

p, .msg li
{
	line-height: 1.6em;
	font-size: 1.1em;
}

#wrap
{
	margin: 0 auto;
	width: 789px;
	text-align: left;
	background: url(../../Images/div-wrap-BG.jpg) left top no-repeat;
	font-size: 1em;
	color: #dda85a;
}
#branding .gutter
{ background: url(../../Images/head-image.jpg) left top no-repeat; }

.gutter { margin: 0 10px; }

#content { 
	position:absolute;
	top:276px;

}


.col
{
	float: left;
	margin: 45px 30px 0 50px;
	width: 300px;
}
.col strong {
 font-size:1.1em;
}

div.last { margin-right: 20px; }

label,
fieldset p
{
	float: left;
	clear: left; 
	width: 100%;
	font-size: 1.2em;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: solid 1px #5a4427;
	padding-top: 7px;
}

input.text, textarea.text
{
	border: solid 1px #525252;
	background: #fff url(../../Images/input-text-BG.jpg) left top repeat-x; 
	width: 100%;
	color: #000; 
}

select { margin-bottom: 10px;}

textarea.text
{
	height: 100px;
}

input.submit
{
	float: right;
}

/*	Any Safari hash hacks go at the end of the file */

/* Bacardi La Fiesta - 01 August 2008 - Darius (added css starts from here)	*/

#main {margin: 0 auto;
	width: 783px;
	text-align: left;
	background: #040309 url(../../Images/div-main-BG.jpg) right top no-repeat;
	font-size: 1em;
	color: #dda85a; 
	height:978px}
	
.tooltip p{

	background: none;

	font-size: 11px;

	margin-bottom: 0;

}


.enhanced
{ 	
	background: url(../../../Images/label-enhanced-BG.gif) 100% 50% no-repeat; 
	width: 100%;
}

.checkboxLabel
{
	width: 250px;
	float: none;
	border: none;
	display: inline;
}

.checkboxInput input
{
	float:none;
	position: relative;
	top: 3px;
	left: 2px;
}

input.submit
{
	margin: 20px 0;
}
.colThanksPg
{
	float: none;
	margin: 90px 30px 0px 95px;
	width: 560px;
}