﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0 auto;
	padding: 0;
	background-color:#414141;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:11px;
	text-align:center;
}
/* ========== WRAPPER */
#wrapper {
	width:1000px;
	margin: 0 auto;
	background-image:url(images/layout-bg.gif);
	background-repeat:repeat-y;
}
/* ========== Logo */
#topcontainer{
	width:1000px;
	height:70px;
}
.logo-box{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:329px;
	height:45px;
	float:left;
	margin-top:8px;
}
.logo-box a{
	display: block;
	width:329px;
	height:45px;
}
.search-box{
	width:670px;
	height:45px;
	float:right;
	padding-top:8px;
}
/* =========================================================*/
.top-text{
	font-family:Verdana;
	font-size:12px;
	padding-top:8px;
	padding-left:5px;
	color:#333333;
	text-decoration:none;
}
.top-text a{
	color:#333333;
	text-decoration:none;
}
.top-text:hover{
	color:#993300;
	text-decoration:underline;
}
/* ========Top Link Container=================================*/
#toplink-container{
	/*background-image:url(images/link-bg.gif);*/
	width:988px;
	height:51px;
	margin:0 auto;
}
/* ========Contant Box=================================*/
#contant-container{
	width:1000px;
	height:auto;
	clear:both;
}
/* ========Google Ads Box=================================*/
#googleads-container{
	width:750px;
	height:100px;
	margin:0 auto;
	clear:both;
	padding-top:8px;
	text-align:center;
	border:thick #000000;
}
#smallgoogleads-container{
	width:750px;
	height:40px;
	margin:0 auto;
	clear:both;
	padding-top:8px;
}
/* =====================Top Two Box Container================*/
#main-topboxcontainer{
	width:1000px;
	height:auto;
}
/* ========Browse Photoshop Projects====================*/
#photoshopprojects-container{
	width:482px;
	height:auto;
	float:left;
	margin-left:6px;
}
.twobox-topbar{
	background-image:url(images/twobox-topbar.gif);
	background-repeat:no-repeat;
	height:26px;
}
.twobox-topbar h1{
	font-family:Verdana;
	font-size:14px;
	color:#d00000;
	padding-top:5px;
	text-align:center;
}
.twobox-bgbar{
	background-image:url(images/twobox-bgbar.gif);
	background-repeat:repeat-y;
}
.twobox-bottombar{
	background-image:url(images/twobox-bottombar.gif);
	background-repeat:no-repeat;
	height:17px;
}
/* ========Buy&Sell Photos=================================*/
#buysellphotos-container{
	width:482px;
	height:auto;
	float:right;
	margin-right:6px;
}
.rt-bottombar{
	background-image:url(images/buysell-bottomimg.gif);
	background-repeat:no-repeat;
	height:17px;
}
/*==============================================================*/
.project-list{
	width:233px;
	height:auto;
}
.project-list ul{
	margin:0;
	list-style:none;
	padding:12px 0px 0px 10px;
}
.project-list li{
	padding:0 1px 2px 15px;
	background:url(images/black-arrow.gif) no-repeat left;
	line-height:15px;
	text-align:left;
	
}
.project-list a{
	font-family:Verdana;
	font-size:11px;
	color:#565656;
	display:block;
	text-decoration:none;
}
.project-list li a:hover{
	color:#993300;
	}

.top-title{
	background-image:url(images/orange-arrow.gif);
	background-repeat:no-repeat;
	height:10px;
	margin-left:25px;
}
.top-title h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bc4125;
	padding-left:15px;
}
.subtitle-text{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
/*==============================================================*/
#latest-featurebox{
	width:960px;

	height:auto;
	margin:0 auto;
	border:1px solid #dddddd;
	clear:both;
	margin-top:8px;
	text-align:center;
}
.projectbid-text{
	font-family:Verdana;
	font-size:12px;
	padding-top:8px;
	padding-left:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	text-align:left;
}
/*==============================================================*/

.projectdetails-link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	color:#333333;
	text-decoration:none;
	text-align:left;
}
.projectdetails-link a{
	color:#333333;
	text-decoration:none;
}
.projectdetails-link a:hover{
	color:#993300;
	text-decoration:underline;
}
/*==============================================================*/

.buyphoto-link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:5px;
	color:#333333;
	text-decoration:none;
}
.buyphoto-link a{
	color:#333333;
	text-decoration:none;
}
.buyphoto-link:hover{
	color:#993300;
	text-decoration:underline;
}
/*=========Footer Container============================*/
#footer-bar{
	background-image:url(images/footer-bar.gif);
	background-repeat:repeat-x;
	height:74px;
	clear:both;
	margin-top:8px;
}
.footer-text{
	font-family:Verdana;
	font-size:10px;
	padding-top:8px;
	text-align:center;
	line-height:15px;
	color:#000000;
}
.footer-text a{
	color:#000000;
	text-decoration:none;
}
.footer-text a:hover{
	color:#993300;
	text-decoration:none;
}
.bold-link{
font-size:12px;
color:#333333;
font-weight:bold;
}
.bold-link:hover{
font-size:12px;
color:#FF0000;
font-weight:bold;
}
.addtocart-text{
	font-family:Verdana;
	font-size:12px;
	padding-top:8px;
	font-weight:bold;
	padding-left:5px;
	color:#d44e25;
	text-decoration:none;
	text-align:left;
}
.addtocart-text a{
	color:#d44e25;
	text-decoration:none;
}
.addtocart-text:hover{
	color:#d44e25;
	text-decoration:underline;
}
#img-box{
	width:202px;
	border:1px solid #d1d1d1;
}
.img-boxtext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#353535;
	line-height:20px;
	padding-left:15px;
}
#freephotoshop-resourcebox{
	width:470px;
	height:auto;
	margin:0 auto;
	border:1px solid #dddddd;
	margin-top:8px;
	float:left;
	margin-left:20px;
}
#photoshop-servicebox{
	width:470px;
	height:auto;
	margin:0 auto;
	border:1px solid #dddddd;
	margin-top:8px;
	float:right;
	margin-right:20px;
}

