@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
	
	background: url(/images/website/body_background.jpg) top left repeat-x;
}

.darkred {
	color: #921930;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	border: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000000;
	
	text-decoration: underline;
}

a:hover,
a:active {
	color: #91172e;
	
	text-decoration: none;
}

.clearer {
	clear: both;
}

#background {
	width: 100%;
	height: 100%;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/background_background.jpg) top center no-repeat;
}

#container {
	width: 972px;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header {
	float: left;
	
	display: inline;
	
	width: 970px; /* 972 */
	height: 91px;
	
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/header_background.jpg) top left no-repeat;
}

#header #header_1 {
	float: left;
	
	width: 950px; /* 970 */
	height: 91px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#header_1 #header_1_1 {
	float: left;
	
	width: 475px;
	height: 91px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header_1_1 img#header_1_1_logo {
	float: left;
	
	display: inline;
	
	/*width: 249px;
	height: 73px;*/
	
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
}

#header #header_1_2 {
	float: right;
	
	width: 475px; /* 485 */
	height: 91px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header_1_2 dl#header_1_2_contact {
	float: right;
	
	width: 310px;
	height: 63px; /* 91 */
	
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 0px 0px;
}

dl#header_1_2_contact dt {
	float: left;
	
	width: 45px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 3px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	color: #ffffff;
	
	text-align: left;
}

dl#header_1_2_contact dd {
	float: left;
	
	width: 255px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #ffffff;
	
	text-align: left;
}

dl#header_1_2_contact dd a:link,
dl#header_1_2_contact dd a:visited,
dl#header_1_2_contact dd a:hover,
dl#header_1_2_contact dd a:active {
	color: #ffffff;
	
	text-decoration: none;
}

dl#header_1_2_contact dd a:hover,
dl#header_1_2_contact dd a:active {
	color: #dddddd;
}

#navigation_primary {
	float: left;
	
	width: 970px; /* 972 */
	height: 28px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/navigation_primary_background.jpg) top left no-repeat;
	
	border: 1px solid #ffffff;
}

#navigation_primary ul {
	float: right;
	
	/width: auto; /* 593 */
	height: 28px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
}

#navigation_primary ul li {
	float: right;
	
	width: auto;
	height: 28px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation_primary ul li a:link,
#navigation_primary ul li a:visited,
#navigation_primary ul li a:hover,
#navigation_primary ul li a:active {
	float: left;
	
	width: auto;
	height: 28px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	line-height: 28px;
	
	color: #ffffff;
	
	text-decoration: none;
	
	cursor: pointer;
	
	background: url(/images/website/navigation_primary_ul_li_a.jpg) top left no-repeat;
}

#navigation_primary ul li a:link span,
#navigation_primary ul li a:visited span,
#navigation_primary ul li a:hover span,
#navigation_primary ul li a:active span {
	float: left;
	
	width: auto;
	height: 28px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 18px 0px 18px;
}

#navigation_primary ul li a:hover span,
#navigation_primary ul li a:active span {
	color: #dddddd;

	background: url(/images/website/navigation_primary_ul_li_a_span_hover.jpg) top right repeat-x;
}

#navigation_primary ul li.selected a:link,
#navigation_primary ul li.selected a:visited,
#navigation_primary ul li.selected a:hover,
#navigation_primary ul li.selected a:active {
	color: #cc3366;
	
	background: url(/images/website/navigation_primary_ul_li_selected_a.jpg) top left no-repeat;
}

.discrete
{
	font-size:11px !important;
	color: #999 !important;
}

h3.discrete
{
	font-size:12px !important;
	color: #999 !important;
}

#navigation_primary ul li.selected a:link span,
#navigation_primary ul li.selected a:visited span,
#navigation_primary ul li.selected a:hover span,
#navigation_primary ul li.selected a:active span {
	color: #cc3366;

	cursor: pointer;

	background: url(/images/website/navigation_primary_ul_li_selected_a_span.jpg) top right no-repeat;
}

