body {
	font-family					: "Trebuchet MS";
	font-size					: 12px;
	color						: #000000;
	background					:url("../images/pythondrive.png") no-repeat;
	margin 						:0px;
	padding 					:0px;
}

.bold{
	font-weight					:bold;
}

.button{
	border 						:1px solid #000000;
}

#map{
	overflow 					: hidden; 
	width   					:400px; 
	height 						:400px
}

#map{
	border 						:1px solid #43adff;
}
#sidebar{
	overflow 					: auto; 
	height 						: 400px; 
	font-size 					: 11px; 
	color 						: #000
}

#firstform{
	padding 					:10px;
	margin  					:0 0 50px 50px;
	background  				:url("../images/formbg.png") #6fc0ff bottom no-repeat;
	width						:642px;
	height						:450px;
}

#secondform{
	padding 					:10px;
	margin  					:0 0 0 50px;
	background					:url("../images/formbg2.png") #6fc0ff top no-repeat;
	width						:642px;
	height						:420px;
	overflow:none;
}

input{
	border 						:1px solid #43adff;
}

select{
	border 						:1px solid #43adff;
	width 						:210px;
}

.button{
	border 						:1px solid #43adff;
	background 					:#ffffff;
	float 						:right;
}

.productImage1{
	border 						:0px;
}

.productImage2{
	border 						:0px;
}

.content_table{
	width						:640px;
}

.productImageDiv1{
	text-align 					:right;
	margin    					:10px;
	width      					:300px;
	vertical-align 				:bottom;
	float 						:left;
}

.productImageDiv2{
	width 						:300px;
	vertical-align 				:bottom;
	float 						:left;
	margin 						:10px;
}

div.center{
	width						:230px;
	border-bottom 				:1px solid #43adff;
	margin 						:0 auto;
}

/*TOOLTIP*/

#hintbox{
	position 					: absolute;
	top 						: 0;
	background-color 			: lightyellow;
	width						: 150px; 
	padding 					: 3px;
	border 						: 1px solid black;
	font 						: normal 11px Verdana;
	line-height					: 18px;
	z-index						: 100;
	border-right				: 3px solid black;
	border-bottom				: 3px solid black;
	visibility 					: hidden;
}

.hintanchor{ 
	font-weight 				: bold;
	color 						: navy;
	margin 						: 3px 8px;
}

/* FONT CLASSES */

.braggadocio{
	font-family 				: "braggadocio";
}

h4{
	margin 						: 0px;
}

a { 
	font-weight 				: bold; 
	color 						: #003893; 
	text-decoration 			: none; 
}

a:hover { 
	color 						: #003893; 
	text-decoration 			: underline; 
}

h1, h2 {
	font-family 				: "Trebuchet MS";
	font-size 					: 24px; 
	margin 						: 5px;
}


