body {
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#8aa2ab;
	background-color:#000;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
	color:#9cd8f3;
	text-decoration: underline;
}
a:hover {
	color:#ccc;
	text-decoration:none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	letter-spacing:-1px;
	font-weight:bold;
}
h2 {
	font-size: 20px;
	letter-spacing:-1px;
	margin-bottom:10px;
	
}
h3 {
	font-size: 18px;
	letter-spacing:-1px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	
}

/*contact form*/
.clearfix:after					{ content: "."; visibility: hidden;  display: block; height: 0px; clear: both; }
* html .clearfix				{ height: 1%; }
.popup							{ display: none; }
.contacttext					{ width: 630px; padding: 10px 45px; color: #444; }
.contacttext .text				{ width: 450px; float: left; }
.contacttext h3					{ font-size: 18px; margin-bottom: 10px; }
#contact_form					{ margin: 25px 45px 0px; color: #444; }
#contact_form form				{ list-style: none; color: #444; }
.form							{ font-size: 14px; color: #444; }
.form h3						{ margin-bottom: 10px; }
.form label						{ font-weight: bold; display: block; width: 150px; float: left; padding: 5px 15px 0px 0px; cursor: pointer; }
.form label.check				{ float: left; width: auto; text-align: left; padding: 5px 5px 0px 0px; margin: 0px 20px 0px 5px; }
.form input.text				{ width: 250px; float: left; border: 1px solid #c5c5c5; padding: 3px; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; }
.form input.checkbox			{ float: left; margin: 6px 0px 0px 0px; width: auto; }
.form input.submit				{ outline: none; }
.form .errors					{ color: #b01d1d; margin: 0px 0px 15px; }
.form fieldset					{ border: none; margin-bottom: 25px; }
.form input.required			{ border: 1px solid #b43131; }
.form select					{ margin-top: 3px; }
.form input.short				{ width: 30px; }
.form span.extra				{ display: block; float: left; margin: 7px 0px 0px 10px; }
.form textarea					{ width: 450px; height: 115px; border: 1px solid #c5c5c5; padding: 3px; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; }
.form small						{ font-size: 0.85em; }
.form p							{ margin-bottom: 10px; clear: both; }
.form .error					{ font-size: 0.85em; color: #d14949; }

em.error {
  background:url("../images/exclamation.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("../images/tick.png") no-repeat 0px 0px;
  padding-left: 16px;
}


/* Overlay Styling */
#TB_overlay 					{ position: fixed; z-index: 100; top: 0px; left: 0px; height: 100%; width: 100%; }
.TB_overlayMacFFBGHack 			{ background: url(../images/Hack.png); }
.TB_overlayBG 					{ background-color: #000; filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
* html #TB_overlay 				{ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_window 						{ position: fixed; z-index: 102; color: #000000; display: none; text-align: left; top: 48%; left: 50%; width: 740px; margin-left: -330px; }
* html #TB_window 				{ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_closeWindowButton			{ display: block; background: url(../images/close.png); height: 36px; width: 36px; position: absolute; top: -10px; left: -10px; }
#TB_title						{ width: 740px; height: 30px; background: url(../images/top.png); }
#TB_bottom						{ width: 740px; height: 30px; background: url(../images/bottom.png); }
#TB_ajaxContent					{ background: #fff; clear: both; overflow: auto; text-align: left; font-size: 1.45em; }
#TB_load						{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
* html #TB_load 				{ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_HideSelect					{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html #TB_HideSelect 			{ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_iframeContent				{ clear: both; border: none; margin-bottom: -1px; margin-top: 1px; _margin-bottom: 1px; }


/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 18px 18px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 18px 18px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	border:1px solid #eee;
	background-color:#f5f5f5;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #ccc;
	font-size:11px;
}



/*---------------------header and left and right column--------------------*/

.header{
	height:75px;
	margin-left: 30px;
	padding-top:10px;

}
.left-column, .right-column{
	border:0px solid #333;

}

/*---------------------slider--------------------*/

.sliderImages, .sliderImages2  {
	width:362px;

}

.sliderImages ul , .sliderTextHolder ul, .sliderImages2 ul , .sliderTextHolder2 ul  {
	margin:0px;
	display:block;
	float:left;
	width:auto;


}
.sliderImages ul li, .sliderTextHolder ul li, .sliderImages2 ul li, .sliderTextHolder2 ul li  {
	margin:0px;
}

.web, .print{	
	position: relative;
	
}
.print h4, .web h4{
	margin:0px;
	padding:0px;
	color:#dedede;
	position: absolute;
	left:380px;
	top:0px;
}
.sliderTextHolder ul , .sliderTextHolder2 ul {
	/*filter: alpha(opacity=55); 
	-moz-opacity: .55; */
	background-color:#fff; 
	border:1px solid #07334a;
}
.sliderTextHolder li, .sliderTextHolder2 li{
	width:346px;
	padding:3px 8px;
	position:relative;
	border-bottom:none;
	color:#111;
}
.sliderTextHolder li .url a, .sliderTextHolder2 li .url a{
	border-left:0px solid #888;
	position: absolute;
	right:0px;
	padding:2px 15px;
	line-height:13px;
	font-weight:bold;
	color: #3399CC;
	background-image: url(../images/globe.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	
}

.next{
	position: relative;
	top:-140px;
	left:357px;
	z-index:44;
}
.prev{
	position: relative;
	top:-100px;
	left:390px;
	z-index:44;
}
.next2{
	position: relative;
	top:-140px;
	left:357px;
	z-index:44;
}
.prev2{
	position: relative;
	top:-100px;
	left:390px;
	z-index:44;
}


/*accordian slides at right column*/
.accordion {
	border-bottom: solid 0px #022a3e;
	margin: 40px 0 0 0;
	/*color:#8aa2ab;*/
	color:#ffffff;
}
.accordion h3 {
	background: url(../images/arrow-square.gif) no-repeat left -51px;
	padding: 0px 25px;
	margin: 0;
	border: solid 0px #022a3e;
	border-bottom: none;
	cursor: pointer;
	color:#dedede;
	line-height:23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
.accordion h3 a:link{


}

.accordion h3:hover {
	
}
.accordion h3.active {
	background-position: left 5px;line-height:22px;
}
.accordion .panel {
	display:none;
	margin: 0;
	padding: 10px 25px;

}

/* face box for zooming effect
----------------------------------------------------------------------------------------------------*/
.thickstyle{
background: #eee;
padding:20px;
}

#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}



			
/* contact us
----------------------------------------------------------------------------------------------------*/
.contact-us {
	text-align:left;
	
	padding:10px 0;
	width:auto;
}
	p.contact-us input {
	background-image:url(../images/input-bg1.jpg);
	background-repeat:no-repeat;
	height:17px;
	width:250px;
	background-color:#eee;
	border:1px solid #ccc;
	width:250px;
	padding:5px;
}
.contact-us textarea {
	background-color:#eee;
	border:1px solid #ccc;
	width:250px;
	padding:5px;
	overflow:auto;
}
.contact-us .submit {
	border:none;
	width:95px;
	height:31px;
	position:relative;
	left:110px;
	margin:0;
	padding:0;

}
.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#7895a0;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}	

.get-in-touch{
	margin-top:20px;
	border-left:10px solid #111518;
	padding:10px;
	color:#7dabc0;
	margin-left:5px;
	
}
.get-in-touch strong{
	color:#c2dbe7;
}

/* now the cool stuff */

#twitter {
	position: relative;
	cursor: move;
	width: 400px;
	height: 275px;
	margin: 0px 30px 0 0;
	background: url('../images/quote.png') no-repeat;
	color: #FFF;
	z-index: 25;
}

#twitter h3 {
	padding: 75px 85px 0px 85px;
	font-size: 15px;
	font-weight: normal;
}

#twitter p {
	font-size: 10px;
	font-style: italic;
	padding: 10px 85px 0px 85px;
}

#twitterBird {
	position: relative;
	cursor: move;
	width: 144px;
	height: 126px;
	margin: 20px 0 0 250px;
	background: url('../images/bird.gif') no-repeat;
	z-index: 25;
}

#twitterBird p {
	display: none;
}

/* elsewhere */

ul.action-stream-list {
	margin: 0;
	list-style-type: none;
	line-height: 20px;
}

.service-icon {
	display: block;
	overflow: hidden;
	background: transparent url(../images/other.png) no-repeat;
	background-position: 0 2px;
	padding-left: 23px;
	min-height: 20px;
	min-width: 16px;
	margin: 0 0 5px !important;
}

.action-stream-list .hentry abbr.published {
	display: none;
}

.service-blip_fm {
	background-image: url(../images/blip_fm.png);
}

.service-delicious {
	background-image: url(../images/delicious.png);
}

.service-flickr {
	background-image: url(../images/flickr.png);
}

.service-friendfeed {
	background-image: url(../images/friendfeed.png);
}

.service-identica {
	background-image: url(../images/identica.png);
}

.service-lastfm {
	background-image: url(../images/lastfm.png);
}

.service-twitter {
	background-image: url(../images/twitter.png);
}

.service-gmail {
	background-image: url(../images/gmail.png);
}
