@charset "utf-8";
body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/shadow2.jpg);
	background-repeat: repeat-y;
}

.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#mainuline {
	height: 1px;
	width: 98%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#navmain {
	background-color: #42617a;
	height: 30px;
	width: 792px;
	padding: 4px;
}
#pic1 {
	margin-top: 25px;
	border: 1px solid #CCC;
	width: 447px;
	height: 303px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;
}
.piclink {
	font-size: 0.8em;
	text-align: center;
	height: 303px;
	width: 447px;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
.pic3 {
	border: 1px solid #CCC;
	height: 367px;
	width: 447px;
	font-size: 0.8em;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: center;
}


.thrColFixHdr #header {
	font-family: Sylfaen;
	font-size: 16px;
	color: #CCC;
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #5f7383;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-family: Sylfaen;
	color: #666;
	background-color: #FFF;
	font-size: small;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 429px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-left: 80px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666;
	font-weight: normal;
	height: auto;
} 
#pic2 {
	height: 60px;
	line-height: normal;
}

.thrColFixHdr #footer {
	font-family: Sylfaen;
	font-size: 12px;
	color: #D3DCE6;
	background-color: #5f7383;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tableprintdat {
	font-family: "Trebuchet MS";
	color: #CCC;
	border: 1px solid #999;
	text-align: center;
	font-size: 12px;
}
#paypaldetails {
	font-size: 0.9em;
}

.printfont1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666;
}

.biopicframe {
	height: 284px;
	width: 269px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #CCC;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	text-align: center;
}
.pichtalprint {
	height: 310px;
	width: 450px;
	border: 1px solid #CCC;
}
.intoattackpic {
	height: 310px;
	width: 450px;
	border: 1px solid #CCC;
	font-size: 0.8em;
	line-height: normal;
	padding-bottom: 30px;
	text-align: center;
}
#thnailbox {
	text-align: left;
	width: 98%;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-right: auto;
}
#imageinst {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-top: 25px;
}

#spacediv {
	height: 10px;
	clear: none;
}

#tnailstyle {
	text-align: center;
	width: 151px;
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	float: left;
	white-space: normal;
	padding: 4px;
}
.tnailstyle7 {
	border: 1px solid #CCC;
	width: 151px;
	padding: 4px;
	margin-right: 25px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}

#tnailstyle2 {
	text-align: center;
	float: left;
	width: 160px;
	margin-right: 25px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 4px;
}
#tnailstyle3 {
	text-align: center;
	float: left;
	width: 190px;
	margin-right: 25px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 4px;
}
.spacer {
	height: 50px;
	width: 98%;
	float: none;
}
#spacediv2 {
	height: 10px;
}
#headertext {
	height: 100px;
	text-align: center;
	padding-top: 26px;
}
.tnailstyle4 {
	padding: 4px;
	float: left;
	width: 185px;
	margin-right: 20px;
	margin-bottom: 25px;
	text-align: center;
	border: 1px solid #CCC;
}
.tnailstyle5 {
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
	margin-right: 25px;
	margin-bottom: 15px;
	width: 190px;
	text-align: center;
}
.tnailstyle6 {
	border: 1px solid #CCC;
	text-align: center;
	float: left;
	width: 243px;
	padding: 4px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.pic4 {
	border: 1px solid #CCC;
	font-size: 0.8em;
	text-align: center;
	height: 347px;
	width: 447px;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.pic5 {
	font-size: 0.8em;
	width: 447px;
	border: 1px solid #CCC;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 321px;
	text-align: center;
}
.zoomimagedetail {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #666;
	height: auto;
	margin-top: 0px;
	margin-right: 80px;
	margin-left: 80px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.zoomimagecontainer {
	margin-right: auto;
	margin-left: auto;
}
#backbutton {
	padding: 20px;
	width: 42px;
	margin-right: auto;
	margin-left: auto;
}
.pic6 {
	font-size: 0.8em;
	text-align: center;
	border: 1px solid #CCC;
	height: 363px;
	width: 447px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.lightningspeedpic {
	height: 344px;
	width: 450px;
	border: 1px solid #CCC;
	font-size: 0.8em;
	line-height: normal;
	padding-bottom: 30px;
	text-align: center;
}
.pic4Copy {
	border: 1px solid #CCC;
	font-size: 0.8em;
	text-align: center;
	height: 342px;
	width: 447px;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#zoomimageinfo {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	text-align: center;
	width: 447px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pic5Copy {
	font-size: 0.8em;
	width: 490px;
	border: 1px solid #CCC;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 270px;
	text-align: center;
}
#printsample {
	height: 126px;
	width: 193px;
}
#sprytooltip1 {
}
#remarquesample {
	width: 470px;
	height: 260px;
	font-family: Sylfaen;
	font-size: 0.8em;
	text-align: center;
	border: 1px solid #CCC;
	padding: 0px;
}
#zoomimageinfo1 {
	font-family: Sylfaen;
	font-size: 0.8em;
	text-align: center;
	width: 490px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.spitfiremoonlight {
	width: 447px;
	border: 1px solid #CCC;
	font-size: 0.8em;
	line-height: normal;
	padding-bottom: 30px;
	text-align: center;
	font-family: "Trebuchet MS";
}
.oneofthefew {
	font-size: 0.8em;
	width: 447px;
	border: 1px solid #CCC;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 305px;
	text-align: center;
}
.highspeedinterception {
	height: 232px;
	width: 447px;
	border: 1px solid #CCC;
	font-size: 0.8em;
	line-height: normal;
	padding-bottom: 30px;
	text-align: center;
}
.finaldepaturebox {
	border: 1px solid #CCC;
	font-size: 0.8em;
	text-align: center;
	height: 349px;
	width: 447px;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#commissionexample {
	margin-top: 25px;
	border: 1px solid #CCC;
	width: 447px;
	height: 364px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;
}
#tnailstyle10 {
	text-align: center;
	width: 151px;
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	float: left;
	white-space: normal;
	padding: 4px;
}
.safleyhome {
	width: 447px;
	border: 1px solid #CCC;
	font-size: 0.8em;
	line-height: normal;
	padding-bottom: 30px;
	text-align: center;
	font-family: "Trebuchet MS";
	height: 383px;
}
.avrolankpencil {
	height: 360px;
	width: 450px;
	border: 1px solid #CCC;
	font-size: 0.8em;
	line-height: normal;
	padding-bottom: 30px;
	text-align: center;
}
#infotext {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.linkstyle1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#linkcont {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.tisbox {
	font-size: 0.8em;
	width: 490px;
	border: 1px solid #CCC;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 290px;
	text-align: center;
}
#wip1 {
	margin-top: 25px;
	border: 1px solid #CCC;
	width: 447px;
	height: 381px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;
}
#wip2 {
	margin-top: 25px;
	border: 1px solid #CCC;
	width: 447px;
	height: 316px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;
}
.piclinkCopy {
	font-size: 0.8em;
	text-align: center;
	height: 313px;
	width: 447px;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
