@charset "utf-8";

html {}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; 
	margin: 0px; 
	padding: 0px;
	background-color: #333333;
}

/* Full Width */
.cp {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	color: #666666; 
	background-color: #EDECF1;
	background-image: url(../images/bg_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.imagepad {
	padding: 2px;
}

/* Header */
.header {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 80px;
}
	.mainlogo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 160px;
		height: 77px;
		background-image: url(../images/creative_previews_logo.gif);
		background-repeat: no-repeat;
		background-position: center;
	}

/* Body */
.center {
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 990px;
	height: auto;
}
	.left {
		display: block;
		float: left;
		width: 750px;
		padding-right: 20px;
	}
	.right {
		display: block;
		float: left;
		width: 220px;
	}
	.single {
		display: block;
		float: inherit;
		width: 990px;
	}

	.view_page {
		float: right;
		margin-top: -10px;
		margin-right: 68px;
		font-size: 10px;
		font-weight: bold;
		text-align: right;
	}

.projects {
	padding-right: 18px;
	padding-bottom: 15px;
	position: relative;
	float: left;
	width: auto;
}
	.projects img {
		display: block;
		margin-left: 0px;
		margin-right: 0px;
		border: 1px;
		border-style: solid;
		border-color: #999999;
		cursor: pointer;
	}

.brands {
	padding-right: 8px;
	padding-bottom: 8px;
	position: relative;
	float: left;
	width: 100px;
}
	.brands img {
		margin-left: 0px;
		margin-right: 0px;
		border: 1px;
		border-style: solid;
		border-color: #999999;
	}


.clear {
	display: block;
	clear: both;
	height: 5px;
}

/* Footer */
.footer {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #333333;
	color: #999999;
	text-align: center;
}
.footercontent {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.stripe {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 3px;
	background: #6491EC;
}

/* Format */
a 		{color: #657ba9; text-decoration: none;}
a:link	{color: #657ba9; text-decoration: none;}
a:hover	{color: #6699ff; text-decoration: none;}

img {
	border: 0px;
}

/*Javascript ids*/
#replacementImg	{position:absolute;}
.theDetails		{position:absolute;background:#333333;color:#999999;padding:5px;width:112px;margin-top:1px;}
.styleWhite		{color:white;}
#loading		{display:none;text-align:center;color:#666666;font-size:2em;font-weight:bold;}
#loading2		{color:#ffffff;margin-top:50px;margin-bottom:20px;margin-left:auto;margin-right:auto;width:120px;text-align:center;padding:10px 0 10px 0;}
#loadpanel		{display:none;margin:15px 15px 0 15px;}
#startleft      {margin:15px 15px 0 15px;}


/*Typography*/
.title { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	color: #666666;
}
.subtitle { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #666666;
}
.contenttitle { 
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight: bold;
	color: #666666;
	line-height: 2em; letter-spacing: 0px;
}
.brandtitle { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
}

p { margin-top: 0px; margin-bottom: 10px; }
