@import "style/reset.css";
@import "style/links.css";
@import "style/gallery.css";

/*GLOBALS & Links*/

body					{background: url('images/background-repeat.png');}
p					{font: 400 12px arial; line-height: 18px; color: #ffffff; margin: 10px 0 10px 0;}
h3					{font: 800 16px arial; color: #ffffff; padding: 10px 0 10px 0;}
h2					{font: 800 20px arial; color: #ffffff; padding: 0px 0 10px 0;}
div 					{ position:relative;}

a					{text-decoration: none;}
a:link				{color: #5b5b5b;}
a:visited			{color: #363636;}
a:hover				{color: #ffffff; text-decoration: underline;}
a:active			{color: #ffffff;}

/*HEADER*/

#main-wrap			{margin: 10px auto; width: 800px;}
#slogan				{float: right; margin: -70px 0 0 0;}

/*CONTENT*/

#content			{background: #000000; float: right; width: 505px; overflow: hidden; margin: -32px 0 0 0;}
#content ul			{list-style: outside url('images/planit.png'); padding: 20px 40px 20px 40px; color: #c2c2c2; font: 400 12px arial;}
#content li			{margin: 10px 0 10px 0;}
#content-hold		{padding: 24px;}
#content-top		{background: url('images/content-top.png'); height: 192px; width: 505px; position: absolute; top: 0px;}
#content-bottom		{background: url('images/content-bottom.png'); height: 192px; width: 505px; position: absolute; bottom: 0px;}
.awards-text		{margin: 70px 0 0 0;}
.testimonials		{margin: 0 0 100px 0;}
.bold-text			{font-weight: 800;}

/*NAVBAR*/

#navbar				{background: url('images/navbar-bg.png'); width: 249px; height: 378px; float: left; margin: 15px 0 0 25px;}
#navbar ul			{margin: 15px 0 0 15px;}
#navbar li			{width: 214px; height: 29px; display: block; margin: 0 0 15px 0;}


/*FOOTER*/

#footer				{background: #000000; width: 503px; height: 20px; border: solid 1px #5b5b5b; float: right; margin: 10px 0 50px 0; text-align: center;}
#footer p			{color: #5b5b5b; font-size: 10px; padding: 1px 0 0 0; margin: 0 0 0 0;}

/*IMAGE FORMATTING*/

.float-left			{float: left; border: solid 5px #ffffff; margin: 20px 20px 20px 0;}
.float-right		{float: right; border: solid 5px #ffffff; margin: 20px 0 20px 20px;}