body {
	margin:0px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	background:url(imgs/bg.jpg) repeat-x;
	min-height:1000px;
}

html {
	background:#052f4a;
}


/*-----------------------------------------------------------------------------------------------*/
/*                                         RESETING                                              */
/*-----------------------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 { 
	font-family: "HelveticaNeueLight", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: 400; f
	ont-size: 1.6em; 
	color: #333333;
}

#header {
	margin:0 auto;
}

#logo-container {
	margin:0 auto;
	text-align:center;
	background:url(imgs/logo-bg.png) center;
}

#logo {
	width:795px;
	background:url(imgs/logo-light.jpg);
	margin:0 auto;
	padding:0px;
}

#menu {
	margin:0 auto;
	background:url(imgs/menu-bg.jpg);
	height:55px;
}

#button-area, #button-area ul {
	margin:0 auto;
	padding:9px 0 0 0;
	height:43px;
}

#button-area {
	width:1005px;
	position:relative;
}

#button-area ul {
	width:600px;
	float:left;
}


#button-area li {
	list-style:none;
	display:inline; 
	font-size:13px;
}

#button-area li a {
	padding:10px;
	margin:20px 0 0 0;
	color:#2c2c2c;
	text-transform:uppercase;
	text-decoration:none;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;
}


#button-area li a:hover {
	color:#999;
	background:#333;
}


#button-area li a:active {
	color:#999;
	background:#000;
}



#search_ps {
	margin:2px 0 0 0;
	float:right;
}

.searching {
	margin:0px;
	float:left;
	padding:7px 0 0 5px;
	height:25px;
	width:240px;
	color:#e7e7e7;
	background:#3b3b3b;
	border:0px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;	
}


#network {
	margin:0px;
	padding:0px;
	width:161px;
	height:32px;
	float:right;
}

#network-list {
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background:#242222;
	float:right;
	margin:0 0px 0 0;
	position:absolute;
	padding:10px;
	width:180px;
	height:109px;
	top:8px;
	left: 815px;
}



#network-list ul {
	margin:0px;
	padding:0px;
	width:161px;
}

#network-list li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#network-list li a {
	padding:10px;
	margin:0px;
	width:163px;
	float:left;
	clear:left;
	color:#666;
	text-decoration:none;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;	
}

#network-list  li a:hover {
	background:#000;
	color:#CCC;
}



.icons{
	float:left;
	margin:0 5px 0 0;
}




#display {
	margin:0 auto;
	width:1005px;
}

#display-img {
	margin:0px;
	width:496px;
	float:left;
}

#display-text {
	margin:25px 0 0 15px;;
	width:490px;
	float:left;
}

#display-text h1 {
	margin:0px;
	font-family:helvetica;
	color:#cdd7de;
}

#display-text p {
	color:#477da2;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight:normal;
	font-size:14px;
	margin:5px 0 15px 0;
}

.discButton {
	float:right;
	margin:0 25px 0 0;
}
	
#middle {
	width:1005px;
	margin:0 auto;
	padding:0 0 10px 0;
	clear:both;
	background:#101010;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;
	overflow:hidden;
	
}

#sidebar {
	float:left;
	width:244px;
}

#cat-title{
	width:234px;
	height:49px;
	margin:30px 0 0 0;
	float:right;
	background:url(imgs/cat-top.jpg) no-repeat;
}


#cats {
	margin:0px;
	width:234px;
	float:right;
	background:#eeeeee;
}

#cats ul {
	margin:0px;
	padding:0px 0 0 7px;;
}

#cats li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
}

#cats li a {
	padding:10px 5px 10px 30px;
	width:185px;
	float:left;
	clear:left;
	color:#2e2e2e;
	text-decoration:none;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;	
}

#cats li a:hover {
	background:#333;
	color:#CCC;
}

#cat-bottom {
	padding:0px;
	margin:0px;
	width:234px;
	height:10px;
	float:right;
	background:url(imgs/cat-bottom.jpg);
}



#content {
	float:left;
	width:761px;
	margin:0px;
	padding:0px;
}


#content-area-title {
	width:751px;
	height:60px;
	margin:11px 0 0 0;
	padding:0 0 0 0;
	background:url(imgs/content-top.jpg);
	float:left;
}



#content-area-title h1 {
	margin:20px 0 0 15px;
	padding:0px;
	width:500px;
	font-size:17px;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow: 0 0 0.2em #000000;
}

.return{
	margin:13px 10px 0 0;
	padding:0px;
	float:right;
}




#content-area h2 {
	margin:0 0 5px 5px;
	padding:0px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size:18px;
	color:#777777;
	float:left;
	text-shadow: 0 0 0.2em #000000
}


.class-riquired-fields {
	margin:0 0 10px 10px;
	padding:0px;
	color:#f75454;
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	float:left;
	clear:both;
}


.div {
	width:730px;
	margin:10px 0 10px 0;
}





#content-area {
	float:left;
	width:731px;
	padding:10px;
	background:url(imgs/content-area-bg.jpg);
	
}

#content-inner {
	width:730px;
	margin:0 auto;
	min-height:183px;
	padding:0px 0 10PX; 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;
	background:#131313;
	clear:both;
	overflow:hidden;
	
	
}


#content-text {
	margin:0 0 0 20px;
	font-size:13px;
	color:#8e8e8e;
}


#form-container {
	margin:0px;
	padding:0px;
	float:left;
	width:520px;
}

#field-container, #field-container-text-area {
	margin:0 0 5px 0;
	padding:10px;
	background:#1a1a1a;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;
}

#field-container {
	height:25px;
}

#field-container-text-area {
	height:80px;
}

.label {
	color:#616161;
	margin:0 5px 4px 5px;
	padding:5px 0 0 0;
	width:135px;
	height:100%;
	float:left;
	border-right:1px solid #252525;
	text-shadow: 0 0 0.2em #000000	
}


.form-fields, .form-fields-multi {
	margin:0px;
	width:320px;
	padding:7px;
	background:#242424;
	border:0px;
	color:#fff;
}

.form-fields-multi{
	height:65px;
}


.required{
	color:#f75454;
	margin:0px;
	padding:0px;
	float:right;
	widows:5px;
}


#thumb {
	width:170px;
	height:188px;
	padding:10px;
	margin:0 0 30px 38px;;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;
	background:#1a1a1a;
	border:1px solid #2f2f2f;
	float:left;
	
}

a.view-details {
	font-size:10px;
	color:#8f8f8f;
	text-decoration:none;
}

a.view-pic {
	margin: 0px 0 0 10px;
	font-size:10px;
	color:#535453;
	text-decoration:none;
}

.bookus {
	margin:5px 5px 20px 5px;
}

#footer {
	margin:0 auto;
	padding:20px 0 50px 20px;
	width:1005px;
}

#footer-menu {
	width:780px;
	float:left;
}

a.foot-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dadada;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 20px 0 0;
}

#footer-menu p {
	font-size:12px;
	float:left;
	clear:left;
	margin:6px 0 15px 0;
	color:#0f5786;
}
	
	
#footer-img {
	float:left;
	margin:15px 10px 0 0;
}






/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/


p#vtip { 
	display: none; 
	position: absolute; 
	padding: 10px; 
	left: 5px; 
	font-size: 0.8em; 
	background-color: #131313; 
	border: 1px solid #494949;
	color:#bcbcbc;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

#clean {
	margin:0px;
	padding:0px;
	height:30px;
}




#post-detail-container {
	margin:10px;
	padding:10px;
	width:95%;
}


#post-detail-container p {
	margin:0px;
	float:left;
	font-size:13px;
	color:#777777;
}


#post-detail-text {
	margin:0px;
	float:left;
	width:400px;
}


#post-detail-extras{
	margin:0 0 20px 0;
	padding:5px;
	float:right;
	clear:right;
	width:240px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#1b1b1b;
}

#post-detail-extras h4 {
	margin:5px 0 10px 7px;
	padding:0px;
	font-weight:normal;
	font-size:15px;
	float:left;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	text-shadow:#000 0 1px 5px;
	letter-spacing:2px;
}

#fix-thumb {
	margin:0 0 10px 7px;
	float:left;
	background:#999;
	width:109px;
	height:110px;
}

#thumb-wrap {
	position:relative;
}


img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}




.detail-title {
	margin:0 0 15px 2px;
	padding:0px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size:35px;
	color:#D9D9D9;
	float:left;
	text-shadow: 0 0 0.2em #000000
}




/*-----------------------------------------------------------------------------------------------*/
/*                                         SLIDER STYLE                                          */
/*-----------------------------------------------------------------------------------------------*/


