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

/* ----------------- Fonts ----------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	padding-bottom:25px;
	line-height:35px;
	font-size:26px;
	color:#2E3359;
	font-weight: normal;
}

h2 {
	font-size:20px;
	color:#2E3359;
	margin-bottom:10px;
	font-weight: normal;
}

h3 {
	font-size:18px;
	color:#656984;
	margin-bottom:10px;
	font-weight: normal;
}

h4 {
	font-size:20px;
	color:#2E3359;
	margin-bottom:20px;
	font-weight: normal;
}

p {
	font-size:13px;
	color:#2E3359;
	margin-bottom:10px;
	line-height: 18px;
}

blockquote {
	padding-left:27px;
}

#phone {
	font-size:18px;
	font-weight:bold;
	color:#2E3359;
}

.lics {
	font-size:12px;
	font-weight:normal;
	font-style:italics;
}

#text ul {
	font-size:13px;
	color:#2E3359;
	margin-bottom:10px;
	line-height: 18px;
	padding-left:20px;
	list-style-type:square;
}

#text li {
	margin-bottom:5px;
	line-height: 18px;
}

#copyright p {
	font-size:11px;
}

hr {
	height:1px;
	color: #2E3359;
	background-color:#2E3359;
	margin-top:20px;
	margin-bottom:20px;
	border: 0;
}

/* ----------------- Footers ----------------- */

#footer p {
	color:#FFF;
}

/* ----------------- Links ----------------- */

a {
     color: #2E3359;
}
a:link {
     color: #2E3359;
	 text-decoration: underline;
}
a:visited {
     color: #2E3359;
	 text-decoration: underline;
}
a:hover {
	color:#000000;
	 text-decoration: underline;
}
a:active {
     color: #2E3359;
	 text-decoration: underline;
}

.whiteLink {
	color: #fff;
	text-decoration: none;
}
a.whiteLink:link {
     color: #fff;
	 text-decoration: none;
}
a.whiteLink:visited {
     color: #fff;
	 text-decoration: none;
}
a.whiteLink:hover {
	color:#656984;
	text-decoration: none;
}
a.whiteLink:active {
     color: #fff;
	 text-decoration: none;
}
.redLink {
	color:#F00;
	text-decoration: none;
}
a.redLink:link {
	color:#F00;
	 text-decoration: none;
}
a.redLink:visited {
	color:#F00;
	 text-decoration: none;
}
a.redLink:hover {
	color:#F00;
	text-decoration: none;
}
a.redLink:active {
	color:#F00;
	text-decoration: none;
}

/* ----------------- Forms ----------------- */

.inputs {
	color: #2F345A;
	background-color:#F1F2F1;
	border: 1px solid #CECFD2;
	padding: 3px;
}

.submits {
	font-size:18px;
	color: #FFFFFF;
	background-color:#2E3359;
	padding: 7px;
}

/* ----------------- Gallery ----------------- */

#photo {
	width:93px;
	height:93px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/* ----------------- Cart ----------------- */

.cart{
	float:left;
	padding-left:10px;
	padding-right:10px;
	background-color: #2E3359;
	color: #FFFFFF;
	line-height:30px;
	font-size:13px;
	text-decoration:none;
	text-align:center;
}
.cart a:link{
	background-color: #2E3359;
	display: block;
	color: #FFFFFF;
	text-decoration:none;
}
.cart a:visited{
	background-color: #2E3359;
	display: block;
	color: #FFFFFF;
	text-decoration:none;
}
.cart a:hover{
	background-color: #2E3359;
	color: #FFFFFF;
	text-decoration:none;
}
.cart a:active{
	background-color: #2E3359;
	color: #FFFFFF;
	text-decoration:none;
}

.thumbs {
	float:right;
	border:3px;
	border-color:#FFFFFF;
	margin-left:25px;
}

/* ----------------- Tables ----------------- */

.tables {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3359;
}
.tables td {
	border-bottom:1px solid #2E3359;
    padding:5px 13px 5px 8px;
}
