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

body {
	margin:0px;
	padding:0px;
	background-color:#333333;
	color:#666666;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight: 300;
	line-height:18px;
}

#imagepad {
	padding:20px;
	color:#666666;
	border:0;
}

#imagepad:hover {
		background-color:#222222;
		color:#999999;
		padding:20px;		
}

a.imagelink	{
	text-decoration:none;
	color:#666666;
}

a	{
	text-decoration:none;
	color:#666666;
	font-weight: 500;
}

a:hover	{
	color:#F90;
}

.title	{
	color:#b38324;
	font-size:36px;
	font-weight:200;
	margin:0;
}

td	{
	font-size:10px;
	line-height:12px;
}

td.imagecell	{
	width:260px;
	vertical-align:top;
}

.imagetitle	{
	font-size:16px;
	line-height:18px;
	color:#CCC;
}

td.imagedetail	{
	width:850px;
	vertical-align:top;
	padding-top:30px;
}

.caption	{
	margin:5px;
}

#pricing	{
	/*visibility:hidden;*/
	margin:5px;
	font-size:12px;
}

.disabled	{
	color:#000000;
}