/*
welcome to the Css Editor for the Eagledaretosoar.com website


*/






{
background-color: gray
}

body {
	font-style: Tahoma, Arial;
	text-align: center;
	background-color: white;
}



a:link {
	text-decoration: none;
	color: black;
}



a:hover {
	text-decoration: underline;
        color: black;
}

.headings {
	color: #ffccb3;
}

.Upperclass {
    text-align: center;
    position: relative;
}
.Upperclass img { position: absolute; left: 0px; }

    

.Upperright {
    text-align: center;
    position: relative;
}

.Upperright img { position: absolute; right: 15px; }

.downleft {
    text-align: center;
    
    position: relative;
}

.downleft img { position: absolute; left: 15px; }

.downright {
    text-align: center;
   
    position: relative;
}

.downright img { position: absolute; right: 15px;  }

/*
.glowingEagle {
    text-align: center;
    position: relative;
}



.glowingEagle img { position: absolute; left: 15px; }



.Card {
    text-align: center;
    position: relative;
}


.Card img { position: absolute; right: 15px; }

*/

#important {
	color: brown;
	font-size: 24px;
}


#mainBox {
        width: 1070px;
	padding: 40px;
	background-image: url('background.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}



#mainBox2 {
	width: 1070px;
        padding: 40px;
	background-image: url('background4.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}



#mainBox3 {
        width: 1070px;
	padding: 40px;
	background-image: url('background3.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}



#mainBox4 {
        width: 1070px;
	padding: 40px;
	background-image: url('background5.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}



#mainBox5 {
        width: 1070px;
	padding: 40px;
	background-image: url('background6.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}



#mainBox6 {
        width: 1070px;
	padding: 40px;
	background-image: url('background2.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}


#mainBox7 {
        width: 1070px;
	padding: 40px;
	background-image: url('background8.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}

#mainBox8 {
        width: 1070px;
	padding: 40px;
	background-image: url('background7.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}

#mainBox10 {
        width: 1070px;
	padding: 40px;
	background-image: url('background7.jpg');
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: gray;
}


#banner {
        margin-right: 20px;
       
}

#DaretoSoarCard {
	color: blue;
}

#intro {
	font: 125% Tahoma,Arial;
	text-align: justify;
}







#rightBanner {
	text-align: right;
	float: right;
}


#leftBanner {
	text-align: left;
	float: left;
}





#orderOptions {
	font-size: 28px;
}

#orderOptions p {
	font-size: 22px;
}

#orderOptions h2 {
	font-size: 42px;
}

#orderOptions div {
	margin: 0 auto;
	margin-bottom: 50px;
	border-radius: 50px;
	border: solid 5px black;
	height: 125px;
	width: 500px;
}




#catalog {
	background-color: white;
	text-decoration: none;
        color: black;
}

#catalog:hover {
	background-color: gray;
}

#email {
	background-color: white;
	text-decoration: none;
}

#email:hover {
	background-color: gray;
}

#extraInfo {
	
	font-size: 22px;
}

#endingLines {
	font-size: 16px;
	text-decoration: bold;
}

#endingLines h1 {
	color: green;
}

#endingLines p {
	color: blue;
}



footer {
	border-top: solid 3px black;
	margin-top: 20px;
}

















