/*layout id css*/
body {
	background-image:url(../images/inside-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Myriad Pro,Arial;
	font-size: 10px;
	z-index:1;
	padding-top: 2px;
	
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	}
	
#header{
	width:1010px;
	height:270px;
	margin-left:auto;
	margin-right:auto;

	
}
#header-inside{
	width:1010px;
	height:332px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	visibility: 1;
		z-index:1;
}
#logo{
	width:167px;
	height:71px;
	float:left;
	margin-left: 10px;
	margin-top: 50px;
	background-image: url(../images/SpinTel-Logo.png);
	background-repeat: no-repeat;

}
#quick-links
{
	width:830px;
	float:right;
	text-align: right;
	color: #000;
	font-size: 12px;
	height: 20px;
	font-variant: normal;
	font-family: Arial;
	position: absolute;
	z-index: 200;
	margin-left:200px;
	margin-top:2px;
	
}
/*top menu id and class css*/


	#banner-inside{
	width:1200px;
	height:125px;
	background-image: url(../images/bg-banner-inside.png);
	background-repeat: no-repeat;
	position:relative;
	margin-top:48px;
	margin-left:-50px;
		z-index:1;

	}

#banner-top
{
	height:100px;
	width:1000px;
	padding-left:50px;
	padding-top:25px;
		z-index:1;
}
/*top content ids */

#content-insidepage{
	margin-top:30px;
	position:relative;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	
}





/*Design class css*/

.small-grey-text {

	font-size: 12px;
	color: #5b5a5a;
	font-hight:30px;

	
}
.textmiddle {vertical-align:middle;
	font-family: Arial;
	color:000;
	}
.space {
	padding:5px;
	margin:5px;
}
.left-align
{
	text-align: right;
	padding-right: 25px;
}

.question {
	float: right;
	height: 25px;
	width: 200px;
	padding-left:10px;
	
}
/*#slide {
	
background-color: #FFF;
	position: relative;
	left: 565px;
	z-index: 2;
	border: 1px solid #7E7E7E;
	padding: 5px;
	top: 0px;


	}
#slide li
{
	margin:3px;
	border-bottom:solid #CCC 1px;
	text-align:left;
}
#slide ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/small-arrow.png);
	color: #333333;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}

.scrollArea {
width:100px;
height:100px;
padding-left: 0px;
padding-right: 5px;
border-color: #6699CC;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
}*/


