/* CSS Document */

/*This CSS file was written for the Beautiful Vending website by Iain Hanlon contactme@iainhanlon.co.uk*/
/**********************************/
body {
	background-color: #E2007D;
	background-image: url(/images/z.images_check/bg_gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-position: top;
}

/*Structural Elements*/
/**********************************/
	
#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-top: 10px;
	padding:0;
	background-color: #000000;
	border: 1px solid #FFFFFF;
		}

#contentheader {
	height: 80px;
	width: 700px;
	background-image: url(/images/structure/bv_header.jpg);
	background-repeat: no-repeat;
	background-color: #E2007D;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 0px;
		}

#maincontent {
	width: 700px;
		}				

#contentleft {
	width:340px;
	float:left;
	margin-bottom: 10px;
	padding:5px;
		}
	
#contentright {
	width:340px;
	float:left;
	padding: 5px;
	margin-bottom: 10px;
		}
	
div#footer {
	height: 60px;
	width: 700px;
	background-image: url(/images/structure/bv_footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 0px;
	clear: both;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	}
	


/*Navigation Menu*/
/**********************************/
 #navcontainer{
	margin-top: 10px;
	height: 20px;
	width: 700px;
 }
 
 ul#navlist
 {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
 }

 #navlist li
 {
 display: inline;
 list-style-type: none;
 }

 #navlist a { padding: 3px 5px; }

 #navlist a:link, #navlist a:visited
 {
 color: #FFFFFF;
 text-decoration: none;
 }

 #navlist a:hover
 {
 color: #E2007D;
 text-decoration: none;
 }
/*Text Formatting*/
/**********************************/

p {	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 15px;
}

a {	color: #E2007D;
	margin-top: 0px;
	margin-bottom: 8px;
}

h1 {
	font-size: 16px;
	color: #E2007D;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}

h2 {font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #E2007D;
	line-height: 15px;
}
h3 {font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #FFFFFF;
	line-height: 21px;
}

h4 {font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #FFFFFF;
	line-height: 15px;
}

/*Creates a transparent block element above a background image*/
/**********************************/
div#homelink1 {
	height: 80px;
	width: 245px;
	display: block;
	float:left;
}

div#homelink1 a {
	font-size: None;
	display: block;
	height: 80px;
	width: 245px;
	line-height: 0px;
}

/*Inline Elements*/
/**********************************/
.formlabel {
	clear: left;
	float: left;
	width: 70px;
	padding-right: 5px;
	text-align: right;
	font-size: 9px;
}

.picspan {
	display: block;
	padding: 0px;
	line-height: 100%;
	margin-top: 5px;
	overflow: hidden;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
.picspanright {
	display: block;
	padding: 0px;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	margin-left: 30px;
}
.reverse a {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 28px;
	text-decoration: none;
	background-color: #E2007D;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	display: block;
}
.picspan_no_size_left {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	margin-top: 0px;
	position: relative;
	clear: both;
}

.picspan_testimonials {
	float: left;
	position: relative;
	clear: both;
	display: block;
	padding: 0px;
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}

/*Text Pop when mouse is rolled over text*/
/**********************************/

div#popup {
	width: 240px;
	position: relative;
	}

div#popup a {
	display:inline;
	width:350px;
	height:200px;
	text-decoration:none;
	color: #E2007D;
	font-size: 14px;
	font-weight: bold;
	}

div#popup a:hover {
	display:inline;
	color: #FFFFFF;
	background:transparent;
	border-right-style: none;
	}

div#popup a span {
	display: none;
	}

div#popup a:hover span {
	display: block;
	position: absolute;
	width: 340px;
	height:155px;
	padding:5px;
	font-size: 12px;
	color: #000000;
	z-index: 100;
	left: 0px;
	top: -175px;
	text-align: left;
	background-color: #E2007D;
	}
