/* Main Containers */

html { height: 100%; }
html, body {
    border:0;
	margin: 0;
	padding: 0;
}
body{
    height: 100%;
	font-family:12px/18px tahoma, helvetica, arial, verdana, sans-serif;
	background:#8CD2F4 url('/img/bg_mainGrad2.gif') repeat-x;
	color: #555;
    text-align:center;
}
img{
    border:none;
}

#container {
    position:relative;
    z-index:1;
    text-align:left;
    min-height: 100%;
    margin:0 auto;
    padding:0;
    font:small Verdana,Sans-serif;
    line-height:1.6em;
    background-color:#fff;
	width: 746px;
    margin-top:25px;
    padding-top:75px;
}

* html #container {
    height: 100%;
}

#main {
    padding:10px 20px;
}

.rightside{
    float:right;
    width:240px;
}
.rightside h3{
	padding-top: 2px;
    border-bottom:2px solid #00A9DE;
}
.leftside{
    width:430px;
}
/* Header */
#header {
    position:absolute;
    top:-10px;
    height:85px;
    width:746px;
    background:url('/img/wave2.png') top left no-repeat;
}
#logo {
    display:block;
	width: 125px;
	height: 85px;
	margin-left:30px;
    background:url('/img/logo.png') top left no-repeat;
}
#cart_button{
    position:absolute;
    display:block;
    top:5px;
    right:20px;
    text-decoration:none;
    color:#fff;
    height:16px;
}

/* Navigation */
#nav {
    float: right;
    line-height: normal;
    margin: -28px 15px 0 0;
}
#nav .sf-menu {
	line-height: 10px;
}

#nav .sf-menu li:hover ul,
#nav .sf-menu li.sfHover ul {
	top: 30px; /* match top ul list item height */
}

/* matches selected menu item*/
#nav .sf-menu a.current {
	
}
/* matches selected tab (or tab with selected under it)*/
#nav .sf-menu a.current.al1 {
	
}


/* Lightbox */

/* Slideshow */
#theater {
    height:300px;
    width:700px;
    background:#ccc;
    padding: 15px;
    -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
#theater a{
    text-decoration:none;
    display:block;
}
.theater_left {
    width:50px;
    background:#888;
    color:#ccc;
    font-size:40px;
    text-align:left;
}
.theater_center { /* 500px x 300px */
    padding:0 25px;
}
.theater_right {
    width:50px;
    background:#888;
    color:#ccc;
    font-size:40px;
    text-align:right;
}
#slide_prev,#slide_next {
    cursor:hand;
    cursor:pointer;
}
.pics { height: 300px; width: 500px; padding:0; margin:0; overflow: hidden }
.pics img {
    height: 300px;
    width: 500px;
    border: 1px solid #ccc;
    background-color: #eee;
    top:0;
    left:0;
}

/* Footer */
#footer {
    clear:both;
    position: relative;
    margin: 0 auto;
    width: 706px;
    padding:6px 20px 3px 20px;
    font-size: .75em;
    font-family:arial;
    text-align: left;
    line-height: 1.5em;
    background:url('/img/wave.png') top left no-repeat;
    color: #fff;
    z-index:1;
}
#footer a{
    color:#fff;
}
#footer a:hover{
    color:#ff0;
}