#content_wrapper {
	background: url(/images/website/content_left_background.jpg) top left no-repeat #ffffff !important;
}

#content {
	float: left;
	
	display: inline;
	
	width: 972px; /* 972 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/content_background_2.jpg) 0px -46px repeat-y;
}

body#home #content {
	background: url(/images/website/content_left_background.jpg) top left no-repeat #ffffff !important;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	
	line-height: 26px;
	
	color: #000000;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content h1 a:link,
.content h1 a:visited,
.content h1 a:hover,
.content h1 a:active {
	color: #000000;
	
	text-decoration: none;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	
	line-height: 22px;
	
	color: #000000;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content h2 a:link,
.content h2 a:visited,
.content h2 a:hover,
.content h2 a:active {
	color: #000000;
	
	text-decoration: none;
}

.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	line-height: 20px;
	
	color: #921930;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content h3 a:link,
.content h3 a:visited,
.content h3 a:hover,
.content h3 a:active {
	color: #921930;
	
	text-decoration: none;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	line-height: 20px;
	
	color: #000000;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}


.content p a:link,
.content p a:visited,
.content p a:hover,
.content p a:active {
	color: #000000;
	
	text-decoration: underline;
}

.content p a:hover,
.content p a:active {
	color: #91172e;
	
	text-decoration: none;
}

.content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 35px;
}

#content #content_left {
	float: left;
	
	width: 400px; /* 400 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	
	background: url(/images/website/content_left_background.jpg) top left no-repeat #ffffff;
}

body#home #content #content_left {
	width: 397px !important;
}

#content_left .content {
	float: left;
	
	width: 370px; /* 399 */
	
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
}

#content_left .content .col2 {
	float: left;
	
	width: 170px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

body#home #content_left .content {
	width: 367px !important;
}

#content #content_middle {
	float: left;
	
	width: 570px; /* 570 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: #f0f0f0;
	
	border-right: 1px solid #ffffff;
}

body#home #content #content_middle {
	width: 573px !important;
}

#content #content_middle.fullwidth {
	width: 972px !important
}

#content_middle .content {
	float: left;
	
	width: 540px; /* 569 */
	
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
}

body#home #content_middle .content {
	width: 543px !important;
}

#content_middle.fullwidth .content {
	width: 942px !important;
	
	background: url(/images/website/content_left_background.jpg) top left no-repeat #ffffff;
}

#content #content_right {
	float: right;
	
	display: none;
	
	width: 400px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: #ffffff;
}

#footer {
	float: left;
	
	width: 970px; /* 972 */
	height: 292px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/footer_background.jpg)
}

#footer #footer_1 {
	float: left;
	
	width: 960px; /* 970 */
	height: 20px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

#footer #footer_1_1 {
	float: left;
	
	width: 280px;
	height: 41px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
}

#footer #footer_1_2 {
	float: right;
	
	width: 680px;
	height: 20px; /* 41 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: right;
}

#footer_1_2 #navigation_footer {
	float: right;

	width: 680px;
	height: 20px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation_footer ul {
	float: right;
	
	height: 20px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
}

#navigation_footer ul li {
	float: right;
	
	height: 20px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/navigation_footer_li_background.jpg) center right no-repeat;
}

#navigation_footer ul li.last {
	background: none;
}

#navigation_footer ul li a:link,
#navigation_footer ul li a:visited,
#navigation_footer ul li a:hover,
#navigation_footer ul li a:active {
	float: left;

	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 20px;
	
	color: #ffffff;
	
	text-decoration: none;
}

#navigation_footer ul li a:hover,
#navigation_footer ul li a:active {
	color: #dddddd;
}

#footer #footer_2 {
	float: left;
	
	width: 960px; /* 970 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

#footer #footer_2_1 {
	float: left;
	
	width: 480px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
}

#footer #footer_2_2 {
	float: right;
	
	width: 480px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: right;
}

#footer_2_2 #credits {
	float: right;
	
	width: 480px;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	
	text-align: right;
}

#credits p {
	float: right;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #606060;
}

#credits p a:link,
#credits p a:visited,
#credits p a:hover,
#credits p a:active {
	color: #606060;
	
	text-decoration: none;
}

#credits p a:hover,
#credits p a:active {
	color: #959595;
}

/* ################################################## */

