/* Common CSS */
A:link {color:rgb(92, 172, 238);}
A:visited {color:rgb(92, 172, 238);}
A:hover {color:rgb(64, 64, 64);}
body {
	background:url(../images/bg-body.jpg);
}

/* Header CSS */
.listing-header {
	width:100%;
	float:left; 
	background:url(../images/bg-pattern.jpg) 0 0 repeat; 
	padding:5px 0 0 0;
}

.listing-wrapper { 
	margin:0 auto; 
	width:100%; 
	max-width:950px;
}

.listing-header-inr { 
	width:100%; 
	float:left;
}

.listing-contact { 
	width:100%; 
	max-width:300px; 
	float:left;
}	

.listing-contact ul { 
	list-style:none;
	padding:0;
}
.listing-contact ul li { 
	float:left; 
	color:#afafaf; 
	padding:0 0 0 10px;
}
.listing-contact ul li:first-child {  
	padding-left:10px;
}
.listing-contact ul li a {
	color:#afafaf; 
	text-decoration:none;
}
.listing-contact ul li a:hover { 
	color:#ffa540;
}
.listing-contact ul li span {
	float:left; 
	margin-right:5px;
}
.listing-contact ul li+li {
	background:url(../images/dvdr.jpg) 0 3px no-repeat;
}
.listing-rstuff {
	float:right;
}

.listing-rstuff ul { 
	list-style:none;
	padding:0;
}
.listing-rstuff ul li { 
	float:left; 
	color:#afafaf; 
	padding:0 10px;
}
.listing-rstuff ul li a { 
	color:#afafaf; 
	text-decoration:none;
}
.listing-rstuff ul li a:hover { 
	color:#ffa540;
}
.listing-rstuff ul li span { 
	margin:5px 0px 0 4px;
}

.listing-logo {
	float:left; 
	width:90%;
	padding:15px 0 0 10px;
}

.listing-logo  img {
	width:50%;
	min-width:250px;
	max-width:500px;
}

.listing-nav-wrapper {
	display: table;
	margin: 0 auto;
}

.listing-nav { 
	float:left;
	width:100%;
	margin:17px 0 0 0;
	background:#3085a8;
	height:48px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px 5px 0 0;
}

.listing-nav ul { 
	list-style:none; 
	margin:auto;
	width: 100%;
	position:relative;
    float:left;
	padding:0px;
}

.listing-nav ul li { 
	float:left; 
	line-height:48px; 
}
.listing-nav ul li a {
	color:#fff; 
	text-decoration:none; 
	font-family: 'proxima_nova_ththin'; 
	font-size:19px; 
	padding:0 18px 0 18px; 
	display:block; 
	padding:0 18px 0 20px\9;
}

@media (max-width: 720px) {
	.listing-nav li.no-720 {
		display: none;
	}
}

@media (max-width: 560px) {
	.listing-nav li.no-560 {
		display: none;
	}
}

@media (max-width: 420px) {
	.listing-nav li.no-420 {
		display: none;
	}
}



/* Description CSS */

.description {
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: center;
}

table.desctable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 10px;
	width: 80%;
	max-width: 700px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px; 
	border-radius:5px 5px 0 0;
}

table.desctable th {
	border-width: 1px 0px 0px 0px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	text-align: right;
        font-size: 16px;
}

table.desctable th.link {
	text-align: center;
}

table.desctable th.sub {
        width: 50%
}

table.desctable td {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
    font-size: 14px;
}

table.desctable td.desc {
	padding: 10px;
	border-width: 0px;
	-moz-border-radius: 12px 12px 0px 0px;
}

table.desctable ul.toptable {
	padding-left: 17px;
	margin-bottom: 0px;
}


table th.title {
	border-width: 0px;
	background-color: #3085A8;
	color: #FFFFFF;
	text-align: center;
	-moz-border-radius: 12px 12px 0px 0px;	
    font-size: 24px;
}

p.title {
	font-family: fantasy;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	margin-top: 11;
}

div.header {
	text-align: center;
	font-family: 'proxima_nova_rgregular';
	font-weight: bold;
}
