html {font-size:100%;}
html, body, #mainbody{
    height: 100%;
    /*overflow: hidden;*/
}
body{
    background-color:#dddddd; 
    margin:auto auto;
    text-align:center;
    font-family:"Century Gothic", "Avant Garde", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:62.5%;
}
#outer{
    position: relative;
    margin:auto;
    background-color:#dddddd;
    text-align:left;
    width:960px;
    height:592px;
    z-index:1;
    font-size:1.3em;
}

/* drop shadow */
.dropshadow {
    display: block;
    position: relative;
    margin: 4px -4px -4px 4px;
}
html>body .dropshadow {
    margin: 12px -12px -12px 12px;
    background:#dddddd url(../images/shadow.png) right bottom no-repeat;
}
.dropshadow:before, .dropshadow:after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background: inherit;	
}
.dropshadow:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -12px 0 0 auto;
    background-position: right top;
}
.dropshadow:after {
    margin: -12px 0 0 -12px;
    background-position: left bottom;
}
.dropshadow .inner {
    background-color:#ffffff;
    display: block;
    position: relative;
    overflow: hidden;
    left: -4px;
    top: -4px;
    z-index:2;
    height:100%;
    width:100%;
}
html>body .dropshadow .inner {
    background-color:#ffffff;
    left: -12px;
    top: -12px;
    margin: 0;
}

/* Pictures/captions */
#lhs{
    float:left;
    width:385px;
    height:100%;
	min-height: 100%;
	height: 600px;
    background-color:#fff;
    border-right:1px solid #999999;
    line-height:15px;
}
#picture{
	position:relative;
    display:block;
	top:-35px;
    margin:0px 5px -30px 5px;
}
#start_controls, #stop_controls{
	position:relative;
	margin:10px;
	background-color:#CCCCCC;
	height:16px;
	padding:2px;
	z-index:2;	
	 filter:alpha(opacity=75);
}
.show_control{
	display:block;
	float:left;
	margin-right:2px;
}
#caption{
	position: absolute;
	top: 510px;
	left: 10px;
    height:85px;
    width:290px;
	background-color:#fff;
    font-weight:700;
}
#desc{
    font-weight:100;
    font-size:12px;
}
#price{
	position: absolute;
	top: 510px;
	left: 300px;
	background-color:#ffffff;
	text-align:right;
	width:75px;
	font-weight:700;
}
#buy{
	position: absolute;
	top: 540px;
	left: 310px;
	width:70px;
    height:35px;
    background:#ffffff url(http://www.taniahunter.co.uk/images/buy-inactive.gif) top left no-repeat;
}

/* RHS */
#main{
    float:left;
    width:573px;
    height:600px;
    background-color:#ffffff;
}
h1{
    margin:0px;
    padding:20px 20px 0px 20px;
    color:#000000;
    font-size:2.9em;
    text-transform: uppercase;
}
h2{
    margin:0px;
    padding:0px 20px 20px 20px;
    color:#999999;
    font-size:15px;
}
h2 a:link, h2 a:active, h2 a:visited, h2 a:hover{
    color:#999999;
    text-decoration:none;
}
h2 a:hover{color:#000000;}
/* MENU STYLES ============================================= */
#menu{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    border-bottom:1px solid #999999;
    height:29px;
    width:100%;
}
#menu li{
    display: block;
    float:left;
    margin-left:0px;
}
#menu a{
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    font-weight:700;
    color: #999999;
    display: block;
    width: auto;
    padding:5px 10px 5px 10px;
    text-decoration: none;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    outline: none;
}
#menu a:active, #menu a:hover, #menu a.selected{color:#000000;}
#menu a.selected{border-bottom-color:#ffffff;}

/* THUMBNAIL STYLES ==============================================*/
#thumbs{
    margin:1px 0px 0px 0px;
    /*border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;*/
    padding:0px;
    height:100%;
}
#thumb_info{
	padding:2px;
	text-align:center;
	font-style:italic;
	font-size:0.85em;
	color:#333333;
	background-color:#ffffe0;
}

/* Gallery Styles */
#motioncontainer {
    /*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
    width: 100%; /* Set to gallery width, in px or percentage */
    height: 105px; /* Set to gallery height */
    position:relative;
    overflow:hidden;
}
#motioncontainer a img {
    margin:1px 0px 1px 1px;
    padding:1px;
    border:1px solid #ffffff;
    filter:alpha(opacity=75);
}
#motioncontainer a:hover img {
    border:1px solid #999999;
    filter:alpha(opacity=150);
}
#statusdiv {
    background-color: lightyellow;
    border: 1px solid gray;
    padding: 2px;
    position: absolute;
    left: -300px;
    visibility: hidden;
}
#motioncontainer a:hover {color: red;}

/* CONTENT STYLES ==============================================*/
#content{
	margin: 20px 15px 0px 10px;
    padding: 0px 20px 0px 10px;
    font-style:normal;
    font-size:13px;
    color:#404040;
    height:300px;
    overflow:auto;
	line-height:140%;
}
#content a{
    text-decoration:none;
    color:#555555;
}
#content a:hover{
    color:#000000;
}
#content img{
    float:right;
    margin:18px 0px 10px 10px;
}
