/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Stylevantage - blue
   TEMPLATE CODE: 	S-0001
   VERSION:          1.0          	
 *******************************************/
 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: #FFFFFF url(img01.gif) repeat-x;
	color: #999999;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #3182C0; 
}
a:hover {
	background: inherit;
	color: #72A545;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: normal;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: normal;
	border-bottom: 1px solid #f2f2f2; 	
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #3182C0;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	/*border: 2px solid #CCC;*/
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  /*border: 2px solid #3791D7;*/
}
a:hover img {  
  /*border: 2px solid #806B4D !important; /* IE fix*/
 /* border: 2px solid #3791D7;*/
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #3182C0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/

/* header */
#header {
	position: relative;
	background: url(img02.gif) no-repeat;
	width: 762px;
	height: 130px;
	margin:0 auto;
	text-align:left;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: 35px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #2e7ace;
	text-transform:normal;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 45px; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 98px; left:25px;		
}
#header p {
	position: absolute;
	padding-left: 15px;
	top: 5px; left: 315px;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(panospheric_logo.gif) 48px 23px no-repeat;
	height:212px;width:450px;
}
#header p a {
	font-size: 167%;
	color: #000000;
	padding: 0px 0 0 40px;
	text-decoration:none;background:none;
}

/* menu */
#menu {  
	clear: both;
	margin: 0; padding: 0;
}
#menu ul {	
	position: relative; 
	top: 126px;  
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width:333px;/* 775px; */
	/*border: 1px solid #808080;
	border-width: 0 0 4px 0;*/
	list-style: none;height:36px;  
}
#menu ul li{
	display: inline; 
}
#menu ul li a {	
	position: relative;top: 4px;
	float: left;
	color: #808080;
	padding: 0px 0px;
	text-decoration: none;
	/*background: white url(menudivide.gif) repeat-y right top; */width:73px;
	font:bold 12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align:center;
	/*border-bottom: 4px solid #808080;*/ 	
}
#menu ul li a:hover{
	color: black;
	width:73px; height:36px; text-decoration:none; background:url(button.gif) no-repeat 0 0 #AEAEAE; 
	/*border-bottom: 4px solid #3791D7;*/
}
#menu ul li#current a{
	color: #333;
	width:73px; height:36px; background:url(button.gif) no-repeat 0 0 #AEAEAE;
	/*border-bottom: 4px solid #3791D7;*/
}

#wrap {
	margin: 0 auto;
    width: 100%;  	
	text-align: center;	 
}
#content-wrap {
	clear:both;
    margin: 0 auto;
	text-align:left;
	padding:0;
	width: 762px; 
}

/* main column */
#main {
	float: left; 
	margin-left: 0px;
	padding: 0;
	width: 762px;
}

