/* Amariyo Default 2 - Index / Welcome */
body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	text-align: center;
	max-height: 760px;
	max-width: 1000px;
	font-size: 95%;
}
html, body, #container { 
	min-height: 98%;
	width: 97%;
	height:98%; 
} 
html>body, html>body #container {
	height: 99%;
}
#container {
	position: absolute;
	top: 0;
	left: 0;
}
#resolution {
	position: absolute;
	top:0px;
	left:10px;
	width: 300px;
	height:65px;
	color:white;
}
#resolution a {
	color: silver;
	font-size: 10px;
}
.default {
	background-color:black;
	color: #4D4D4D;
}
.large {
	background-color:silver;
	color:black;
}
.small {
	background-color:#4D4D4D;
	color: white;
}
.wide {
	background-color:white;
	color: silver;
}
#menu_navbar {
	position: absolute;
	top: 10px;
	left: 310px;
	width: 500px;
	height:25px;
	padding-top: 5px;
	padding-bottom:5px;
	text-align:center;
	font: bold 0.8em Verdana, Helvetica, Sans-serif; 
	letter-spacing: 0.3em;
}
#menu_navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}
#menu_navbar li {
	display: inline;
}
#menu_navbar a:link, #menu_navbar a:visited  {
	padding-left:15px;
	padding-right:15px;
	color:#4D4D4D;
	text-align:center;
	background-color: black;
	text-decoration: overline;
	border-left: 1px solid #4D4D4D;
}
#menu_navbar a:hover {
	background-color:black;
	text-decoration: none;
	text-transform: uppercase;
	font: normal 1.0em Verdana, Helvetica, Sans-Serif;
	color: white;
}
#content_company_info {
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 300px;
	color: silver;
	text-align: center;
	padding: 15px;
	font-size: 82%;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
#content_company_info a {
        color: #808080;
	font-size: 90%;
        text-decoration: overline;
}
#content_company_info a:hover {
        color: white;
	font-size: 100%;
        text-decoration: underline;
}	
#content_company_image {
	position: absolute;
	top: 50px;
	left: 90px;
	background-color: transparent;
	background-image: url(../images/amariyo_desc_image_100.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 475px;
	color: silver;
	border: 2px solid #808080;	
}
#content_company_description {
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 185px;
	width: 320px;
	height: 250px;
	color: silver;
	text-align: center;
	padding: 4%;
	font-size: 86%;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;
}
#content_company_description a {
	background-color: transparent;
	text-decoration: overline;
	font-size: 92%;
	color: #808080;
}
#content_company_description a:hover {
	background-color:transparent;
	text-decoration: underline;
	color: white;
	font-size: 94%;
}
#amariyo_logo {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../images/AMA_logo_1.gif);
	width: 400px;
	height: 190px;
}	
#navbar {
	position: absolute;
	top:40px;
	left:500px;
	background-color:transparent;
	height: 425px;
	width: 390px;
}
#imagelist {
	list-style-type: none;
	color:white;
}
#imagelist li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	font: bold 1.0em Verdana, Helvetica, Sans-Serif;
	color: #808080;
}	
#imagelist a {
	text-decoration: none;
	font: bold 0.8em Verdana, Helvetica, Sans-Serif;
	letter-spacing: 0.3em;
	color: #808080;
}
#imagelist a:hover {
	text-decoration: none;
	text-transform: uppercase;
	font: normal 0.8em Verdana, Helvetica, Sans-Serif;
	color: white;
}
#imagelist img {
	display:block;
	border: 2px solid #808080;
}
#cookie {
	position : absolute;
	top: 4%;
	left: 8%;
	height: 16px;
	background-color: white;
	color: siler;
	font-size: 85%;
}	
#cookies {
	position : absolute;
	width: 60%;
	height: 11px;
	top:2px;
	left: 20%;
	background-color: transparent;
	color: #808080;
	font-size: 90%;
}
#footer { 
	position: absolute;
	top: 600px;
	left:10px;
	height:11px;
	font-size:9px;
	width: 780px;
	background-color: transparent;
}
#footer a {
	text-decoration: overline;
	font-size:9px;
	color: #808080;
}
#photographer {
	position: absolute;
	left:25px;
	color:blue;
	width:180px;
}
#copyright {
	position:absolute;
	left:350px;
	font-size:9px;
	width:240px;
	color:white;
}
#a2020 {
	position:absolute;
	left:750px;
	color:white;
	width:120px;
	font-size:9px;
}
#footer a:hover {
	font-size: 100%;
	color: silver;
	text-decoration: underline;
}
