/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background:#010101;
	/*min-width:1000px;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#000;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:1000px;
	text-align:left;
	/*padding:0px 44px 0 40px;*/
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#010101;
	padding-bottom:20px;
}
#top_banner {
	width:100%;
	background-image:url(../images/top_banner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:92px;
}
#logo {
	display:block;
	background-image:url(../images/irimo_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:186px;
	height:37px;
	position:relative;
	top:25px;
	left:25px;
}
#logo:hover { text-decoration:none; }

#header {
	background-image:url(../images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:383px;
}
#intro {
	background-image:url(../images/intro.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:115px;
}

#content {
	/*background:#fff;*/
	margin-left:7px;
}

#footer {
	background-color:#0C54A6;
	background-image:url(../images/sna_footer.jpg);
	background-position: center right;
	background-repeat:no-repeat;
	height:57px;
	width:100%;
	position:relative;
}

.box {
	width:489px;
	margin-right: 7px;
	margin-bottom:15px;
	float:left;
}

.right { margin-right: 0; }

.box_image {
	position:relative;
}

.box_content {
	background-image:url(../images/box_bkgd.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	color:#000;
}
