/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/*Static Footer Bar*/

#stfooter {position:fixed; bottom:20px; width:50px; height:135px; background-color: transparent; right: 0px;}
#stfooter a
{
    background-color: transparent;
}

#stfooter a 
{
    background-image: none;
}
/*End of Static Footer Bar*/

/*Transparent Effect*/
.transparent {
   	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
}

#feature 
{
    width: auto;
    text-align: center;
    margin: auto;
    padding: 0px;
}

#feature h1,#feature h2,#feature h2 
{
    text-align: center;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid #000000;
}

/*end of transparent effect*/

/*Partner Image Galler Effect*/

.partnerimg img{
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-ms-transform:scale(0.8); /*IE scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
-ms-transition-duration: 0.5s; /*IE duration version*/
opacity: 0.7; /*initial opacity of images*/
margin: 0 0 5px 0 ; /*margin between images*/
vertical-align: middle;
}

.partnerimg img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
-ms-transform:scale(1.1); /*IE scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

.partnerimg 
{
    background-color: transparent;
    /*text-align: left;*/
}

.partnerimg table
{
    border: 0px solid;
    background-color: transparent;
    margin: 0px 10px ;
}

/*End of Partner Image Gallery Effect*/

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #cccccc;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* tables */
table 
{
    border: 0px solid ;
    background-color: transparent;
    text-align: left;
    margin: 0px auto;
    text-align: center;
    
}

.downloadtable table,.downloadtable a,.downloadtable a:hover 
{
    text-align: center;
    background: transparent;
}


td.downloadtable
{
    background: url("arrow_down.png") no-repeat scroll left center transparent;
    padding-left: 20px;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}

/*h2 wid black font*/
#blackh2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #444444;
}

h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
#img_no_border {
	border: 0px;
}

img {
	border: 0px solid #CCC;
	background-color: transparent;
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}


h1, h2, h3{
	padding: 5px;		
	margin: 0;
}

p {
	padding: 10px;		
	margin: 0 100px 0 auto;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul span, ol span {
	color: #666666;
}

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;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:-30px 0 0 50px; padding: 0 5px;
	/*border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

#emailADD:focus {
  background-color:  #EDE9C7;
}

input[type='text']:hover {
  -moz-box-shadow: 0px 0px 4px #ffffff;
  -webkit-box-shadow: 0px 0px 4px #ffffff;
  box-shadow: 0px 0px 4px #ffffff;
}

button:hover {
  -moz-box-shadow: 0px 0px 4px #ffffff;
  -webkit-box-shadow: 0px 0px 4px #ffffff;
  box-shadow: 0px 0px 4px #ffffff;
}

button {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1020px;
	background: transparent url(content.png) repeat-y center top;
	margin: 0 auto;
	text-align: justify;
}
#content-wrap {
	clear: both;
	width: 960px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 1020px;
	position: relative;
	height: 106px;
	background: #cccccc url(header.png) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 14px auto auto 30px; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

#header a 
{
	color: #FFF;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(menu.png) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0;
	/*margin-top: 5px;*/
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #3F4F4F;	
	text-decoration: none;
}
#menu ul li a:hover 
{
    background-image: url(menu-button-hover.jpg);
	/*background-color: #ECECEC;*/
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	overflow: hidden;
	width: 90%;
	padding: 0; margin: 0 auto;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	/*padding: 5px 0 5px 25px;*/
	border-bottom: 1px solid #EFF0F1;
	/*background: #FFF url(square-green.png) no-repeat 3px 50%;	*/
}

#productrow 
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
} 

#resourceproductrow 
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	/*border: 1px ridge;*/

}

#main #leftbox
{
    width: 95%;
}

#main #aboutleftbox
{
    float: left;
    width: 70%;
}
#aboutleftbox p
{
    margin: 0 auto;
}

#leftbox 
{
	float: left;
	width: 99%;
	margin: 10px 0px 0px 30px;
	padding-left: 5px;
}

