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

body {
	margin:0;
	background-color:#1c3d60;
	background-image:url(images/v2_background.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family: Verdana;
}

input {
	border-color:#114d72;
	border-width:1px;
	background:#e6e6e6;
}

select {
	border-color:#114d72;
	border-width:1px;
	background:#e6e6e6;
}

textarea {
	border-color:#114d72;
	border-width:1px;
	background:#e6e6e6;
}

a:link {
	color:#114d72;
	text-decoration:none;
}

a:visited {
	color:#114d72; 
	text-decoration:none;
}

a:active {
	color:#114d72;
	text-decoration:none;
}

a:hover {
	color:#114d72;
	text-decoration:underline;
}

#headerContainer {
	width:900px;
	margin:auto;
	padding:0px;
}

#spacerHeaderContent {
	width:914px;
	height:11px;
	padding:0px;
	margin:auto;	
}

#contentContainer {
	overflow:visible;
	padding-top:20px;
	width:900px;
	height:420px;
	margin:auto;
	background-image:url(images/v2_content_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#content {
	font-size:12px;
	color:#000;
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	padding-top:30px;
	padding-left:60px;
	padding-right:60px;
}

.thumbnail {
	margin:10px;
	border:none;
}

.selected {
	margin:6px;
	border:#F00 4px solid;
}

.category {
	margin:20px;
	border:none;
}

.error {
	color:#900;
	font-weight:bold;
}

#designBy {
	padding:10px;
	position:fixed;
	bottom:0px;
	z-index:999;
	font-size:10px;
}

