/* CSS Document */

/*-- Reset --*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

/*-- Images --*/
img {
	border: none;
}

/*-- Universal --*/
h1 {
	display: none;
}

p {
	margin: 0 0 10px;
}

strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

/*-- Links --*/
a {
	font-size: 18px;
	color: #e11488;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #16aeef;
}

/*-- Colors --*/
.magenta, .cyan, a:hover.cyan {
	color: #e11488;
	font-size: 18px;
	font-weight: bold;
}

.cyan {
	color: #16aeef;
}

/*-- Content --*/
#container {
	background: #fff url(../images/bgimage.jpg) no-repeat top center;
	width: 935px;
	margin: 0 auto;
	padding: 20px;
}

#content {
	width: 450px;
	padding: 35px 0 5px 70px;
}

#portfolio {
	background: url(../images/portfoliobg.jpg) repeat-x left center;
	width: 655px;
	padding: 0 0 0 15px;
	overflow: hidden;
}

#portfolio li {
	list-style-type: none;
	margin: 2px;
	float: left;
}

a.thumb {
	background-position: top left;
	width: 60px;
	height: 67px;
	display: block;
}

a:hover.thumb {
	background-position: bottom left;
}

/*-- Portfolio Thumbs --*/
.rappgirl {
	background: url(../images/thumbs/RappGirlThumb.jpg);
}

.aida {
	background: url(../images/thumbs/AidaThumb.jpg);
}

.holiday {
	background: url(../images/thumbs/HolidayCardThumb.jpg);
}

.AIDS {
	background: url(../images/thumbs/RedThumb.jpg);
}

.jaysoutside {
	background: url(../images/thumbs/JaysFrontThumb.jpg);
}

.jaysinside {
	background: url(../images/thumbs/JaysBackThumb.jpg);
}

.bookery {
	background: url(../images/thumbs/BookeryRobotThumb.jpg);
}

.rappfull {
	background: url(../images/thumbs/RappWatchThumb.jpg);
}

.culinary {
	background: url(../images/thumbs/CullinaryThumb.jpg);
}

.fellers {
	background: url(../images/thumbs/FellersReinThumb.jpg);
}

.directa {
	background: url(../images/thumbs/AssetFrontThumb.jpg);
}

.directb {
	background: url(../images/thumbs/AssetBackThumb.jpg);
}

.health1 {
	background: url(../images/thumbs/HealthAThumb.jpg);
}

.health2 {
	background: url(../images/thumbs/HealthBThumb.jpg);
}

.holidayspec {
	background: url(../images/thumbs/HolidayShoppersThumb.jpg);
}

.saa {
	background: url(../images/thumbs/SaaThumb.jpg);
}

.spares {
	background: url(../images/thumbs/SparesThumb.jpg);
}

.hqax1 {
	background: url(../images/thumbs/RebelSetThumb.jpg);
}

.hqax2 {
	background: url(../images/thumbs/HqaxPosterThumb.jpg);
}

.victoria {
	background: url(../images/thumbs/VictoriaThumb.jpg);
}

/*-- Other --*/
.smalltext {
	font-size: 14px;
	font-weight: normal;
}

