@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-position:center;
	height:100%;
}
p {
	font-family:Arial;
	font-size:16px;	
}
a{
	color:#FFCC33;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.header {
	height:110px; width:990px;
	background-image:url(http://www.foxphoto.net/helpers/images/header.jpg);
	background-color:#000;
	background-position:bottom;
	background-repeat:no-repeat;
}
.header a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.header a:hover{
	color:#FFCC33;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.topmenu-txt {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.page {
	width:990px;
}
.clear { clear: both;}

#container	{ width:990px; padding-top:10px; }

/* Page Heading */
#title {
	width:100%;
	padding:10px;
	padding-top:0px;
	text-align:left;
	height:auto;
}
#title span {
	background: url(http://www.foxphoto.net/helpers/images/home/index-title.gif) no-repeat;
	width: 970px;
	height: 50px;
	position:absolute;
	border-bottom:ridge;
	border-bottom-color:#666;
}
#title-fox-portfolio {
	width:100%;
	padding:10px;
	padding-top:0px;
	text-align:left;
	height:auto;
}
#title-fox-portfolio span {
	background: url(http://www.foxphoto.net/helpers/images/gallery/fox-portfolio.gif) no-repeat;
	width: 970px;
	height: 50px;
	position:absolute;
	border-bottom:ridge;
	border-bottom-color:#666;
}
#title-female-portfolio {
	width:100%;
	padding:10px;
	padding-top:0px;
	text-align:left;
	height:auto;
}
#title-female-portfolio span {
	background: url(http://www.foxphoto.net/helpers/images/gallery/female-portfolio.gif) no-repeat;
	width: 970px;
	height: 50px;
	position:absolute;
	border-bottom:ridge;
	border-bottom-color:#666;
}
/* Left Div */
#left { 
	width: 640px; 
	padding:10px; 
	padding-top:0px; 
	float:left; 
	text-align:left; 
	clear:left; 
}
/* Right Div */
#right { 
	width: 260px; 
	background:url(http://www.foxphoto.net/helpers/images/right.gif) top no-repeat;  
	padding:10px; 
	padding-top:0; 
	text-align:left;  
	float:right; 
	clear:right; 
	height:680px; 
	overflow:hidden;
}
#right-images { 
	width: 260px; 
	background:url(http://www.foxphoto.net/helpers/images/right.gif) top no-repeat;  
	padding:10px; 
	padding-top:0; 
	text-align:left;  
	float:right; 
	clear:right; 
	height:1200px; 
	overflow:hidden;
}
/* Adverts */
img {
	border-style:none;
}
img:hover{
}

.adverts-container {
}

.adverts-container-vertical {
    width: 300px;
    height: auto;
}

.adverts-clip-vertical {
    width:  300px;
    height:  690px;
}
.adverts-item {
    width: 300px;
    height: 150px;
}

.adverts-item-vertical {
    margin-bottom: 10px;
}

.adverts-item-placeholder {
    background: #fff;
    color: #000;
}
























/** Footer **/

#bottom {
	width:100%;
	height:auto;
	display:table;
	background: url(http://www.foxphoto.net/helpers/images/footer.jpg) center bottom no-repeat;

}

#footer {
	width:1024px;
	height:115px;
	margin: 0 auto 0 auto;
	padding:0px 0px 20px 40px;
	display:block;
	color:#FFF;
	text-align:left;
	position:relative;
	left:-10px;

}
#footer ul{
	margin-right:10px;
	margin-left:20px;
	float:left;
}
#footer ul.last{
	margin-right:0px;
}
#footer h4{
	font-size:13px;
	margin:0 0 10px 0;
}
#footer li {
	list-style:none;
}
#footer li a{
	font-size:11px;
	line-height:18px;
	color:#909090;
	text-decoration:none;
	margin:0 0 3px 0;
}
#footer li a:hover{
	color:#FFCC33;
}

.footer-copyright{
	font-size:11px;
	font-weight:bold;
	position:absolute;
	bottom:-50px;
	left:50px;
}

#crums {
	font-size:12px;
	color:#ccc;
}




