/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	text-align: justify;
/*	line-height: 25px;*/
	font-family: "Helvetica Neue",HelveticaNeue,Helvetica,arial,sans;
	font-size: 16px/24px;
	color: #3C3C37;
    background-color: #263b7c;
    background-image: url("../images/background-blue.png");
    background-repeat: repeat-x;	
	background-attachment: fixed;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	/* text-transform: lowercase; */
	color: #005880;
	color: #3C3C37;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

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

a:hover {
	/* IE tip: if bold text will show grained text, use background-color in anchor */
	/* IE tip: if opacity doesn't work, probably your anchor needs a position. Set class='left|right' on your anchor */
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}

/** Style for header starts here */

#header {
	float: left;
	width: 800px;
	height: 250px;
	margin: 0px auto;
	background-color: #efe9d1;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	float: left;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	background: #000000;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 1;
	list-style: none;
}

#menu li {display: inline;}

#menu ul#mleft {
	height: 42px;
}
#menu ul#mleft li a {
	float: left;
}

#menu ul#mleft a {
	display: block;
    font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: 5px 5px 0px 5px;
	padding: 6px 10px 6px 10px;
}

#menu ul#mleft li {
	float: left;
}
#menu ul#mleft li a:hover {
	background-color: #d60721;
}
#menu ul#mleft li a.selected {
	background-color: #d60721;
}

#menu ul#mright {
float: right;
	height: 38px;
	padding-top: 2px;
	padding-left: 2px;
}

#menu ul#mright a {
	display: block;
	padding: 1px 3px 0 0;
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul#mright li a {
	float: right;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 10px;
}

/** Style for content starts here */

#content, #contentFull {
	float: left;
	width: 800px;
	margin: 10px 0px;
	padding: 0px;
    background-image: url("../images/background-beige-split.png");
    background-repeat: repeat-y;
}

#contentFull {
	background: #F9F7F1;
}

#content h2, #contentFull h2 {
	/* text-transform: capitalize; */
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2px #3C3C37 solid;
}

#content p {
}

#left {
	float: left;
	width: 500px;
	padding: 5px;
	background-color: #F9F7F1;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left #tweetFeed ul {
	margin: 0;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 270px;
	padding: 5px;
	background-color: #F9F7F1;
}

#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	float: left;
	width: 100%;
	padding: 5px 0 1px;
	border-bottom: 1px solid #cccccc;
}
#right li div.icon {float: left; /* padding-top: 2px; */}
#right li div.text {float: left; padding: 2px 0px 0px 5px; }
#right ul.contact li {
	border: none;
}

#right p {
	text-align: left;
}

#center {
	background-color: #F9F7F1;
	float: left;
	width: 790px;
	padding: 5px;
	margin-bottom: 20px;
/*	border: 1px solid black; */
}

#center ul {
	margin: 0 1em;
	padding: 0;
	list-style: none;
}

#center li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 32px;
	margin: 0px auto;
	padding-top: 8px;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(../images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(../images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
    width:618px;
    width:800px;
    height:246px;
    margin-left:0px;
	background:url(../images/banner/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0px;
	top:220px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/banner/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/banner/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*=================*/
/*=== pricelist ===*/
/*=================*/
.pricelist {
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 0.8em;
}

.pricelist td, .pricelist th {
	line-height: 16px;
	text-align: right;
	width: 80px;
}

.pricelist th:first-child, .pricelist td:first-child  {
	text-align: left;
	width: 260px;
}

.pricelist tbody tr:first-child td {
	border-top: 1px solid #e4e4e4;
}

.pricelist tbody tr td {
/*    background: #fafafa;*/
    border-bottom: 1px solid #e4e4e4;
    padding: 1px 0px 1px 0px;
	overflow: hidden;
}

.hide {
	display: none;
}
#descriptions {
	float: left;
	font-size: 12px;
}
.imgAttrTitle {
	width: 700px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.imgAttrName {
	width: 150px;
	float: left;
	font-weight: bold;
}
.imgAttrValue {
	width: 560px;
	float: left;
}
