* {
	margin: 0;
	padding: 0;
}

body {
  font-family: Georgia, Verdana, Geneva, Arial, "Times New Roman", Times, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
  background: url('/images/header_background.jpg') repeat-x top #FFFFFF;
  color: #333333;
}

img {
	border: 0px;
}

a, a:visited {
	text-decoration: none;
	color: #2D549F;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 800px;
	margin: 0 auto;	
}

input, select, textarea {
  color: #184A8F;
  background-color: #FFFFFF;
  font-size: 12px;
  border: 1px solid #184A8F;
  margin: 2px 0px;
}

/*
	Header properties
*/

#language-bar {
  width: 800px;
  text-align: right;
	margin-top: 30px;
}

#header {
	width: 800px;
	height: 90px;
	background-color: #2D549F; 
}

#header #logo {
	width: 280px;
	height: 60px;
	background: url('/images/logo_background.jpg') repeat-x #2789B8;
	margin-top: 15px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 2px;
	float: left; 	
}

#header #logo img {
	background-color: transparent;
}

#header #menu-bar {
	width: 490px;
	height: 60px;
	background: url('/images/menu_button_background.jpg') repeat-x;
	border: 1px solid #000000;
	margin-top: 15px;
	margin-left: 5px;
	float: left;
}

#header #menu-bar .navigation {	
  text-align: center; 
}

#header #menu-bar .nav_button-main {
	width: 80px;
  height: 60px;
  font-size: 14px;
  text-align: center;
	list-style: none;
	float: left;
}

#header #menu-bar .nav_button-main a {
	width: 80px;
  height: 60px;
	background: url('/images/menu_button_background.jpg') repeat-x;	
	color: #5277AB;
	display: block;
	text-decoration: none;
}

#header #menu-bar .nav_button-main a:hover {
	width: 80px;
  height: 60px;
	background: url('/images/menu_selected_background.jpg') repeat-x;	
	color: #FFFFFF;
}

#header #menu-bar .nav_separator {
	width: 2px;
  height: 60px;
	background: url('/images/menu_separator.jpg') repeat-x;	
	list-style: none;
	float: left;
}

#header #menu-bar .nav_button {
	width: 190px;
	max-width: 200px;
  font-size: 12px;
	list-style: none;
	float: left;
}

#header #menu-bar .nav_button a {
	background-color: #F5F5F5;	
	color: #676767;
	padding: 4px 5px 3px 5px;
	display: block;
	text-decoration: none;
}

#header #menu-bar .nav_button a:hover {
	background: url('/images/menu_selected_background.jpg') repeat-x;
	color: #FFFFFF;
}

#header #menu-bar .nav_button_drop {
	width: 200px;
	max-width: 200px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	position: absolute;
	top: 0;
	z-index: 100;
	visibility: hidden;
}

#header #menu-bar .nav_button_drop a { 
  width: 100%; 
}

#header #menu-bar .balloon a:link span { 
  display: none; 
}

#header #menu-bar .balloon a:visited span { 
  display: none; 
}

#header #menu-bar .balloon a:hover span {
	position: absolute;
	color: #676767;
	background-color: #F8C3C3;	
	border: 1px dashed #C0C0C0;
	text-align: left;
	text-decoration: none;
	margin: 5px 0px 0px 10px;
	padding: 2px 10px 2px 10px;
	display: block;
}

#second-header {
	width: 800px;
	margin-top: 10px;
}

#second-header #large-image {
	width: 800px;
	height: 337px;
	background: url('/images/header_image.png') no-repeat transparent;
}

#second-header #large-image #slogan {
	width: 95%;
	height: 64px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

#second-header #large-image #builder {
	width: 120px;
	height: 261px;
	background: url('/images/worker.png') no-repeat transparent;
	margin-left: 650px;
}


#second-header #small-image {
	width: 800px;
	height: 146px;
	background: url('/images/header_image_small.png') no-repeat transparent;
}

#second-header #small-image #header-title {
	width: 400px;
	height: 100px;
	margin-right: 70px;
	margin-top: 25px;
	float: right;
}

#second-header #small-image #header-title h3 {
	color: #184A8F;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 20px;
}

#second-header #small-image #header-title .text {
	text-align: justify;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
	margin-left: 20px;
}
	
#second-header #small-image #builder {
	width: 66px;
	height: 143px;
	background: url('/images/worker_small.png') no-repeat bottom transparent;
	padding-top: 3px;
	margin-right: 50px;
	float: right;
}


