/* CSS Document */

/* CSS Document */

BODY {
	font-size: small;
	}
	
H1 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin: 5px 0 8px 12px;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight:normal;
	color: #434343;
}
H2 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin: 0 0 5px 10px;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	color: #434343;
}
H3 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin: 0 0 4px 10px;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.0em;
	font-weight: bold;
	color: #434343;
}
H4 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: normal;
	color: #434343;
}

#homePageHeader { 
	margin-bottom: 10px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#homePageHeader h1 { 
	background: transparent url(../images/homeheadline.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 350px; 
	height: 27px; 
	float: left;
	}
#homePageHeader h1 span {
	display:none
	}
P {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #434343;
	margin: 0 0 0 5px;
	padding: 0 8px 0 5px;
	font-size: 0.85em;
	line-height: 1.3em;
}
P.smalltext {
	font-size: 0.7em;
	color: #555555;
}
P.redtext {
	color: #B20A32;
}
P.goldtext {
	color: #F3950E;
}
.browntext {
	color: #593C23;
	font-weight:bold;
}
H1.headerline {
	font-size: 1.4em;
	font-weight:bold;
}
A{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #232323;
	text-decoration: none;
}
A:link {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #232323;
	text-decoration: none;
}
A:hover {
	color: #777777;
}
A.whitenav {
	color: #FFF;
}
A:visited {
	color:#232323;
}
UL {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #555555;
	padding: 0 0px 0 10px;
	margin: 0 0 0 5px;
	font-size: 0.9em;
	line-height: 1.3em;
	list-style-type: square;
}
LI {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #555555;
	margin: 0 0 0 10px;
	padding: 0 0px 0 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	list-style-type: square;
}

ul.largelist {
	list-style-image : url(../images/lstbullet.gif);
}
li.largelist {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	color : #222222;
	margin-top : 5px;
	margin-right : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	list-style-image : url(../images/lstbullet.gif);
	list-style-type : square;
	padding: 0 0 0 5px;
}

li.lstlinkspacer {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
}


.lftimage {
	float: left;
	padding: 0 0 0 0;
	margin: 0 20px 0 0;
}

.lftimagemarginrt {
	float : left;
	padding: 0 20px 0 0;
	margin: 0 15px 0 0;
}
.rtimage {
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
}
.clearer {
	clear: both;
}
.clearright {
	clear:right;
	}
.clearleft {
	clear:left;
	}
	
#container {
	position: relative;
	top: 10px;
	left: 0;
	width: 780px;
	margin: 0 auto;   /*center the site*/
	padding: 0;
	text-align: left;  /*hack for IE*/
	
}
#header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#contentcontain {
	position: relative;
	top: 10px;
	left: 0px;
	width: 780px;
	margin: 0;
	padding: 0;
}
#contentsub {
	float: left;
	margin:20px 0 0 0;
	padding:0;
	width: 180px;
}
#contentmain {
	float: right;
	margin:0;
	padding:0;
	width: 600px;
}
#nav {
	position: relative;
	top: 10px;
	left: 155px;
	width: 425px;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 425px;
	float: left;
}
#nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style:normal;
	float: left;
	list-style: none;
}
#nav ul a {
	display: block;
	padding: 0 0.5em;
	line-height: 1.6em;  /*vertical centering of link text*/
	text-decoration: none;
	color: #222222;
}
#nav ul a:hover {
	color: #777777;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCCCCC;
	background: #FAFAFA;
	}

#homebckgrnd {
	position: relative;
	top:55px;
	left:385px;
	height: 365px;
	width: 247px;
	background:url(../images/altairmedia001.jpg) no-repeat top left;
}
#servicebckgrnd {
	position: relative;
	top:55px;
	left:385px;
	height: 365px;
	width: 247px;
	background:url(../images/movieset.jpg) no-repeat top left;
}
#clientbckgrnd {
	position: relative;
	top:55px;
	left:385px;
	height: 365px;
	width: 247px;
	background:url(../images/reels.jpg) no-repeat top left;
}
#contactbckgrnd {
	position: relative;
	top:55px;
	left:385px;
	height: 395px;
	width: 247px;
	background:url(../images/camera.jpg) no-repeat top left;
}
#aboutbckgrnd {
	position: relative;
	top: 55px;
	left: 385px;
	height: 365px;
	width: 247px;
	background:url(../images/sailboat3.jpg) no-repeat top right;
}
#nobckgrnd {
	position: relative;
	top: 55px;
	left: 385px;
	height: 385px;
	width: 247px;
}
#captionbox {
	position: relative;
	top:65px;
	left:415px;
	height: 25px;
	width: 200px;
}



#box {
	position:relative;
	top:-380px;
	left: 10px;
	width: 420px;
}

.boxtop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 20px;
	background:url(../images/boxtop.jpg) no-repeat top left;
}
.boxsides {
	position: relative;
	top: -8px;
	left: 0;
	width: 396px;
	border-color: #77DCD6;
	border-right-style:solid;
	border-right-width: 2px;
	border-left-style:solid;
	border-left-width:2px;
	
	
}
.boxbottom {
	position: relative;
	top: -10px;
	width: 400px;
	height: 20px;
	background:url(../images/boxbottom.jpg) no-repeat bottom left;
}
.boxcontent {
	padding: 5px 12px 0 0;
}

#basebox {
	position:relative;
	text-align:center;
	width: 350px;
	top: 5px;
	left: 20px;
}
.formbox {
	width: 300px;
	line-height: 1.2em;
	margin:0;
	padding:0;
}

.formline {
	float: left;
	width: 300px;
	/*border: 2px solid #00704C;*/
	line-height: 1.2em;
	margin:0;
	padding:0;

}
.requiredformline {
	float: left;
	width: 350px;
	/*border: 2px solid #00704C;*/
	line-height: 1.2em;
	margin:0;
	padding:0;
	color:#FF0000;

}
.formline input {
	margin: 0 0 0 10px;
}

.formmsg {
	width: 275px;
}
.formmsg textarea {
	margin: 0 0 0 10px;
	
}
.demobutton a{
	background-image:url(../images/demobutton.jpg);
	display: block;
	width:68px;
	height: 20px;
	line-height: 26px;
	text-decoration: none;
	color:#4E727E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-style:normal;
}
.demobutton a:hover{
	background-image:url(../images/demobuttonhover.jpg);
	color:#B90005;
}

TD.smallcelltext {
	padding-left : 3px;
	padding-right : 0px;
	padding-top : 3px;
	padding-bottom :3px;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : .70em;
	font-weight : normal;
	color : #434343;
	vertical-align : top;
	text-align : left;
	width: 100px;
	line-height : 1.1em;
}