ul.list_albums {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
	
	list-style: none;
}

ul.list_albums li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 40px;
	
	background: url(/images/website/list_albums_li_background.jpg) top left no-repeat;
}

#gallery_albums {
	float: left;
	
	width: 550px; /* 570 */
	
	margin: 0px 0px 0px 0px;
	padding: 40px 10px 10px 10px;
}

#gallery_albums .gallery_album {
	float: left;
	
	display: inline;
	
	width: 170px; /* 170px */
	
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/gallery_album_background.jpg) bottom left repeat-x #d9d9d9;
}

#gallery_albums .gallery_album.col2 {
	width: 265px !important;
}

#gallery_albums .gallery_album.col1 {
	margin: 0px 0px 0px 50px !important;
	width: 440px !important;
}

.gallery_album .gallery_album_thumb {
	float: left;
	
	width: 160px; /* 160px */
	height: 130px; /* 130px */
	
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
}

#gallery_albums .gallery_album.col2 .gallery_album_thumb {
	width: 245px !important;
	height: 215px !important;
}

#gallery_albums .gallery_album.col1 .gallery_album_thumb {
	width: 430px !important;
	height: 300px !important;
}

.gallery_album_thumb img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.gallery_album h2 {
	float: left;
	
	width: 160px; /* 160px */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	color: #ffffff;
	
	text-align: center;
}

.gallery_album.col2 h2 {
	width: 255px !important;
}

.gallery_album.col1 h2 {
	width: 430px !important;
}

.gallery_album h2 a:link,
.gallery_album h2 a:visited,
.gallery_album h2 a:hover,
.gallery_album h2 a:active {
	float: left;
	
	width: 160px;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	color: #ffffff;
	
	text-align: center;
	text-decoration: none;
}

.gallery_album.col2 h2 a:link,
.gallery_album.col2 h2 a:visited,
.gallery_album.col2 h2 a:hover,
.gallery_album.col2 h2 a:active {
	width: 255px !important;
}

.gallery_album.col1 h2 a:link,
.gallery_album.col1 h2 a:visited,
.gallery_album.col1 h2 a:hover,
.gallery_album.col1 h2 a:active {
	width: 430px !important;
}

#album_flash {
	float: left;
	
	width: 549px; /* 569 */
	
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

/* ################################################## */

div.form {
	float: left;
	
	width: 540px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.form form {
	float: left;
	
	width: 540px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.form form fieldset {
	float: left;
	
	width: 270px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	
	border: none;
}

div.form form .field {
	float: left;
	
	width: 230px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
	border: none;
}

div.form form .field label {
	float: left;
	
	width: 230px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	color: #333333;
}

div.form form .field input {
	float: left;
	
	width: 230px;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 1px 2px 1px;
	
	color: #979797;
	
	border: 1px solid #d5d5d5;
}

div.form form .field input:focus {
	color: #505050;

	border: 1px solid #adadad;
}

div.form form .field input.checkbox {
	float: none;
	
	width: 25px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border: none;
}

div.form form .field input.checkbox:focus {
	border: none;
}

div.form form .field input.submit {
	color: #505050;
	
	background: #ffffff;
	
	border: 1px solid #d5d5d5;
}

div.form form .field textarea {
	float: left;
	
	width: 230px;
	height: 100px;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 1px 2px 1px;
	
	border: 1px solid #d5d5d5;
}

div.form form .field textarea:focus {
	color: #505050;

	border: 1px solid #adadad;
}

div.form form .field .field_validation {
	float: left;
	
	width: 230px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.form form .field .field_validation p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #921930;
}

div.form form .field .field_validation_perm {
	float: left;
	
	width: 230px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.form form .field .field_validation_perm p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #921930;
}

#home_flash {
	float: left;
	
	width: 572px;
	height: 280px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home_tiles {
	float: left;
	
	display: inline;
	
	width: 970px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #000000;
}

#home_tiles #home_tile_energy {
	float: left;
	
	width: 397px;
	height: 178px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/home_tile_energy_background.jpg) top left no-repeat;
	
	border-right: 1px solid #ffffff;
}

