/*#################################################
#
#	Cafe Ballistico V4 Style Sheet
#
#################################################*/

body {
	background:#031324 url(images/main_BG.jpg) center center repeat-y;
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#708b9a;
	}

/*	Containers
**************************************************/
#top_main {
	height:346px;
	background:#000f22 url(images/top_BG.jpg) 0px 324px repeat-x;
	}
#middle_main {
	background:#eaf0f2 url(images/middle_topBG.jpg) repeat-x;
	border-bottom:1px solid #fff;
	border-left:0;
	border-right:0;
	border-top:1px solid #fff;
	padding:30px 0px 0px 0px;
	text-align:center;
	}
#bottom_main {
	background:url(images/top_BG.jpg) 0px 21px repeat-x;
	text-align:center;
	height:150px;
	font-size:10px;
	color:#0C3A52;
	padding-top:4px;
	}

/*	Top Divs
**************************************************/
#top_content {
	background:url(images/top_lightBG.jpg) center center no-repeat;
	width:100%;
	text-align:center;
	}
	
/*	Middle Divs
**************************************************/
#middle_content {
	width:628px;
	margin:0 auto;
	padding:0px 0px 0px 10px;
	text-align:left;
	}
#contact_form, #main_content {
	float:left;
	display:inline;
	}
#contact_form {
	width:226px;
	margin-top:31px;
	padding:10px 5px 10px 0px;
	}
#main_content {
	width:380px;
	padding:0px 2px 0px 0px;
	margin-left:5px;
	}
#main_content p {
	padding:0 0 0 7px;
	}
p {
	padding:0 0 0 0px;
	margin:0px 0px 10px 0px;
	}
.firstP {
	margin-top:-5px;
	}
h1 {
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0px;
	font-size:30px;
	color:#23C55D;
	}
#middle_footer {
	background:url(images/middle_bottomBG.jpg) repeat-x;
	height:29px;
	margin:0px 0px 0px 0px;
	padding:0px;
	clear:both;
	}

/*	Forms
**************************************************/
form {
	margin:0;
	padding:0;
	}
input, select, textarea {
	font-size:11px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
label {
	display:block;
	font-size:17px;
	font-weight:bold;
	color:#B952E0;
	margin-bottom:4px;
	_margin-bottom:4px;
	_margin-top:-6px;
	padding-left:4px;
	text-transform:uppercase;
	border-left:2px dotted #EC8F46;
	}
input, select {	
	margin:0px;
	}
textarea {
	width:216px;
	_width:219px;
	height:190px;
	padding:2px 0px 0px 2px;
	border-top:0;
	border-right:3px solid #339DDB;
	_border-right:0;
	background-color:#5A2E6B;	
	color:#D2E9F7;	
	}
.textEnter {
	padding:4px 0px 4px 17px;
	width:201px;
	border-top:0;
	border-right:3px solid #339DDB;
	background-color:#5A2E6B;	
	color:#FFF;
	}
select {
	padding:0px 0px 0px 17px;
	width:222px;
	border-top:0;
	background-color:#5A2E6B;	
	color:#FFF;
	background-image:url(images/icons/checkout-blue.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	font-weight:bold;
	}
.email {
	background-image:url(images/icons/email-blue.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	font-weight:bold;
	}
.name {
	background-image:url(images/icons/user-group2.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	font-weight:bold;
	}
hr {
	margin-bottom:0px;
	_margin-bottom:inherit;
	}

/*	Links
***************************************************/
a:link, a:visited {
	color:#3399CC;
	text-decoration:none;
	border-bottom:1px dotted #999999;
	}
a:hover, a:active {
	color:#00CCFF;
	text-decoration:none;
	border-bottom:1px solid #3399CC;
	}
#bottom_main a:link, #bottom_main a:visited {
	color:#12567A;
	}
#bottom_main a:hover, #bottom_main a:active {
	color:#CCCCCC;
	}

/*	Miscellaneous
***************************************************/
.blue {
	font-size:24px;
	color:#B952E0;
	border:0px;
	margin:0px 0px 7px 0px;
	}
.pad {
	margin-top:20px;
	}