/* CSS Stylesheet main.css for Kelly Orthopaedic Sales */
/* © & CC 2010, All Rights Reserved. */

/*---------------------------------------------------General Rules*/

body{
	background-image:url(../media/images/lg_bkgrnd.jpg);/*"morning run" © Carlos Quandt*/
	background-color:#000000;
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000000;
	text-align: center;
	margin: 0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	float: left;
	vertical-align: bottom;
	}


.align-right { 
	float:left; 
	margin: 0 0 15px 15px; 
	}
	
a {
	color:#333333;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #A29CA6;
	}

/*---------------------------------------------------Search Form*/

#searchbox{
	position:absolute;
	opacity:.70;
	width: 250px;
	height: 15px;
	top: 15px;
	left: 700px;
	}
	
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.searchform .searchfield {
	background: #fff;
	padding: 4px 2px 2px 6px;
	width:15em;
	border: solid 1px #bcbbbb;
	outline: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 25px;
	width: 25px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.shaded {
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	font: 14px/100% Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
/*---------------------------------------------------------White Buttons*/

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}


/*-------------------------------------------------------Page Elements*/

#depuy_logo{
	position:absolute;
	background-image:url(../media/images/What_is_KOS.png);
	top: 100px;
	left: 125px;
	width: 800px;
	height: 70px;
	}

#top_menu{
	background-image:url(../media/images/kelly_logo_fulbkgrnd.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:70px;
	}
	
#container{
	background-image:url(../media/images/container_txt.png);
	position:absolute;
	width:450px;
	height:250px;
	left:150px;
	top:180px;
	}
	

#front_page_text{
	position:absolute;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,1.2);
	color:#FFFFFF;
	left:150px;
	top:525px;
	width: 45%;
	max-width:450px; !important
	min-width:375px; !important
	height: 250px;
	color: #FFFFFF;
	}
#front_page_story_pic{
	padding-top:30px;
	}
#second_story_text{
	position:absolute;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,1.2);
	color:#fff;
	left: 600px;
	top: 525px;
	width: 33%;
	max-width:450px;!important
	min-width:375px;!important
	padding:0px,10px,0px,10px;
	height: auto;
	border-left:1px solid #bdb8bc;
	color: #fff;
	padding-left: 10px;
	;
	margin-left: 20px;
	}
#second_story_pic{
	padding-top:30px;
	}

	
#footer{
	position:absolute;
	left: 150px;
	top: 925px;
	width: 900px;
	border-top:1px solid #bdb8bc;
	padding-top:20px;
	padding-bottom:20px;
	}

#front_page_text h3{
	display:none;
	}
#second_story_text h3{
	display:none;
	}
#top_menu h1 span{
	display:none;
	}
#depuy_logo h3 span{
	display:none;
	}
#container h3 span{
	display:none;
	}
#list_ h3 span{
	display:none;
	}
#left_menu {
	position:absolute;
	left:12px;
	top:455px;
	z-index: 9;
	height: auto;
	}
	
#left_menu h3{
	display:none;
	}
	
#about_kos h3 span{
	display:none;
	}
#top_menu_link1{
	position:absolute;
	opacity:.70;
	width:60px;
	left: 250px;
	top: 15px;
	height: 15px;
	}	
#top_menu_link2{
	position:absolute;
	opacity:.70;
	width:60px;
	left: 400px;
	top: 15px;
	height: 15px;
	}	
#top_menu_link3{
	position:absolute;
	opacity:.70;
	width:60px;
	left: 550px;
	top: 15px;
	height: 15px;
	}	
#top_menu_link4{
	position:absolute;
	width:100px;
	left: 700px;
	top: 20px;
	height: 30px;
	}	
#address {
	position:absolute;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0,0,0,1.2);
	text-align:left;
	color:#fff;
	left:58px;
	top:70px;
	width:auto;
	z-index:101;
	height: 1px;
	}

