/******************************
* Gallery CSS by Kelli Shaver *
* http://www.kellishaver.com  *
******************************/
* {
	font-family:arial, helvetica, sans-serif;
}
body {
	background:#868686;
	margin:20px;
}

#container {
	clear:both;
	width:900px;
	height:auto !important;
	height:480px;
	min-height:480px;
	border:1px solid #FF6633;
	margin:0 auto 0 auto;
	background:url("design-images/bg.jpg") top left repeat-x;
}

#header {
	width:900px;
	margin:0 auto 0 auto;
}

#header h1 {
	margin:0;
	padding:20px 0 0 0;
	font-size:16pt;
	color:#fff;
	font-weight:normal;
	width:500px;
	float:left;
}

#left h2 {
    font-size:12pt;
	font-weight:bold;
}

#nav {
	float:right;
	display:inline;
	padding-top:30px;
}

#nav a {
	margin:0 10px 0 10px;
	padding:0 2px 0 2px;
	border-top:2px solid #555;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
}

#nav a:hover {
	border-top:2px solid #ec008c;
}

#left {
	width:480px;
	height:auto !important;
	height:480px;
	min-height:480px;
	background:#fff;
	float:left;
}

#left h1 {
	font-size:14pt;
	font-weight:normal;
	text-transform:lowercase;
	color:#FF6633;

}

#left img {
	margin:15px;
}	

#left .explain {
	width:320px;
	height:auto !important;
	position:relative;
	margin:20px 80px 0;
	font-size:small;
	line-height:20px;
	word-wrap:break-word;
}

#left .explain img {
	margin:0;
}

#left .explain .title {
	margin-left:40px;
	border-top:3px solid #3399CC;

}

#left .intro {
	width:150px;
	height:auto !important;
	position:absolute;
	margin:60px 70px 0 0;
	font-size:small;
	line-height:20px;
	word-wrap:break-word;
}


#webleft {
	padding-left:40px;
	padding-top:0px;
	padding-bottom:20px;
	background:#fff;
	border:0;
	line-height:0px;
}

#webleft img {
	padding-left:50px;
	padding-bottom:0px;
	border:0;
}

#right {
	float:right;
	width:420px;
	background:url("design-images/bg.jpg") top left repeat;
	color:#FFFFFF;
}

#right h1 {
	background:#fff;
	font-size:16pt;
	font-weight:normal;
	margin:60px 0 0 0;
	height:60px;
	line-height:60px;
	text-transform:lowercase;
	color:#FF6633;
}

#right h1 .info {
	text-align:right;
	font-size:8pt;
	color:#999;
	text-transform:uppercase;
	padding-left:90px;
}

#right .product {
	font-size:small;
	color:#fff;
	line-height:20px;
	padding-left:20px;
}
#right .product a {
	color:#fff;
	text-decoration:none;
}

#right .product a:hover {
		color:#ec008c;
}

#right .thumbnail {
	display:inline;
	width:110px;
	height:85px;
	padding:15px;
	float:left;
	font-size:small;
}

#right .thumbnail img {
	padding:5px;
	background:#fff;
	border:0;
}

#right .thumbnail2 {
	display:inline;
	width:170px;
	height:85px;
	padding:15px;
	float:left;
	font-size:8pt;
}

#right .thumbnail2 img {
	padding:5px;
	background:#fff;
	border:0;
}

#right .web img {
	padding-left:25px;
    padding-top:25px;
	padding-bottom:10;
	border:0;
}

#webright {
    width:auto;
	padding-left:52px;
    padding-top:20px;
	padding-bottom:0;
	background:#fff;
	border:0;
	color:#333;
}

#webright .caption {
	margin-left:-50px;
	margin-top:5px;
	padding-bottom:0;
	line-height:31px;

}

#notes {
	border-top:1px solid #3399CC;
	color:#fff;
	font-size:8pt;
	padding:1px 10px 1px 0;
	
}
	
#copyright {
	clear:both;
	height:1em;
	border-top:1px solid #fff;
	background:#FF6633;
	color:#fff;
	font-size:8pt;
	text-align:right;
	padding:1px 10px 1px 0;
}

a {
	color:#ec008c;
	text-decoration:none;
}

a:hover {
	color:#333;
}