#s3slider {
   width: 496px; /* important to be same as image width */
   height: 208px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   margin:0px;
   padding:0px;
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   margin:0px;
   position: relative; /* important */
   display: none; /* important */
   list-style:none;
}

.s3sliderImage span {
   position: absolute; /* important */
   filter: alpha(opacity=100); /* here you can set the opacity of box with text */
   -moz-opacity: 0.10; /* here you can set the opacity of box with text */
   -khtml-opacity:01.10; /* here you can set the opacity of box with text */
   opacity: 0.0; /* here you can set the opacity of box with text */
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 





/*-----------------------------------------------------------------------------------------------*/
/*                                         Auto Suggestion                                       */
/*-----------------------------------------------------------------------------------------------*/


	
.sugs_holder {
	width:300px;
	position:absolute;
	padding: 0 0 10px 0;
	margin:10px 80px 0 0;
}
	
	
	
.suggestionList {
	margin: 0px;
	padding: 0px;
}
	
.suggestionList li {
	margin:0;
	padding: 7px;
	width:280px;
	float:left;
	clear:left;
	border-bottom:1px #555 dotted;
	cursor: pointer;
}
	
.suggestionList li:hover {
	background-color:#1E1E1E;
}
.suggestionsBox1 {		
	left: 30px;
	margin: 0;
	padding: 0 0 10px 5px;;
	width: 300px;
	background-color:#333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	font-family:helvetica;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	z-index:500;		
}












/*-----------------------------------------------------------------------------------------------*/
/*                                         PAGINATION	                                         */
/*-----------------------------------------------------------------------------------------------*/




#pg {
	margin:0 0 20px 40px;
	text-align:right;
	width:650px;
	float:left;
	clear:left;
}



.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

a.paginate {
	padding: 5px 9px 5px 9px;
	text-decoration: none;
	color: #919191;
	background:#3b3b3b;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 	
}


a.paginate:hover {
	color: #fff;
	background:#2c2c2c;
	text-decoration: underline;
}

a.current {
	font: bold .7em Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	color: #d4d4d4;
	text-decoration: none;
	font-weight:bold;
}

span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}


