body {
	margin: 0;
	background: url(images/body-bg-shadow.png) repeat-y center #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}

h1 {
	font-size: 32px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

input.oneline {
	border: 0;
	border-left: 1px solid #999;
	background-color: #F9F9F9;
	height: 30px;
	width: 400px;
	font: 18px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	width: 400px;
	height: 200px;
	background-color: #F9F9F9;
	border: 0;
	border-left: 1px solid #999;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.button {
	width: 200px;
	border: 1px solid #CCC;
	background-color: #EEE;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #06F;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.imgtext {
	margin-top: 2em;
}

#container {
	width: 960px;
	margin: auto;
}

#main {
	float: left;
	width: 860px;
	padding: 0 10px 0 80px;
	background: url(images/syncostyle-logo-vertical.png) no-repeat #FFF;
}

#header {
	float: left;
	width: 860px;
}

#header a {
	float: left;
	color: #464545;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 20px 61px;
	border-bottom: 3px solid #FFF; /* saves having to define a height for header */
}

#header a:hover {
	text-decoration: none;
	border-bottom: 2px solid #4a8eb1;
}

/* Featured Sites at Top */
#topbox {
	float: left;
	width: 940px;
	margin: 1em 0 3em 0;
}

#topbox li {
	float: left;
	list-style: none;
	text-align: center;
	width: 150px;
	height: 150px;
	border: 1px solid #E3E3E3;
	padding: 5px;
	margin: 0 25px;
}

#topbox li:hover {
	border: 1px solid #06F;
}

#topbox ul {
	float: left;
	margin: 0;
	padding: 0;
}

#topbox li a span {
	width: 100px;
	background-color: #333;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 2px;
}

#fakedog {
	background: url(images/portfolio/fakedog/square.png) no-repeat center #FFF;
}

#avenue {
	background: url(images/portfolio/avenue/square.png) no-repeat center #FFF;
}

#connie {
	background: url(images/portfolio/connie/square.png) no-repeat center #FFF;
}

#bar8 {
	background: url(images/portfolio/bareight/square.png) no-repeat center #FFF;
}

/* End Featured Sites */


#recent {
	float: right;
	width: 300px;
}

#content {
	float: left;
	width: 860px;
	padding: 1em 0;
	background-color: #FFF;
}

#left {
	float: left;
	width: 540px;
	text-align: justify;
}

#right {
	float: right;
	text-align: right;
	width: 320px;
	margin-right: -10px;
}

#right img {
	margin-bottom: 1em;
}

.portfolio-info {
	float: left;
}

table.portfolio {
	float: left;
	width: 400px;
	height: 260px;
	padding: 5px;
	font-size: 12px;
	background-color: #F4F4F4;
}

table.portfolio th {
	width: 60px;
	padding-right: 5px;
	text-align: right;
}

table.portfolio td {
	text-align: justify;
}

#footer {
	width: 860px;
	float: left;
	text-align: center;
	font: 12px bold;
	padding-bottom: 1em;
	margin-top: 2em;
}

/* Portfolio Page */
.portfolio-box {
	float: left;
	padding: 5px;
	border: 1px solid #E3E3E3;
	width: 400px;
	height: 225px;
	margin: 0 8px 1em 0;
}

.portfolio-box span {
	visibility: hidden;
	float: left;
	width: 390px;
	height: 215px;
	padding: 5px;
	color: #FFF;
	text-shadow: 1px 1px #000;
	background: url(images/portfolio-box-bg.png) repeat;
	font-weight: normal;
}

.portfolio-box:hover {
	text-decoration: none;
}

#ssm {
	background: url(images/portfolio/ssm/new-portfolio.png) no-repeat center #FFF;
}

#ths {
	background: url(images/portfolio/hotstop/new-portfolio.jpg) no-repeat center #FFF;
}

#fdf {
	background: url(images/portfolio/fakedog/new-portfolio.png) no-repeat center #FFF;
}

#acc {
	background: url(images/portfolio/acc/new-portfolio.png) no-repeat center #FFF;
}

#ave {
	background: url(images/portfolio/avenue/new-portfolio.png) no-repeat center #FFF;
}

#con {
	background: url(images/portfolio/connie/new-portfolio.png) no-repeat center #FFF;
}

#bar {
	background: url(images/portfolio/bareight/new-portfolio.png) no-repeat center #FFF;
}

#lus {
	background: url(images/portfolio/ennislusc/new-portfolio.png) no-repeat center #FFF;
}

#mor {
	background: url(images/portfolio/moroneys/new-portfolio.png) no-repeat center #FFF;
}

h1.portfolio-head {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

div#sub-portfolio-left {
	float: left;
	width: 325px;
}

div#sub-portfolio-left p {
	text-align: justify;
}

img.standout {
	padding: 5px;
	border: 1px solid #E3E3E3;
}

img#portfolio-large {
	float: right;
}

/* End Portfolio Page */

/* What We Do */
img.r {
	float: right;
	margin: 0 0 5px 15px;
}
