﻿/* CSS Document */

/* 
	Business Name:  	Focus On Infinity Photography
   	Business URL:  	http://www.focusoninfinity.net
   	Author:			Suzy Tyler
   	Author URL:		http://www.apluswebsolutions.com
   
*/





body {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #333333;
	background: url("images/bgIMG.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	}

#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	border: 0 solid #959596;
    border-left: 0.1em solid #000;
    border-right: 0.1em solid #000;
	}

.headerImage {
	background-image: url(images/foihdr.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 254px;
	float: left;
	background-position: 0px 0px;
	}

.clear {
	clear: both;
	}

.clearFix{
	clear: both;
	height: 0;
	margin: 0 0 0;
	padding: 0 0 0 0;
	}
	
.contactInfo {
	background-color:#d9531e;
	border:1px #333333;
	color:#FFFFFF;
	text-align:right;
	font-size:.85em;
	margin-top:38px;
	width:850px;
	height:20px;
	vertical-align:middle;
	padding:4px 4px 4px 4px;
	}
	
#content {
	padding: 0 40px 0 30px;	
	}

#gallery {
	height: 560px;
    border-top: 1px solid #ffffff;
   	border-bottom: 1px solid #ffffff;
	}
	
#priceContent {
	height: 560px;
	overflow:auto;
    border-top: 1px solid #ffffff;
   	border-bottom: 1px solid #ffffff;
	}
	
#linkContent {
	height: 560px;
    border-top: 1px solid #ffffff;
   	border-bottom: 1px solid #ffffff;
   	background-image:url(images/Links.jpg);
	background-position:center;
	background-repeat:no-repeat;

	}

.about {
	background-image:url(images/about/about.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}

.contentText {
	font-size:.85em;
	padding:10px 10px 10px 10px;
	}

.titles {
	text-decoration:underline;
	font-size:1.2em;
	font-weight:bold;
	}

#footer {
	padding: 10px 0 10px 0;
	margin: 0 auto;
	width: 850px;
	clear: both;
	text-align: center;
	font-size: 10px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

a:link {text-decoration: none; color: #d9531e;}

a:visited {text-decoration: none; color: #d9531e;}

a:active {text-decoration: none; color: #d9531e;}

a:hover {text-decoration: none; color: #d9531e;}

	
/* Navigation */
.navigation {
	padding: 5px 0 5px 247px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	}

#nav-menu li {
	float: left;
	margin: 0 0.15em;
	}

#nav-menu li a {
	height: 1.75em;
	line-height: 1.75em;
	float: left;	
	width: 75px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #d9531e;
	text-decoration: none;
	text-align: center;
	}

#nav-menu li a:hover {
	border: 0.1em solid #333333;
	color: #333333;
	}

#nav-menu li a {
	float: none /* Hide from IE5-Mac \*/
	}
 #nav-menu {
	width:50em
	} 
