/* CSS Document for http://www.wine-uk.co.uk | Version 1
   Author - Protocol | Hosting Ireland | 
   http://www.hostingireland.ie | Feb 2010 */

/* =body declarations for body | ###IEB[]XHACK### 
	Body aligned to centered for browsers then 
countered to left for IE with #center division
==================================================*/

/* =global reset| reset css
==================================================*/

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
}

p{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* =body| body declaration
==================================================*/
body{
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #000000;
	}



/* =divs | declarations for divisions 
   during initial border layout
==================================================*/



/* =center| center container
==================================================*/	
#center{
	width: 770px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	
}


#topbox{
	width: 770px;
	background-color: #111111;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 5px;
}


#innerbox{
	width: 700px;
	height: 525px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}

#column-one{
	float: left;
	height: 528px;
	width: 396px;
	background-image: url(../images/merlotgrape1.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#column-two{
	float: left;
	height: 528px;
	width: 264px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
}


.whitebar{
	background-image: url(../images/white-bar.jpg);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	clear: both;
}

#text-area{
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.padright{
	padding-right: 4px;
}

.padleft{
	padding-left: 15px;
	padding-top: 15px;
}

.navigation{
	color: #FFFFFF;
	margin-top: 8px;
	text-align: center;
}

.copyright{
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	margin-top: 20px;
}



a:link{
	color:#DEF28F;
	text-decoration: none;
	}
a:visited{
	color:#DEF28F;
	text-decoration: none;
	}
a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	}
a:active{
	color:#DEF28F;
	text-decoration: none;
	}
	
a.navigation:link{
	color:#D8D8D8;
	text-decoration: underline;
	}
a.navigation:visited{
	color:#efefef;
	text-decoration: underline;
	}
a.navigation:hover{
	color:#FF3E3E;
	text-decoration: underline;
	}
a.navigation:active{
	color:#efefef;
	text-decoration: underline;
	}
