/* CSS Document */
body {
	margin: 0px;
	background-color: #3E3E3E;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-top: 0px;
	color: #CCC;
}

h2 {
	margin-top: 0px;
	color: #CCC;
}

h3 {
	margin-top: 0px;
	color: #CCC;
}

#header {
	text-align: left;
	margin: 15px auto 0 auto;
	width: 880px;
	height: 50px;
}

#main_content {
	margin: auto auto;
	margin-top: 0;
	width: 880px;
}

#content_header {
	width: 558px;
	height: 40px;
	float: right;
	padding: 0 10px 0 10px;
	background: #333;
}

#content_holder {
	width: 558px;
	height: 313px;
	float: right;
	padding: 10px;
	overflow: auto;
	background: #333;
}

#home_left {
	height: 380px;
	width: 290px;
	background-image: url(images/bruno_home_left_valentines.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	float: left;
}

#home_left2 {
	height: 380px;
	width: 290px;
	background-image: url(images/left_image3.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	float: left;
}

#content_padding {
	padding: 30px 15px 0px 10px;
}

#right_box {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.stocklist {
	color: #FFFFFF;
}

.tabs {
	border: none;
	margin: 30px 0 0 1px;
	float: right;
}

.stocklist a:link, .stocklist a:visted {
	color: #CCC;
	text-decoration: none;
}

.stocklist a:hover, .stocklist a:visted:hover {
	color: #FFF;
	text-decoration: underline;
}

#menu {
	text-align: center;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	width: 632px;
	margin: auto auto;
}

#footer {
	text-align: center;	
	border-top: 1px solid #999999;
	width: 632px;
	margin: auto auto;
	margin-top: 8px;
}

#tamarillo_ad {
	text-align: center;
}

.image_on_left {
	margin-right: 10px;
	border: 2px solid #715b23;
}

.image_on_right {
	margin-left: 10px;
	border: 2px solid #715b23;
}


.thumb {
float:left;
width: 40px;
height: 40px;
margin: 2px 1px 1px 1px;
}


/**************** Gallery ***********************************/
#gallery_div {
	width: 880px;
	height: 380px;
}

.thumb_div {
	float: left;
	height: 105px;
	width: 105px;
	border: 1px solid #000000;
	margin: 2px;
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
}

.thumb_link {
	width: 105px;
	height: 105px;
}

#big_image {
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center;
	background-image: url(images/image_loading.gif);
	text-align: center;
	margin: 25px 0px 25px 0px;
	cursor:hand;
}

/**************** End gallery ***********************************/



/**************** FORMS ***********************************/
.form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.txtBox2
{
	border: 1px solid #6D6C6C;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;    
	color: #000000;   
	text-decoration: none;
	height: 12px;
	padding-left: 3px;
	padding-top: 2px;	
	background-image: url(images/frmshadow_txtBox2-off.jpg);
}			
	
.txtField1
{
	border: 1px solid #6D6C6C;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;    
	color: #000000;   
	text-decoration: none;
	padding-left: 3px;
	padding-top: 2px;	
	background-image: url(images/frmshadow_txtfield1-off.jpg);
}

.drpDown1
{
	border: 1px solid #6D6C6C;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0A4600;
	font-weight: normal;
}
/**************** END FORMS *******************************/

