html {
	background: #CFE2F1 url(../img/html-bg.png) fixed no-repeat;
	margin:0px;
	padding:0px;
}	
	
body {	
	margin:0px;
	padding:0px;
	width: 5250px;
	height: 720px;
	color:#333; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	background-image:url(../img/desk.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:60px 360px;
}

html, body {
	/*overflow-y: hidden;
	overflow-x: hidden;
	overflow: hidden;*/
}

h2 {font-size: 1.1em;}
h3 {
font-size: 1.4em;
margin:0;
padding:10px 0 10px 0;
color:#007ac0;
}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	margin:0;
	padding:0;
	height: 720px; 
	/*background-image:url(../img/bg2.gif);*/
}

#leftsider {
	margin:0;
	float: left;
	width:550px;
	padding: 0;
	padding-left: 40px;

}

#leftsider h1 {
	font-size: 1.4em;
}

#menu {
	margin-top: 20px;
	padding-left: 10px;
}

#menu ul {
	list-style: url(../img/av.png);

}

#menu ul li {
		text-decoration:none;
}

#menu a{
	text-decoration: none;
	color: #007AC0;
	font-size:1.1em;
}

#menu a:hover{
	color:#FF0000;
}

#content, #content.par {
	margin: 124px 0 0 40px;
	float: left;
	font-size: 1em;
	/*background-image:url(../img/opacity.png);
	background-repeat:no-repeat;*/

}

#content h4 {
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-size: 1.1em;
}

.par {
	padding-left: 20px;
	padding-right:20px;
	float: left;
	width: 540px;
	height: 400px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0px;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #007ac0;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {

}

#arrows {
	position: fixed;
	top: 530px;
	right: 200px; 
	width: 160px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 69px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig2.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig2.png) no-repeat;}


#rightsider {
	padding: 0 10px 0px 0;
	background-repeat:repeat;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}

/*added*/

.gallerycontainer{
position: relative;
margin: 30px 0 40px 0;
padding-left:15px;
}

.thumbnail img, .thumbnail2 img, .thumbnail3 img{
margin: 0;
border: 1px solid #333;
}

.thumbnail span, .thumbnail2 span, .thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333;
margin:0;
text-align:center;
left: -1000px;
visibility: hidden;
color: #fff;
text-decoration: none;
}

.thumbnail span img, .thumbnail2 span img, .thumbnail3 span img{ /*CSS for enlarged image*/
border:none;
padding: 2px;
margin:0;
}

.thumbnail:hover span, .thumbnail2:hover span, .thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -40px;
z-index: 50;
cursor: default;
padding-bottom:5px;
}

.thumbnail:hover span{
left: 15px; /*position where enlarged image should offset horizontally */
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
left: 135px; /*position where enlarged image should offset horizontally */
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
left: 255px; /*position where enlarged image should offset horizontally */
}

.arrow {
	position: absolute;
	visibility: visible;
	top: 142px;
	left: 221px;
	z-index: 40;
}

.arrow2 {
	position: absolute;
	visibility: visible;
	top: -20px;
	left: 221px;
	z-index: 42;
}

.spacer {
margin:0;
margin-top:122px;
padding:0px;
}

#first, #second, #third, #fourth, #fifth, #sixth, #seventh {
background-image:url(../img/opacity.png);
background-repeat:no-repeat;
}

#fourth img {
padding-left:100px;
}

.catalog {
	width:100%;
	background-image:url(images/green.jpg);
	background-repeat:no-repeat;
	background-position:250px 10px;
}

form {
font-family:verdana,arial,sans-serif;
font-size:100%;
margin:0;
padding:0;
}
form fieldset {
border:1px solid #999999;
margin:0 44px 0 10px;
padding:10px;
}
form fieldset legend {
color:#887A68;
font-size:1em;
font-weight:bold;
}
form label {
display:block;
float:left;
margin:5px 0 0;
padding:0;
text-align:right;
width:140px;
}
form textarea {
background-color:#F2F1EE;
border:1px solid #999999;
margin:5px 0 0 10px;
width:auto;
}
form input, select {
background-color:#F2F1EE;
border:1px solid #999999;
margin:5px 0 0 10px;
}
form input #reset {
margin-left:0;
}
textarea {
overflow:auto;
}
form small {
display:block;
font-size:88%;
margin:0 0 5px 160px;
padding:1px 3px;
}
form .required {
font-weight:bold;
}
form br {
clear:left;
}
form img #reset {
margin-left:0;
}

p {
margin:0;
padding:0;
}

p.headtext
{
position:fixed;
top:10px;
right:20px;
font-size:1.4em;
font-weight:bold;
color:#EE3C3A;
}

p.w3c
{
position:fixed;
top:532px;
right:20px;
font-size:1.4em;
font-weight:bold;
color:#EE3C3A;
}

p.w3c img {
border-style:none;
}