html {
	margin: 0;
}

img {
	border:0;
}

body {
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	font-family: Century gothic, Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;	
	color: #014874; /*#541900;*/
	background:#000;
}

h1 {
	font-size: 1.75em;
	color: #014874; /*#541900;*/
	font-weight: normal;
	font-family: Century gothic, Arial, Tahoma, sans-serif;
	margin:0;
	margin-bottom:15px;
}

h2 {
	font-size: 1.2em;
	color: #014874; /*#541900;*/
	font-weight:normal;
	font-family: Century gothic, Arial, Tahoma, sans-serif;
	margin:0;
	margin-bottom:15px;	
}

h3 {
	font-size: 1.2em;
	color: #014874; /*#541900;*/
	font-weight:bold;
	font-family: Century gothic, Arial, Tahoma, sans-serif;
	margin:0;
	margin-bottom:15px;	
}

p {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
	margin-bottom:10px;
	color: #000;
}

a {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #808080;
	text-decoration: underline;	
}

a:hover {
	color: #014874; /*#541900;*/
	text-decoration: underline;
}

a.selected { 
	color: #000;
}

#container {
	background-color: #fff;
	width:920px;
	margin:0px auto;
	padding: 20px;
}

#header {
	left: 25px;
	height: 130px;
}

#header_logo {
	width:188px;
	height:90px;
	float:left;
}

#header_menu {
	float:right;
	margin-right:10px;
}	

#header_menu ul {
	padding: 0;margin: 0;display: block;float: left;
}

#header_menu li, #header_menu li.selected {
	height:30px;
	list-style-type: none;
	margin: 0;
	padding: 60px 10px 4px 10px;
	display: block;
	float: left; 
	background-color:#fff;
}

#header_menu li.selected {
	background-image:url('../../res/gfx/main-menu-selected.gif');
	background-repeat: no-repeat;
	background-position:top center;
}
#header_menu li a, #header_submenu li a {
	color: #014874; /*#541900;*/
	text-decoration:none;
}

#header_menu li a:hover, #header_submenu li a:hover {
	color:#000;
	text-decoration:underline;
}

#header_menu li.selected a, #header_submenu li.selected a {
	color:#808080;
	text-decoration:none;
}

#header_menu li.selected a:hover, #header_submenu li.selected a:hover {
	text-decoration:underline;
}

#header_submenu {
	margin-right:10px;
}	

#header_submenu ul {
	padding: 0;margin: 0;display: block;float: right;
}

#header_submenu li, #header_submenu li.selected {
	height:22px;
	list-style-type: none;
	margin: 0;
	padding: 14px 10px 4px 10px;
	display: block;
	float: left; 
	background-color:#fff;
}

#header_submenu li.selected {
	background-image:url('../../res/gfx/main-submenu-selected.gif');
	background-repeat: no-repeat;
	background-position:top center;
}

#page {
	background-color:#fff;
	height:auto;
	padding:10px;
    clear:both;
    overflow:hidden;	
	margin-bottom:10px;
}

#page_left {
	background-color:#fff;
	padding:0px;
	float:left;
	margin-right:20px;
    clear:both;
    overflow:hidden;
	width:900px;
}

#page_menu {
	float:left;
}	

#page_menu ul {
	padding: 0;margin: 0;display: block;
}

#page_menu li, #page_menu li.selected {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

#page_right {
	width:540px;
	float:left;
	padding:10px;
	height:360px;
	/*background-color:#eee;*/
}

#page_right_container {
	width:510px;
	background-color:#ddd;
	height:340px;
	color:#000;
	padding:15px;
}

#page_right_container_image {
	padding:0;margin:0;background-image:url('../../res/gfx/loading.gif');
	background-repeat: no-repeat;
	background-position:top center;	
	margin-bottom:5px;

}

div.clear {
    clear:both;
    height:0;
    overflow:hidden;
}

div.product {
	border-bottom: 1px solid #ccc;
	padding-top:10px;
	margin-bottom:5px;
    clear:both;
    overflow:hidden;	
}

div.product img {
	float:left;
	border:0;
	margin-right:20px;
	margin-bottom:20px;
}

div.inspiration {
	float:left;
	width:425px;
	padding:10px;
	margin-bottom:10px;
	background-color:#eee;
}

div.inspiration p {
	padding:0;
	margin:0;
}

div.breadcrumb {
	margin-bottom:15px;
	background-color:#f3f3f3;
	padding:4px;
	padding-top:2px;
	padding-bottom:2px;	
	border-bottom:1px solid #ccc;
}

div.breadcrumb a {
	text-decoration:none;
}

div.line {
    clear:both;
    overflow:hidden;
	height:1px;
	width:900px;
	background-color:#014874;
	margin-left:10px;
}

#footer {
	height:45px;
}

#footer_menu {
	width:100%;
}

#footer_menu ul {
	padding: 0;margin: 0;display: block;float: left; margin-left:10px; 	margin-top:20px;
}

#footer_menu li {
	list-style-type: none;
	margin: 0;
	padding: 2px 10px 2px 10px;
	display: block;
	float: left; 
	background-color:#fff;
	border-right: 1px solid #808080;
}

/* FORM ELEMENTS */

select {
	background-color: #fff;
	border: 1px solid #014874;
}


form
{
	margin: 0;
}

label {
	float: left;  
	width: 120px;  
	font-size:0.75em;
	margin-right: 0.5em; 
	line-height:1.4em;
}

fieldset {  
	margin: 0 0 0 0;  
	padding:10px; 
	margin:0px;

} 

legend { 
	margin-left: 0em;  
	font-size:1.1em;
	color: #014874;  
	font-weight: normal; 
	background-color:#fff;	
	padding:0;
} 

fieldset ol {  
	margin: 5px;
	padding:5px;  
	list-style: none; 
} 

fieldset li {  
	float: left;  
	clear: left;  
	width:500px;
	padding-bottom:10px;
} 

fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 155px; 
}

input {
	width:380px;
}

label.new, label.newerror {
	float: left;  
	width: 100px;  
	font-size:0.9em;
	line-height:1.4em;
	background-color:#fff;
	text-align:left;
	margin: 0;
}

label.newerror {
	color:#e6851c;
}

ul.new{  
	margin: 0;
	padding:0;  
	list-style: none; 
	list-style-type: none; 	
} 

li.new {  
	float: left;  
	clear: left;  
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	width:500px;
} 

input.new, input.newerror {
	font-size:0.9em;
	width:300px;
}

input.newerror {
	background-color:#d01014;
}

input.radio {
	font-size:0.9em;
	width:12px;
}

select.new, select.newerror {
	font-size:0.9em;
	width:300px;

}

select.newerror {
	background-color:#d01014;
}