.panel {  width:246px; height:243px; margin:87px 3px 0 3px;}
.panel a { text-decoration:none}
.panel h2{ color:#fff; width:90px; height:47px; font:20px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase;}
.panel p { color:#fff; width:163px; font:12px/18px Arial, Helvetica, sans-serif; font-weight:bold; padding:0; margin:30px 50px 0 38px;}

#panel-1 h2{ margin:24px 0 0 120px; }
#panel-2 h2{ margin:30px 0 0 96px; }
#panel-3 h2{ margin:34px 0 0 93px; }

#panel-1 { float: left; background:url(orange-normal.jpg) no-repeat 0 0 #FC5F00; position: relative;}
#panel-2 { float: left; background:url(green-normal.jpg) no-repeat 0 0 #FC5F00; position: relative;}
#panel-3 { float: left; background:url(blue-normal.jpg) no-repeat 0 0 #FC5F00; position: relative;}

#panel-1 a { width:246px; height:243px; position: absolute; top: 0; left: 0; }
#panel-2 a { width:246px; height:243px; position: absolute; top: 0; left: 0; }
#panel-3 a { width:246px; height:243px; position: absolute; top: 0; left: 0; }

#panel-1 a:hover { background:url(orange-hover.jpg) top left no-repeat;}
#panel-2 a:hover { background:url(green-hover.jpg) top left no-repeat;}
#panel-3 a:hover { background:url(blue-hover.jpg) top left no-repeat;}

#intro { margin:0px 0 25px 0;width:762px;height:258px;background:url(intro-bg.jpg) 0 0 no-repeat #fff;}
#intro p { padding:0px 285px 15px 15px;font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#intro h2 { padding:10px 300px 0px 15px; font-size: 28px; color:#FFFFFF}

.bd_header { letter-spacing:6.5px; margin:0px; width:762px;height:43px; }
.bd_header h2{ color:#FFF; text-align:center;margin:0px; font:30px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; padding:6px; } 

.bd_all {  margin: 0px 0px 15px 0px; border: 1px solid #000; }
.bd_all h2 { font-size:24px; padding: 5px 0px 5px 40px; margin-left:140px;}
.bd_all p { padding: 0 40px 0 150px; height:100px; color:#000000;}
.bd_all strong { background:none;}

.backdrop_orange { background: #fff url(backdrop-orange.jpg) top right repeat-y; }
.backdrop_green { background: #fff url(backdrop-green.jpg) top right repeat-y; }
.backdrop_blue { background: #fff url(backdrop-blue.jpg) top right repeat-y; }
.backdrop_gr_header { background: #fff url(backdrop-gr-header.jpg) top right no-repeat; }
.backdrop_or_header { background: #fff url(backdrop-or-header.jpg) top right no-repeat; }
.backdrop_bl_header { background: #fff url(backdrop-bl-header.jpg) top right no-repeat; }

.green { color:#7dd300; }
.orange { color:#FF7113; }
.blue { color:#2e7ace; }

.webdesign_wdesign {background:url(webdesign_design.jpg) 0 0 no-repeat;}
.webdesign_seo {background:url(webdesign_seo.jpg) 0 0 no-repeat;}
.webdesign_edit {background:url(webdesign_editability.jpg) 0 0 no-repeat;}
.webdesign_hosting {background:url(webdesign_hosting.jpg) 0 0 no-repeat;}
.programming_ecommerce {background:url(programming_ecommerce.jpg) 0 0 no-repeat;}
.programming_security {background:url(programming_security.jpg) 0 0 no-repeat;}
.programming_coding {background:url(programming_coding.jpg) 0 0 no-repeat;}
.services_gdesign {background:url(services_graphicdesign.jpg) 0 0 no-repeat;}
.services_print {background:url(services_print.jpg) 0 0 no-repeat ;}

.bg1 { background: url(img04.gif) no-repeat left top; }
.bg2 { background: url(img05.gif) no-repeat left top; }
.bg3 { background: url(img06.gif) no-repeat left top; }
.bg4 { background: url(img08.gif) no-repeat left top; }
.bg5 { background: url(img09.gif) no-repeat left top; }
.bg13 { background: url(img13.gif) no-repeat left top; }
.bg14 { background: url(img14.gif) no-repeat left top; }
.bg15 { background: url(img15.gif) no-repeat left top; }
.bg16 { background: url(img16.gif) no-repeat left top; }
.bg6 { background: url(img10.gif) no-repeat right bottom; }
.bg7 { background: url(img11.gif) no-repeat right bottom; }
.bg7_2 { background: url(img11_2.gif) no-repeat right bottom; }
.bg7_3 { background: url(img11_3.gif) no-repeat right bottom; }

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;			
}

/* footer */
#footer {
	clear: both;
	background: #000 url(footer-bg.gif) no-repeat 50% 10%; 
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 245px;width:100%;	
}

#footer a {
	border: none;
	color: #2a358f; text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
}

#legal {
   padding-top:28px;
   text-transform: lowercase;
   letter-spacing: 3px;
   font-size: 350%;
   font-weight: normal;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#links {
  padding-top:17px;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  {	color: #3791D7; }




