﻿/*HTML TAG DEFINITIONS*/
HTML
{
}
	
BODY
{
	background: #FFF;
	}
	
 /* New  Code for Opague */
 
a.linkopacity:hover img {
filter: alpha (opacity=100);
-moz-opacity: 1.0;   
opacity: 1.0;
}

HR
{
	color: #E46511;
	height: 1px;
	width: 85%;
}
	 
IMG
{	border-width: 0px;
}

UL
{
	margin: 0px 5px 0px 20px;
	list-style: disc;
	list-style-type: disc;
}
	
H1
{
	color: #E46511;
	font: x-large Arial, Helvetica, sans-serif;
}
	 
H2
{
	color: #E46511;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
	
H3
{
	color: #800000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
	
H4
{color: #E46511;
	font: small bold Georgia, Georgia, serif;
	text-align: left;
	}
	
H5
{margin: 0px 0px 0px 5px;
	color: #800000;
	font: bold small Georgia, Georgia, serif; }
	
H6
{color: #E46511;
	font: bold x-small Georgia, Georgia, serif;
	}
	
A
{
	color: #800000;
}
	
A:hover
{background: #FFFFB9;
	color: #E46511;
	font-weight: bold; }
	
p {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
}

p.left {text-align:left} /* paragraph left align */
p.right {text-align:right} /* paragraph right align */
p.center {text-align:center} /* paragraph center aling */

/*PAGE LAYOUT IDs*/
#wrapper
	{
	border: 2px solid #C2C2C2;
	background-color: white;
	width: 99%;
	float: right;
}
	
#global
	{
	font-size: small;
	height: 25px;
	background-color: white;
	font-weight: bold;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#header
	{
	caption-side: bottom;
	background-image: url('images/wings_of_a_dream_web_banner.jpg');
	width: 100%;
	background-repeat: no-repeat;
	color: #800000;
	height: 150px;
	text-align: right;
}

#header h1
	{
	margin: 0 5% 0 5%;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font: italic normal bold x-large serif;
	color: #000080;
	text-align: right;
}
	
#header h2 {
	margin: 0 5% 0 5%;
	font-size: large;
	font-style: italic;
	text-align: right;
	color: #000080;
	font-weight: bold;
}

#image.caption
{
	font-size: 2px;
	text-align: left;
	}

	
#header P
{
}
#navigation
{text-align: center;
	padding: 8px 0px 0px 0px;
	height: 25px;
	border-bottom: 3px solid #E46511;
	color: #000080;
	border-top-color: #E46511;
	border-top-style: solid;
	border-top-width: thin; }
	
#navigation A
	{background: #FFFFFF;
	font-weight: bold;
	text-decoration: none; }

#navigation A:hover
	{font-weight: normal;
	background: #8E4C3B;
	color: #FFFFB9; }
	
#sidebar
{
	padding: 0 5px 0 0;
	border-right-color: #E46511;
	border-right-style: solid;
	border-right-width: thin;
	text-align: left;
	color: #000080;
	width: 23%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	margin-left: 5px;
}
	
#content
{
	width: 74%;
	float: right;
	text-align: left;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}
	
#content2
{
	width: 100%;
	float: left;
	text-align: left;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

#footer
	{clear:both;
	color: #606060;
	width: 100%;
	text-align: center;
	line-height: 2em;
	font-size: x-small;
	border-top: 3px solid #E46511;
	vertical-align: bottom;
}

#footer A
{font-weight: bold;
	text-decoration: none;
	font-size: small; }

#footer A:hover
{font-weight: normal;}

#footer P
{margin: 0px 0px 0px 0px;}

/*FORMATTING CLASSES*/
.box
{
	background: #FFE1FF;
	border: 1px #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	width: 85%;
}
	
.box H2
{
	color: #E46511;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	margin: 10px 10px 10px 0px;
	border-bottom: 1px solid #C0C0C0;
}
.box ul {
	padding-left: 5px;
}

.box li {
	color: #000080;
	padding-left: 10px;
}


.box p {text-align: left;
	margin: 0px 5px 0px 10px;
	margin-left: 5px;
	font-size: small;
	width: 600px; }

.hottopic
{
	color: #8E4C3B;
	font-weight: bold;
}
.contact
{
	padding: 5px;
	text-align: left;
	margin: 0px 0px;
}
.contact LABEL
{
	width: 150px;
	float: left;
	text-align: right;
	margin: 3px 5px 5px 0px;
	clear: both;
}
.contactbox
{
	margin: 3px 5px 5px 5px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #C0C0C0;
}
.contactbutton
{
	text-align: center;
	margin: 5px 0px 0px 270px;
	border: none;
}
.catalogleft
{
	width: 215px;
	padding: 0px 20px 10px 0px;
	float: left;
	line-height: 1.2em;
	text-align: left;
}
.catalogright
{
	width: 220px;
	padding: 0px 0px 10px 0px;
	float: right;
	line-height: 1.2em;
	text-align: left;
}
.imagemiddle
{
	margin: 2px;	
	border: noborder;
}
.imageleft-noborder
{
	margin: 0px 10px 0px 0px;
	position: absolute;
	left:5px;
	border:noborder;
}
.imageright-noborder
{
}
.imageleft-border
{
	margin: 0px 10px 0px 0px;
	position: absolute; left:5px;
	border: 1px double #C2C2C2;
}
.imageright-border
{
	margin: 0px 0px 0px 0px;
	float: right;
	border: 3px double #C2C2C2;
}
.image_side {
	width: 95%;
	position:absolute;
	left: 5px;
	border:no border;
	max-width: inherit;
	position: inherit;
}
.gallery {
				zoom:1;
				width:auto;				
			}
.gallery a {
				display:block;
				float:left;
				margin:5px;
				opacity:0.87;
				text-align:center;
			}
.gallery a:hover {
				opacity:1;
			}
			.gallery a img {
				border:none;
				display:block;
			}
.gallery a#vlightbox{display:none}

.paper {
	float: left;
	width: 250px;
	margin: 10px 0px 30px;
	padding-left:25px;
	text-align: left;
}
 .table1{ text-align:center;float: inherit}
	
}
