@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
background: #D2C7DC url(../images/body-bg.jpg) 0 0 repeat-x;
}

#container {
width: 837px;
margin: 0 auto;
background-color: #F2F2F2;
}

#header {
width: 837px;
height: 75px;
background: url(../images/rodder-logo.jpg) top right no-repeat;
}

p {
margin:0 0 1em 0;
padding:0;
}

h1 {
margin:0 0 .7em 0;
padding:0;
}

h2 {
margin:0 0 .7em 0;
padding:0;
}

form {
margin:0;
padding:0;
}

a img {
border: 0;
}

/* left column */

#leftcolumn {
width: 566px;
height: 591px;
background-color: #F2F2F2;
}

#leftcolumngallery {
width: 566px;
background-color: #F2F2F2;
}

.logo {
margin-left: 0;
}

.content {
float:left;
width: 234px;
height: 246px;
background: url(../images/content-bg.jpg);
margin-right: 28px;
padding: 10px;
}

.contact {
float:left;
width: 527px;
height: 246px;
background: url(../images/contact-bg.jpg);
padding: 10px;
} 

/* left column ends here */

/* right column */

#rightcolumn {
float: right;
width: 254px;
background-color: #F2F2F2;
}

#menu {
width: 154px;
height: 265px;
background: url(../images/menu-bg.jpg);
padding: 50px 50px 0 50px;
}

#menu a {
display: block;
width: 100%;
border-bottom: 1px dotted #003366;
text-decoration: none;
padding: 10px 0;
}

#menu a:hover {
display: block;
width: 100%;
border-bottom: 1px dotted #003366;
text-decoration: none;
padding: 10px 0;
color: #FF0000;
}

#menucontact {
width: 154px;
height: 265px;
background: url(../images/menucontact-bg.jpg);
padding: 50px 50px 0 50px;
}

#menucontact a {
display: block;
width: 100%;
border-bottom: 1px dotted #003366;
text-decoration: none;
padding: 10px 0;
}

#menucontact a:hover {
display: block;
width: 100%;
border-bottom: 1px dotted #003366;
text-decoration: none;
padding: 10px 0;
color: #FF0000;
}

#intro {
color: #333333;
padding: 5px 15px;
}

.rightcontent {
width: 234px;
height: 246px;
background: url(../images/content-bg.jpg);
padding: 10px;
}

.floatphoto {
float: left;
margin-left: 9px;
margin-bottom: 5px;
}

.floatcontactphoto {
float: left;
margin-left: 18px;
margin-bottom: 5px;
}

img.main {
margin-left: 9px;
}

img.contactmain {
margin-left: 18px;
}

.floattext {
float: right;
width: 120px;
color: #333333;
font-size: 10px;
line-height: 12px;
}

.floattextheading {
font-size: 12px;
color: #660066;
}

.floatcontacttext {
float: right;
width: 380px;
color: #333333;
font-size: 10px;
line-height: 12px;
}

/* footer */

#footer {
height: 40px;
border-top: 1px solid #CCCCCC;
background-color: #000000;
padding-top: 20px;
}

#footer p {
text-align: center;
color: #999999;
}

#footer a {
color: #CCCCCC;
font-size: 10px;
text-decoration: none;
border-bottom: 1px dotted #CCCCCC;
}

span.smalltxt {
font-size: 10px;
}

/* lightbox styles */ 

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
