/* 
Colors

Brick Red - #b22222

Dark Blue - #141F71
*/

body
{
    background: #fff url(/images/template/background.png) repeat;
}

div#header
{
    text-align: right;
    font-style: italic;
    font-size: 18px;
}

div#header #phone
{
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    line-height: 24px;
}

div#header #phone span
{
    color: #b22222;
    font-size: 20px;
}

div#header #email
{
    
}

#logo
{
    width: 488px;
    height: 98px;
    background: transparent url(/images/template/logo.png) no-repeat;   
    cursor: pointer;
}
	
div#footer 
{
    text-align: center;
    font-style: italic;
    border-top: solid 2px #000;
    margin-bottom: 20px;
}

div#footer div 
{
    margin-top: 5px;
    margin-bottom: 20px;
}

div#footer p
{
    margin-top: 5px;
}

div#footer #footernav
{
    font-size: 17px;
}

div#footer .footertext
{
    font-size: 13px;
    line-height: 16px;
}

/* NAV */
div#nav 
{
    left: 70px;    
}
    
#nav, #nav ul, #nav li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#nav li 
{
    margin: 0px 40px 0px 0px;
    float: left;
    font-style: italic;
    font-size: 18px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvitica, Sans-Serif;
} 

#nav a
{
    padding-top: 2px;
    padding-left: 25px;
    float: left;
    display: block;
    height: 28px;
    text-decoration: none;
    line-height: 22px;
}

#nav a:hover
{
    background: transparent url(/images/template/bullet.png) 0px 3px no-repeat;
}

/* HOME */
#home
{
    margin-top: 520px;
}

#home .activetab
{
    z-index: 101;
}

#home .mainitem
{
    position: relative;
    top: 17px;
    left: 117px;
}

#home .mainitem img
{
    border: solid 1px #fff;
}

#home #picturestab, #home #moviestab, #home #compilationstab
{
    width: 912px;
    height: 487px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#home #picturestab
{
    z-index: 3;
    background: transparent url(/images/template/spritetabs.png) 0px 0px no-repeat;
}

#home #picturestab #mainslideshowarrowleft
{
    position: absolute;
    top: 190px;
    left: 130px;
    z-index: 50;
}

#home #picturestab #mainslideshowarrowright
{
    position: absolute;
    top: 190px;
    left: 617px;
    z-index: 50;
}

#home #moviestab
{
    z-index: 2;
    background: transparent url(/images/template/spritetabs.png) 0px -487px no-repeat;
}

#home #compilationstab
{
    z-index: 1;
    background: transparent url(/images/template/spritetabs.png) 0px -974px no-repeat;
}

#home #pictureslink, #movieslink, #compilationslink
{
    z-index: 10;
    width: 100px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

#home #pictureslink
{
    top: 0px;
    height: 115px;
}

#home #movieslink
{
    top: 160px;
    height: 80px;
}

#home #compilationslink
{
    top: 280px;
    height: 140px;
}

#home .sideimages
{
    position: absolute;
    right: 170px;
    top: 17px;
}

#home .sideimages .sideimage1
{
    
}

#home .sideimages .sideimage2
{
    margin-top: 115px;
}

#home .sideimages .sideimage3
{
    margin-top: 230px;
}

#home .sideimages .sideimage4
{
    margin-top: 345px;
}

#home .sideimages .sideimage img
{
    width: 140px;
    height: 105px;
    border: solid 1px #fff;
}

#home #blurb, #home #blurb a
{
    color: #141F71;
}

#home #blurb
{
    margin: 10px 0px 10px 10px;
    font-size: 20px;
    line-height: 24px;
}

/* ERROR PAGE */
#errorlogo
{
    margin-top: 20px;
    text-align: center;
}

#errorlogo div, #errorlogo a
{
    margin: 0px auto;
    text-align: center;
}

#errorcontent
{
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

/* CONTACT US */
#contactus
{
    margin: 0px auto 20px auto;
}

#contactus .contactmessage
{
    color: #141F71;
    font-size: 18px;
    line-height: 24px;
}

/* ADMIN */
.messagetext
{
    color: red;
    font-weight: bold;
}

/* SPRITES */
.arrowleft, .arrowright, .arrowlefthighlighted, .arrowrighthighlighted
{
    width: 86px;
    height: 105px;
    cursor: pointer;
}

.arrowleft
{
    background: url(/images/template/arrows.png) 0px -105px no-repeat;
}

.arrowright
{
    background: url(/images/template/arrows.png) -86px -105px no-repeat;
}

.arrowlefthighlighted
{
    background: url(/images/template/arrows.png) 0px 0px no-repeat;
}

.arrowrighthighlighted
{
    background: url(/images/template/arrows.png) -86px 0px no-repeat;
}

/* GENERAL */
body 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 15px;
	color: #000;
}
p
{
    margin: 0px;
}
table
{
    margin: 0px;
}
table td
{
    padding: 3px;
}
a, a:link, a:active {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
}		
img {
	border: 0;
}
h1
{
    margin: 0px 0px 10px 0px;
    font: italic bold 24px Arial, Helvetica, sans-serif;
}