#ordertable
{
	width: 100%;
	margin: 10px 10px 10px 10px;
} 

#orderrow
{
	float: left;
	width: 98.5%;
	padding: 10px 5px 5px 0px;
	border-bottom: solid 1px black;
}

#ordercolumn1
{
	float: left; 
	width: 60%; 
	margin: 0 3px 2px 0; 
	padding: 0;
}

#ordercolumn2
{
	float: left; 
	width: 30%;
	margin: 0 3px 2px 0; 
}

#ordercolumn3
{
	float: left; 
	width: 5%;
	margin: 0 3px 2px 0; 
}

#main #rightbox 
{
	float: right;
	width: 27%;
	margin: 0px 0px 0px 0px;
	border: 0px ridge;
}

#rightbox img {
	border: 0px solid #CCC;
	background-color: transparent;
	margin: 20px 0px 0 auto;
}

#rightbox p {
	border: 0px solid #CCC;
	background-color: transparent;
	margin: 0px 0 0 0px;
	text-align: center;
	font-style: italic;
	font-size: larger;
}
    
.post-footer {
	background-color: #FAFAFA;
	padding: 3px;
	margin: 0px 10px 0 30px;
	border: 1px solid #f2f2f2;
	font-size: 105%;
	font-weight: bold;	
}
.post-footer .download {
	background: url(arrow_down.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
	line-height: 1.5em;
}
.post-footer .buy {
	background: url(cart_add.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .screenshots {
	background: url(picture.png) 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;
}
.post-footer .usercomment {
	background: url(user_comment.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .pdf{
	background: url(pdf.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .key{
	background: url(key.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .deploy{
	background: url(deploy.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .faq{
	background: url(faq.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.imgex 
{
	border:0px solid #f2f2f2;
	padding: 5px 5px 5px 5px;
    
}
.imgsoc 
{
	border:0px solid #f2f2f2;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	background-image: none;
    
}
.imgsoc {
    /*margin: 20px;
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);*/
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.imgsoc:hover {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
}


/*Button glow effect*/

.buttonglow {
	margin: 20px auto;
	/*display: block;
	Transition*/
	-webkit-transition: -webkit-box-shadow 0.5s ease-out;
 	-moz-transition: -moz-box-shadow 0.5s ease-out;
	-o-transition: box-shadow 0.5s ease-out;
	box-shadow: 0px 0px 30px #000000;
}

.buttonglow:hover {
	-moz-box-shadow: 0px 0px 40px #c9df70;
  	-webkit-box-shadow: 0px 0px 40px #c9df70;
  	box-shadow: 0px 0px 40px #c9df70;
}

/*End of button glow effect*/

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer 	*/
#footer {
	color: #000066;
	background: #cccccc url(footer.png) no-repeat center top;
	clear: both;
	width: 1020px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
	margin: 0 auto;
}
#footer a { text-decoration: none; color: #FFFFFF;}

#footer p { padding: 5px 25px; text-align: right; margin: 0 auto;}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


a.button{
background:url(img/button.gif);
display:block;
color:#0066CC;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:191px;
}
a:hover.button{
color:#555555;
text-decoration:underline;
}

.add{
background:url(img/add.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}

/*img.thumbnail 
{
	display:block;
	float:left;
	width:200px;
	height:130px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;	
}*/

#screenshots
{
	clear: both;
	width: 90%;
	padding-bottom: 20px;
}

#screenshots h1 
{
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
}

#screenshot_row
{
 	width: 99%;
	margin: 10px 10px 10px 10px;
}

#col
{
	float: left;
	width: 99%;
	padding-bottom: 20px;
}

#firstcol
{
	float: left;
	width: 51%;
	padding-bottom: 20px;
}

#secondcol
{
	float: right;
	width: 48%;
	padding-bottom: 20px;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:310px;
		height:35px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}		
	
#feature_block
{
	float: left;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
} 

#feature_block ul
{
	margin: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

#feature_block h2 
{
	margin: 0px;
	padding: 0px;
	font-family: Garamond;
	font-weight:bolder;
	color: #3a6abe;
	font-size: 20px;
	background: none;
	border: none;
	text-align: left;
	text-transform: none; 
}

#feature_block p 
{
	color:#333;
	padding:0px;
}

#left_feature_box
{
	float: left;
	padding: 20px;
	width: 42%;
}

#right_feature_box
{
	float: right;
	margin: 20px;
	width: 42%;
	display: inline;
}

/* 
Home page stuff
*/
#banner 
{
	float: left;
	/*border: solid 1px red;*/
	margin: 0px 50px 0px 30px; 
	width:960px;
	height:345px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

DIV.container {
    margin-left: auto;
    margin-right: auto;
}

#banner_left 
{
	float:left;
	/*border: solid 1px black; */
	margin: 10px 10px 0px 10px;
	text-align: center;
	width:98%;
}

#banner_left h1
{
	font-family: Garamond, Arial, sans-serif;
	color:#3a6abe;
	font-size:3.0em;
	font-weight:bolder;
	line-height:.6em;
} 

#banner_left h2
{
	font-family: Garamond, Arial, sans-serif;
	color:#3a6abe;
	text-transform:none;
	font-size:1.5em;
	font-weight:bold;
	line-height:.5em;
} 

#versionholder
{
    margin: -14px 0 0 -10px;
    float: left;
    position: relative;
    z-index: 100;
}
#banner_right
{
	/*float:right;
	border: solid 2px blue;
	margin: 0px auto 0px 20px;
	right: 230px;*/
	text-align: left;
	position: relative;
	float: left;
	top: 196px;
	z-index: 100;
}

#button1 a.button_effect, #button2 a.button_effect, #button3 a.button_effect, #button4 a.button_effect, #button5 a.button_effect, #button6 a.button_effect, #button7 a.button_effect, #button8 a.button_effect
{
    padding: 17px 50px 25px 28px;
	border: 1px;
	border-style: none;
	background-image: url("bluebutton3.png");
    text-decoration:none;
	color:white;
	text-transform:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:lighter;
	line-height:.5em;
}
#button1
{
    margin: 30px 0px 0px 150px;
}

#button2
{
    margin: -67px 0px 0px 380px;
}

#button3
{
    margin: -68px 0px 0px 605px;
    
}

#button4 a.button_effect
{
    float: left;
    margin: -27px 0px 0px 145px;
    padding: 20px 50px 20px 7px;
    
}

#button5 a.button_effect
{
    float: left;
    margin: -76px 0px 0px 382px;
    padding: 26px 40px 30px 38px;
    
}

#button6 a.button_effect
{
    float: left;
    margin: -76px 0px 0px 615px;
    padding: 26px 58px 31px 62px;
    
}

#button7 a.button_effect
{
    float: left;
    margin: 15px 0px 0px 315px;
    padding: 20px 56px 20px 8px;
    
}

#button8 a.button_effect
{
    float: left;
    margin: -76px 0px 0px 552px;
    padding: 25px 58px 31px 51px;
    
}

#banner_right p {
	border: 0px solid #CCC;
	background-color: transparent;
	margin: -65px 0 0 0px;
	text-align: center;
	font-style: italic;
	font-size: larger;
}

#banner_right h1
{
	margin:0px;
	color:#3a6abe;
	font-family: Garamond, Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:.5em;
} 

img.centered 
{
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto; 
}

#featured_item_list
{
	float: left;
	margin: 2px 180px 0px 30px; 
	height:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(banner_bk.png) ;
	font-size:12px;	
}

.box {
	border : 1px solid black;
	padding : 10px;
}
.title {
	position : relative;
	top : 10px;
	left : 25px;
	border-left : 1px solid black;
	border-right : 1px solid black;
	background-color : white;
	padding : 0 5px;
} 

#Container 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 960px;
	height: auto;
	margin:0 auto; /**centered**/
}

#featured_content
{
	margin-top: 0px;
} 

#featured_content h1
{
	 color: #ffffff;
}

#Container p {
	line-height:1.4;
	padding: 0 20px 0 20px;
	font-size:12px;
}

#Box1, #Box2, #Box3 
{
	/*width: 474px;*/
	width: 960px;
	height: 285px;
	min-height: 200px; /**non-IE browsers**/
	_height: 150px; /**IE6 only**/
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom:0px;
	border: 0px solid white;
	/* background:url(banner_bk.png) ; */
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
}

#Box3
{
    height: 220px;
}
#Box1 h2,#Box2 h2,#Box3 h2 {
/*	padding:10px 20px 9px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.8em;
	background: white;
	color: Black;
	text-transform: none;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px outset white;
	border-style:ridge;
	/*background-image: url(button-bg.jpg);
	background-color: #3a6abe /*#00A009*/;
	text-decoration:none;
	text-transform:none;
	font-size:1.8em;
	line-height:1.0em;
}


#Box2 li 
{
	font-family: Garamond, Arial, sans-serif;
	color:#333333;
	text-transform:none;
	font-size:15px;
	line-height:1.2em;
}

#Box1 h2 a,#Box2 h2 a,#Box3 h2 a
{
	color:White;
	background: transparent;
}

#Box1 p,#Box2 p,#Box3 p {
	padding:10px 20px 9px 0;
	margin:10px 20px 9px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}

#Box1 {float: left;}

#Box2 {float: left;}

#Box3 {float: left;}

#Box4, #Box6 
{
	width: 960px; /*316px;*/
	height: 220px;
	min-height: 175px; /**non-IE browsers**/
	_height: 150px; /**IE6 only**/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	border: 0px solid white;
	background:url(footerbannerbg.png) ;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;	
}

#Box5 
{
	width: 960px; /*316px;*/
	height: 100px;
	min-height: 75px; /**non-IE browsers**/
	_height: 150px; /**IE6 only**/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	border: 0px solid white;
	background:url(banner_bk.png) ;
	/**to reduce float drop issues in IE6**/
	overflow: hidden;	
}

#Box4 h2,#Box5 h2,#Box6 h2 {
	/*padding:10px 20px 9px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.8em;
	background: white;
	color: Black;
	text-transform: none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px outset white;
	border-style:ridge;
	background-image: url(button-bg-green.jpg);
	/*background-color: #3a6abe*/ /*#00A009*/;
	text-decoration:none;
	text-transform:none;
	font-size:1.8em;
	line-height:1.0em;
}

#Box4 h2 a,#Box5 h2 a,#Box6 h2 a {
	color: White;
	background: transparent;
}

#Box4 p,#Box5 p,#Box6 p {
	padding:10px 20px 9px 0;
	margin:10px 20px 9px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height:1.5;
	padding: 0 20px 0 20px;
	font-size:13px;
}

#Box4 a, a:visited 
{
    color: #808080;/*#ffffd0;
    font-weight: bold;    */
}

#Box4 a:hover 
{
    color: #404040;
    /*font-weight: bolder;    */
}

#Box4 {float: left;}

#Box5 {float: left;}

#Box6 {float: left;}

a.button_effect
{
	padding: 11px 35px 16px 23px;
	
	border: 0px outset white;
	border-style:ridge;
	background-image: url(bluebuttonsmall.png);
	/*background-color: #3a6abe*/ /*#00A009*/
	text-decoration:none;
	color:white;
	text-transform:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight:lighter;
	line-height:.5em;
}


a.button_effect:hover
{
	padding: 11px 35px 16px 23px;
	border: 0px outset white;
	border-style:ridge;
	background-image: url(bluebuttonsmall.png);
	text-decoration:none;
	color:white;
	border: 0px outset black;
	border-style:ridge;
	text-transform:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight:lighter;
	line-height:.5em;
}

/* Slideshow */

#slideshowcontainer 
{
	border: solid 0px black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 550px;
	height: auto;
	margin:0 auto; /**centered**/
	margin-top: 30px;
	margin-left: 80px;
}

ul.slideshow {
	list-style:none;
	width:550px;
	height:355px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:550px;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:18px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:24px;
	color: #FAFAFA; 
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* SureMDM product page banner */
#suremdm_banner_container 
{
	margin: 0px 5px 5px;
}

#suremdm_banner_text
{
	float: left;
	margin: 0px 0 0 0px;
}

#suremdm_banner_text h1
{
	margin: 0px 30px -12px 0px;
	padding: 10px;
	font-family: Garamond;
	font-weight: bold;
	color: #3a6abe;
	font-size: 26px;
	background: none;
	border: none;
	text-align: left;
}

#suremdm_banner_text h2
{
	margin: 0 0 0 6px;
	padding: 5px;
	font-family: Garamond;
	color: Black;
	font-size: 16px;
	background: none;
	border: none;
	text-align: left;
	text-transform:none;
}

#surelock_banner_text
{
	float: left;
	margin: 0px 0 28px 0px;
	width: 400px;
}

#surelock_banner_text h1
{
	margin: 0px 30px -12px 0px;
	padding: 10px;
	font-family: Garamond;
	font-weight: bold;
	color: #3a6abe;
	font-size: 26px;
	background: none;
	border: none;
	text-align: left;
}

#surelock_banner_text h2
{
	margin: 0 0 0 6px;
	padding: 5px;
	font-family: Garamond;
	color: Black;
	font-size: 16px;
	background: none;
	border: none;
	text-align: left;
	text-transform:none;
}

#suremdm_banner_image 
{
	float: left;
	padding: 10px;
	margin: -100px 0 33px;	
}

#suremdm_banner_image img
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 50px;
	margin-top: 40px;
	border: none;
}


/*  Tabbed UI */

#tab_parent 
{
	margin: 20px 20px 20px 20px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 99%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

/* Products page */
#products_title 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	line-height:1.3em;
	margin:20px;
}

#product_box1, #product_box2, #product_box3
{
	float:left;
	width: 310px;
	min-height: 215px; /**non-IE browsers**/
	_height: 150px; /**IE6 only**/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:5px;
	border: 0px solid white;
	/* background:url(banner_bk.png) ; */
	/**to reduce float drop issues in IE6**/
	overflow: hidden;
}

#product_box1
{
	margin-left: 13px;
}

#product_box1 ul, #product_box2 ul, #product_box3 ul
{
	margin-left: 50px;
}

#product_box1 h1,#product_box2 h1,#product_box3 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(button-bg.jpg);
	border: 1px outset white;
	border-style:ridge;
	text-decoration:none;
	text-transform:none;
	font-size:2em;
	line-height:1.3em;
}

#product_box1 h2,#product_box2 h2,#product_box3 h2 {
/*	padding:10px 20px 9px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.8em;
	background: white;
	color: Black;
	text-transform: none;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px outset white;
	border-style:ridge;
	background-color: #3a6abe /*#00A009*/;
	text-decoration:none;
	text-transform:none;
	font-size:1.8em;
	line-height:1.0em;
}

#product_box1 h2 a,#product_box2 h2 a,#product_box3 h2 a
{
	color:White;
}

#product_box1 p,#product_box2 p,#product_box3 p {
	padding:10px 20px 9px 0;
	margin:10px 20px 9px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}

a.small_button_effect
{
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px outset white;
	border-style:ridge;
	background-color: #3a6abe /*#00A009*/;
	text-decoration:none;
	color:white;

	text-transform:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	line-height:.5em;
}


a.small_button_effect:hover
{
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration:none;
	color:white;
	border: 1px outset black;
	border-style:ridge;

	text-transform:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	line-height:.5em;
}

/* Banner ticker */
.bannerticker
{
	font: bolder 2.0em 'Trebuchet MS', Arial, Sans-serif;
}

/* CSS for Image Slider */



/* End of css for Image Slider */