/*
	End of header properties
*/



/*
	Main properties
*/

#main {
	width: 800px;
	max-width: 800px;
	margin-top: 10px;
}

#main .textbox {
	width: 800px;
	max-width: 800px;
	min-height: 263px;
	background: url('/images/textbox_background.jpg') no-repeat top;
}

#main .textbox h1 {
	width: 760px;
	max-width: 760px;
	color: #184A8F;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	margin-left: 20px;
}

#main .textbox .text {
	width: 520px;
	max-width: 520px;
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	text-indent: 15px;
	padding-top: 10px;
	margin-left: 20px;
	float: left;
}

#main .textbox .banner {
	margin-right: 20px;
	float: right;
}

#main .textbox .banner img {
	border: 2px solid #2D549F;
	padding: 2px;
	margin-right: 10px;
}

#main .textbox .text h3 {
	color: #2D549F;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 2px solid #2D549F;
	margin: 10px 0px;
}

#main .textbox .text .view-more {
	text-align: right;
}

#main .textbox .text .view-more a, #main .textbox .text .view-more a:visited {
	text-decoration: none;
}

#main .textbox .text .view-more a:hover {
	text-decoration: underline;
}

#main .textbox .text .catalog-view {
}

#main .textbox .text .catalog-view img {
  border: 2px solid #2D549F;
  padding: 2px;
  margin: 0px 5px;
  float: left;
}

#main .textbox .text .catalog-view p {
  margin: 0px 10px;
}

#main .textbox .text ul {
  list-style-type: none;
}

#main .textbox .text ul a {
  color: #2D549F;
}

#main .textbox .text ul li {
  text-align: left;
}


#main .textbox .text ul li.gallery-li {
  min-width: 200px;
  min-height: 200px;
  text-align: center;
  float: left;
}

#main .textbox .text ul li img {
  border: 2px solid #2D549F;
  padding: 2px;
  margin: 0px 1px;
}

#main .textbox .text ul#form {
  width: 100%;
  list-style-type: none;
}

#main .textbox .text ul#form li {
  width: 50%;
  float: left;
}
#main .textbox .text ul#form li img {
  border: 0px;
}

#main .images {
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

#main .images img {
	border: 2px solid #2D549F;
	padding: 2px;
	margin-right: 10px;
}

#main .contact {
	width: 190px;
	margin-right: 20px;
	text-align: left;
	font-size: 11px;
	float: right;
}

#main .contact h3 {
	width: 150px;
	max-width: 150px;
	color: #184A8F;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}



/*
	End of main properties
*/


/*
	Footer properties
*/

#footer {
	width: 100%;
	min-width: 800px;
	min-height: 200px;
	background: url('/images/footer_background.jpg') repeat-x bottom #FFFFFF;
}

#footer #footer-content {
	width: 800px;
	height: 110px;
	background: url('/images/footer_text_background.jpg') repeat-x bottom;
	margin-top: 50px;
	margin-bottom: 50px;
}

#footer #footer-content #about-info {
	width: 600px;
	height: 60px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 50px;
	margin-left: 20px;
	float: left;
}

#footer #footer-content #about-info a,
#footer #footer-content #about-info a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer #footer-content #about-info a:hover {
	text-decoration: underline;
}

#footer #footer-content #small-house {
	width: 150px;
	height: 110px;
	background: url('/images/small_house.png') bottom;
	float: right;
}

/*
	End of footer properties
*/

/*
  Paging properties
*/
.paging {
  width: 100%;
  text-align: center;
  margin: 5px 0px;
}

.paging a {
  width: 15px;
  padding: 0px 5px;
  border: 1px solid #2D549F;
  text-decoration: none;
}

.paging a:hover {
  color: #FFFFFF;
  background-color: #2D549F;
}

.paging .normal {
  color: #2D549F;
  background-color: #FFFFFF;
}

.paging .selected {
  color: #FFFFFF;
  background-color: #2D549F;
}
/*
  End of paging proeprties
*/

/*
	Global classes
*/
.clear {
	clear: both;
}

.bold {
  font-weight: bold;
}

.red {
  color: #8C0710;
}

.view-more {
	text-align: right;	
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.complete-msg {
  border: 1px solid #FF6C00;
  background-color: #FDEFB8;
  padding: 5px;
}
/*
	End of global glasses declaration
*/