* { behavior: url(iepngfix.htc) }

html, body {
	height: 100%;
    width: 100%;
    text-align:center;
}

body {
	margin: 0px;
	padding: 0px;
    font-family: Century Gothic, Verdana, Arial;
    color: #939393;
	font-size:12px;
}

img {
    border:0;
}

table {
    font-size:12px;
}

a {
    font-family: Century Gothic, Verdana, Arial;
	color: #939393;
    text-decoration: none;
}

a:hover {
    color: #F37174;
    text-decoration: none;
}

#layout-outer {
	width: 910px;
	/* height: 100%; */
	/* margin: 0px auto; */
    text-align: left;
    margin-left: auto; 
    margin-right: auto;
	/*padding-top: 25px;*/
	background-color: #FFFFFF;
}

#layout-inner {
	/* width: 928px; */
    /* margin-top: 25px; */
    /* margin: 25px; */
     background-image: url('../images/header.png'); 
     background-repeat: no-repeat;
     font-size:10px;
}

html>body #layout-inner {
	height: auto;
}


#layout-header {
}


#layout-body {
    height: 536px;
    min-height: 250px;
    overflow: hidden;
}

#layout-inner .body-home {
    background-color: #EDEEF2;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    
}

#logo-small {
    position: absolute;
    top: 125px;
    height: 178px;
    width: 158px;
    margin-left: 25px;
}

#nav-main {
    position: absolute;
    top: 380px;
    width: 140px;
    margin-left:40px;
}

#nav-dots {
    position: absolute;
    top: 380px;
    width: 160px;
    height: 140px;
    margin-left:33px;
}

#nav-dots .dot {
    width: 30px;
    height: 31px;
    float: left;
    background-image: url('../images/dots/grey.gif');
    background-repeat: no-repeat;
    cursor:pointer;
    /* margin-right: 1px; */
    /* margin-bottom: 1px; */   
}

#nav-dots .blue1 {
    background-image: url('../images/dots/blue1.gif');
}
#nav-dots .green1 {
    background-image: url('../images/dots/green1.gif');
}
#nav-dots .green2 {
    background-image: url('../images/dots/green2.gif');
}
#nav-dots .orange1 {
    background-image: url('../images/dots/orange1.gif');
}
#nav-dots .purple1 {
    background-image: url('../images/dots/purple1.gif');
}
#nav-dots .red1 {
    background-image: url('../images/dots/red1.gif');
}
#nav-dots .red2 {
    background-image: url('../images/dots/red2.gif');
}
#nav-dots .yellow1 {
    background-image: url('../images/dots/yellow1.gif');
}

#item-main {
    cursor:pointer;
}

#nav-portfolio {
	position: absolute;
	top: 384px;
	width: 120px;
	height: 60px;
	margin-left:190px;
	z-index: 100;
}

#nav-portfolio a:hover {
    text-decoration: none;
    color: #F37174;
}

#nav-portfolio a {
	text-transform: lowercase;
    color: #FF9900;
    display: block;
    margin: 1px;
    text-decoration: none;
    font-size:12px;
}

#nav-portfolio a.active {
    color: #FF9900;
}

.body-portfolio #logo-small {
    top: 60px;
}
.body-portfolio #nav-main {
    top: 235px;
}


#nav-main a:hover {
    text-decoration: none;
    color: #FF9900;
}

#nav-main a {
	text-transform: lowercase;
    color: #939393;
    display: block;
    margin: 1px;
    text-decoration: none;
    font-size:12px;
}

#nav-main a.active {
    color: #FF9900;
}

#layout-footer {
    background-color: #FF6915;
    height: 15px;
    width: 910px;
    position: absolute;
    top:522px;
    /* color: #F37174; */
}

.body-home #layout-footer {
    color: #939393;
}

.div-clear {
    clear:both;
    height: 0px;
    font-size: 0px;
}

h2 {
	text-transform: uppercase;
    color: #F37174;
    font-size:12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#item-title {
	
	width: auto;
	height: 50px;
	
	margin-top: 384px;
	margin-right: auto;
	text-align: right;
	color: #939393;
	font-size:35px;
}

#item-title-text {
	text-transform: lowercase;
    font-size:12px;
    margin: 0 5px 0 5px;
    /*font-weight: bold;*/
}

#item-closer {
    position: absolute;
    top: 500px;
    width: 630px;
    height: 20px;
    margin-left: 270px;
    margin-right: 10px;
    text-align: right;
    text-transform: lowercase;
    color: #939393;
    font-size:12px;
    font-weight: bold;
    cursor:pointer;
}

#item-main-outer {
    background-image: url('../images/loadingAnimation.gif');
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: 58% 30%; 
    
    position:relative; 
    height:338px; 
    width:565px; 
    top:90px;
    margin-left: 345px;
}
