/* CSS FOR NORDINA PTY LTD
©2006 2ROOMS INTERACTIVE */

html, body {
 background-color: #001C5B;
 background: url(../images/bg.jpg) top left repeat-x;
 color: #fff;
 height: 100%;
 margin: 0;
 padding: 0;
 text-align: center;
 }

#container {
 position: relative;
 width: 812px;
 height: 100%;
 margin: 0 auto;
 padding: 0;
 top: 0;
 left: 0;
 text-align: left;
}
 
#top {
 width: 812px;
 height: 188px;
 background: url(../images/home_top.jpg) top left no-repeat;
}

#content {
 position: relative;
 top: 0px;
 left: 0px;
 width: 812px;
 height: 500px;
 background: url(../images/home_contentbg_leftblue.jpg) top left repeat-y;

}

#content_left {
 width: 246px;
 height: 499px;
 float: left;
 background: url(../images/home_contentbg_left.jpg) top left no-repeat;
 z-index: 2;
}

#content_right {
 width: 564px;
 height: 499px;
 float: right;
 text-align: left;
 background: url(../images/home_contentbg_right.jpg) top right no-repeat;
 z-index: 2;
}
 
#swirl {
 position: relative;
 width: 227px;
 height: 465px;
 margin-left: 18px;
 background: url(../images/swirl.jpg) top right no-repeat;
 z-index: 3;
}

#swirl ul {
 font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
 size: 16px;
 font-weight: 600;
 position: absolute;
 top: 50px;
 left: 10px;
 text-align: left;
 margin: 0;
 padding: 0;
 list-style: none;
}

#swirl ul li {
 height: 30px;
}

#swirl ul a:link, a:visited {
 text-decoration: none;
 color: #fff;
}

#swirl ul a:hover {
 text-decoration: none;
 color: #1442A5;
}

#currentpage {
 position: absolute;
 top: 170px;
 left: 30px;
 z-index: 4;
}

#footer {
 position: relative;
 top: -1px;
 left: 0px;
 width: 812px;
 height: 20px;
 background: url(../images/home_footer.jpg) top left no-repeat;
}