#home_tile_energy h3 {
	float: left;
	
	width: 397px; /* 397 */
	height: 57px; /* 57 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home_tile_energy h3 a:link,
#home_tile_energy h3 a:visited,
#home_tile_energy h3 a:hover,
#home_tile_energy h3 a:active {
	float: left;
	
	width: 367px; /* 397 */
	height: 37px; /* 57 */
	
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	
	line-height: 20px;
	
	color: #ffffff;
	
	text-decoration: none;
}

#home_tile_energy a:link.readmore,
#home_tile_energy a:visited.readmore,
#home_tile_energy a:hover.readmore,
#home_tile_energy a:active.readmore {
	float: left;
	
	width: 371px; /* 397 */
	height: 108px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 13px 13px 13px;
}

#home_tile_energy img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home_tile_conservatories {
	float: left;
	
	width: 221px;
	height: 178px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-right: 1px solid #ffffff;
}

#home_tile_conservatories h2 {
	float: left;
	
	width: 221px;
	height: 31px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-bottom: 1px solid #ffffff;
}

#home_tile_conservatories h2 a:link,
#home_tile_conservatories h2 a:visited,
#home_tile_conservatories h2 a:hover,
#home_tile_conservatories h2 a:active {
	float: right;
	
	width: 169px; /* 221 */
	height: 24px; /* 31 */
	
	margin: 0px 0px 0px 0px;
	padding: 7px 26px 0px 26px;
	
	background: url(/images/website/home_tile_conservatories_h2_background.jpg) top right no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	
	color: #ffffff;
	
	text-align: right;	
	text-decoration: none;
}

#home_tile_conservatories img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home_tile_windows {
	float: left;
	
	width: 222px;
	height: 178px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-right: 1px solid #ffffff;
}

#home_tile_windows h2 {
	float: left;
	
	width: 222px;
	height: 31px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-bottom: 1px solid #ffffff;
}

#home_tile_windows h2 a:link,
#home_tile_windows h2 a:visited,
#home_tile_windows h2 a:hover,
#home_tile_windows h2 a:active {
	float: right;
	
	width: 170px; /* 222 */
	height: 24px; /* 31 */
	
	margin: 0px 0px 0px 0px;
	padding: 7px 26px 0px 26px;
	
	background: url(/images/website/home_tile_windows_h2_background.jpg) top right no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	
	color: #ffffff;
	
	text-align: right;	
	text-decoration: none;
}

#home_tile_windows img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home_tile_doors {
	float: left;
	
	width: 127px;
	height: 178px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home_tile_doors h2 {
	float: left;
	
	width: 127px;
	height: 31px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-bottom: 1px solid #ffffff;
}

#home_tile_doors h2 a:link,
#home_tile_doors h2 a:visited,
#home_tile_doors h2 a:hover,
#home_tile_doors h2 a:active {
	float: right;
	
	width: 75px; /* 127 */
	height: 24px; /* 31 */
	
	margin: 0px 0px 0px 0px;
	padding: 7px 26px 0px 26px;
	
	background: url(/images/website/home_tile_doors_h2_background.jpg) top right no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	
	color: #ffffff;
	
	text-align: right;	
	text-decoration: none;
}


#home_tile_doors img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#map {
	float: left;
	
	display: inline;
	
	width: 550px;
	height: 260px;
	
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
