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

*, body, html {
	margin:0;
	font-family:Lucida Grande, Verdana, Arial, Helvetica;
	}

html {
	background:#b3d8ff url(../images/template2/bg_slice.png) repeat-x;
	}

#container {
	width:1024px;
	margin:0 auto;
	}

#menu {
	height:119px;
	background-image:url(../images/template2/menu_bg.png);
	font-size:14px;
	border-bottom:1px solid;
	border-color:#66adf4;
	}
	
	#menu img {
	float:left;
	}
		
	#menu ul, #footer #footer-col-mid ul {
	list-style:none;
	padding:0;	
	}
	
	#menu li, #footer #footer-col-mid li {
	display:inline;
	}
	
	#menu ul {
	position:relative;
	top:50px;
	
	float:left;
	display:inline;
	}
	
	#menu li {
	margin-left:15px;
	}
	
	ul#menu-links a:link, a:visited {
	font-family:Georgia, Times, Times New Roman, Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:7px;
	color:#9fc6ff;
	text-shadow: #002c69 0 1px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
	ul#menu-links a:hover {
	color:#fff;
	background-color:rgba(0,44,105,0.35);
	text-shadow: #000 0 1px 0;
	}
	
#header.home {
	height:231px;
	background:url(../images/template2/header.png) no-repeat;
	padding:10px;
	}

	h1 {
	font-family:liberation serif;
	color:#fff;
	margin-bottom:20px;
	text-shadow: #003176 0 1px 0;
	font-size:26px;
	}
	
	h1.sub {
	margin-top:30px;
	color:#003176;
	text-shadow: #fff 0 1px 0;
	}
	
	h1.sub a {
	font-size:12px;
	color:#003176;
	}
	
	h1 a {
	font-size:12px;
	color:#fff;
	}
	
	h1 p.caption {
	font-family:Arial, Helvetica;
	font-weight:normal;
	font-size:12px;
	}
	
	h1 p.caption a:link,
	h1 p.caption a:visited,
	h1 p.caption a:hover,
	h1 p.caption a:active {
	color:#003176;
	}
	
	h1.footer-h1 {
	font-size:16px;
	color:#003176;
	text-shadow: #fff 0 1px 0;
	margin-bottom:5px;
	}
	
h2 {
	font-family:georgia;
	margin-bottom:10px;
	}

h2.title {
	font-family:georgia;
	margin-bottom:10px;
	color:#fff;
	}

h4.sub {
	font-family:"Liberation Sans", Helvetica, Arial, sans-serif;
	color:#003176;
	text-shadow: #fff 0 1px 0;
	margin-bottom:10px;
	margin-top:-10px;
	}

h3 {
	margin-bottom:10px;
	}

h4.sub a {
	color:#fff;
	}
	
	h4.sub a:hover {
	color:yellow;
	}

#order-crumbtrail {
	height:40px;
	margin-bottom:20px;
	}
	
	#order-crumbtrail.choose-category {
	background-image:url(../images/template2/arrows_choose-category.png);
	}

	#order-crumbtrail.choose-design {
	background-image:url(../images/template2/arrows_choose-design.png);
	}
	
	#order-crumbtrail.information {
	background-image:url(../images/template2/arrows_add-info.png);
	}
	
.about-mrc {
	font-size:14px;
	width:400px;
	}

#body {
	padding-right:40px;
	padding-left:40px;
	}

#content {
	font-size:12px;
	padding:0;
	padding-top:20px;
	margin:0;
	}
	
#content div.content-box {
	padding:30px;
	background:#fff url(../images/template2/content_bg-slice.png) repeat-x;
	border-left:1px solid #6cb6ff;
	border-right:1px solid #6cb6ff;
	border-bottom:1px solid #6cb6ff; 
	/*-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px*/
	margin-bottom:20px;
	}

#card-col-left {
	width:60%;
	float:left;
	margin-right:20px;
	}
	
	#card-col-left img {
	border:1px solid #999;
	}

#card-col-right {
	float:left;
	width:38%;
	}

form.card-front p, form.card-back p {
	margin:0;
	padding:0;
	}

form.card-front, form.card-back {
	font-size:11px;
	}
	
	form.card-front input, form.card-front textarea,
	form.card-back input, form.card-back textarea {
	border:1px solid #888;
	background-color:lightgoldenrodyellow;
	}

#content p {
	line-height:17px;
	margin-top:10px;
	margin-bottom:10px;
	}

#form, #form2 {
	width:200px;
	display:inline;
	}

#grid-col-container {
	float:left;	
	width:25%;
	position:relative;
	}
	
	.grid-col {
	padding-right:10px;
	padding-left:10px;
	}
	
	#grid-box {
	margin-bottom:20px;
	}
	
	#content table p {
	font-size:11px;
	line-height:14px;
	margin:0;
	margin-top:15px;
	}
	
	#content h4.card-title {
	color:#000;
	font-size:14px;
	font-weight:bold;
	font-family:georgia;
	}
	
	#content h5.cardnum {
	font-size:12px;
	font-weight:normal;
	color:#777;
	margin-bottom:7px;
	}
	#grid-col-container a.text-link:link,
	#grid-col-container a.text-link:visited,
	#grid-col-container a.text-link:active {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	background-color:#3994d8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
	
	#grid-col-container a.text-link:hover {
	color:#555;
	background-color:#ccc;
	}
	
	#grid-box img {
	margin-bottom:5px;
	border:1px solid #ccc;
	}

#footer {
	padding:15px;
	padding-top:20px;
	font-size:11px;	
	margin-bottom:15px;
	color:#1270cd;
	text-shadow: #fff 0 1px 0;
	background-color:rgba(255,255,255,0.25);
	overflow:auto;
	}
	
#footer-col-left {
	width:130px;
	margin-top:-10px;
	height:80px;
	float:left;
	}
	
#footer-col-mid {
	float:left;
	width:400px;
	}
	
#footer-col-right {
	float:right;
	width:450px;
	}
	
	#footer-col-right ul{
	margin:0;
	list-style-position:outside;
	text-indent:0;
	}
	
	#footer a {
	font-family:Helvetica, Arial, sans-serif;
	margin-right:3px;
	margin-left:3px;
	text-decoration:none;
	font-weight:bold;
	color:#1270cd;
	text-shadow: #fff 0 1px 0;
	}
	
	#footer a:hover {
	color:#0b559d;
	text-shadow: #fff 0 1px 0;
	text-decoration:underline;
	}
	
	#footer p {
	margin-top:7px;
	margin-bottom:7px;
	}
	
div.new {
	background:url(../images/template2/new.png) no-repeat;
	width:92px;
	height:88px;
	margin-top:-32px;
	margin-left:-33px;
	}