/*

	Ben MacAdam
	http://smallsparrowdesign.com
	
	pallete:
		orange: #ff6600
		blue: #007ba9
		grey: # 333333
		

*/



/* RESET*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	margin-top: 8px;
	font-size: 11px;
	font-family: verdana,tahoma,geneva,arial,helvetica,sans-serif;
	color:#333;
	letter-spacing: 0.5px;
	line-height: 20px;
	background-image: url(images/bg4.jpg);
	background-repeat: repeat-x;	
	background-color: #FFF;
	
	}


a {
	text-decoration:none;
	color: #ff6600;
}

a:hover {
	text-decoration:none;
	color: #007ba9;
}

a:active,a:focus {
outline: none;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 10px;
}


h2 {
	font-size: 16px;
}

h3 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}


ul {
	text-decoration:none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}


p {

}




/* UTILITY*/





.clear {
	clear:both;
}

.button {
	margin: 5px;
}

#wrapper {
	height:100%;
	margin:0 auto -250px; 
	min-height: 100%; height:auto; !important; height: 100%;
	width:960px;
	background-color:#FFFFFF;
}

#push {
	height: 250px;
}

.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;	
	padding-bottom: 20px;

}





/*HEADER*/





#header {
	height:90px;
	width:960px;
	background: #FFFFFF;

}

#header .logo {
	padding-top: 20px;
	padding-left: 20px;
}

#searchform {
	float:right;
	padding-right: 40px;
	padding-top: 20px;
}
#contact-header {
	font-size: 14px;
	float:right;
	color: #007ba9;
	padding-right: 20px;
	padding-top: 10px;
}
	
	
	/*NAV*/
	
	
#nav {
	height:29px;
	width:945px;
	padding-left:15px;
	background-image: url(images/nav-bg-off.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#nav a {
	color:#333;
	
}

#nav a:hover {
	color: #ff6600;
	
}

body#index li.home a,
body#about li.about a,
body#casestudies li.casestudies a,
body#partners-products li.partners-products a,
body#lifesize li.lifesize a,
body#shoretel li.shoretel a,
body#avistar li.avistar a,
body#news li.news a,
body#affiliates li.affiliates a,
body#support li.support a,
body#contact li.contact a { color: #ff6600; }



#microsite-nav li {
	float: left;
	padding-right: 5px;
	
}

.microsite {
	color:#007ba9;
}

/*
.main-nav li{
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-family:Tahoma;
	font-size:14px;
	letter-spacing: 1px;
	
}


	
	
/*CONTENT*/
	
	
	
	
#content {
	width:960px;
	height:100%;
	background:#FFF;
}

.alignnone {
	background-color:#FAF5EF;
	border:1px solid #E5D8C6;
	padding:8px;
	margin: 30px;
}
#main-col-home {
	float:left;
	padding-left: 40px;
	padding-top: 10px;
}

#main-col {
	float:left;
	background:#FFF;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	width: 880px;
}

#left-col {
	float:left;
	width:300px;
	padding-right: 40px;
}



#banner {
	float:left;
	width: 960px;
	height: 200px;
	background-color: #fff;
	color:#FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff6600;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;	
}
#banner img{
	float:left;
}

#about-banner {
	
}

#home-tab {
	float:left;
	height:240px;
	width:300px;
	padding-bottom: 20px;
}

#home-tab-center {
	background-image: url(images/tab-mid.png);
	background-repeat: repeat-y;
	height:160px;
	padding-top:15px;
	padding-left:20px;	
}

#home-tab p {
	padding-left:40px;	
}


#home-tab h1 {
	margin-bottom: -10px;
	background-image: url(images/tab-top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 274px;
	padding-top:20px;
	padding-left:20px;
}

#tab-bottom {
	background-image: url(images/tab-bot.png);
	background-repeat: repeat-y;
	height:27px;
	width:274px;
}

#tab-icon-1 {
	padding-left: 40px;
		padding-top: 15px;
}

#tab-icon-2 {
	padding-left: 185px;
	padding-top: 20px;
}

#tab-icon-3 {
		padding-left: 200px;
		padding-top:20px;
}

.bullet-list li {
	list-style-position: inside;
	list-style-type: disc;	
	padding-left: 20px;
}


/*BLOG ENTRIES*/




/*
.post {
	width: 860px;

}

.post h2{
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.post h2 a{
	
}


.post p {
	padding-top: 10px;

}


ol {
	padding-left: 20px;
}


.datebox {
	width: 36px;
	float:left;
	padding: 5px;
	background: #FFFFFF;
	color: #333;
	text-align: center;
	margin:20, 10px, 0, 0;
	border: 1px solid #333;	
	margin-right: 20px;
}
.datebox p {
	margin:0, 0, 0, 0;
	
}

.day {
	font-size:16px;
	font-weight: bold; 

}

.month {
	font-size: 14px;

}

.year {
	font-size: 11px;
}

*/

/* contact page*/

#remote {
	float: right;
	height: 50px;
	width: 500px;
}

#remote img{
	padding-right: 10px;
}

#form {
	float:right;

}

#roi {
	float:left;
}




/*footer*/



#footer {
	width: 930px;
	clear: both;
	padding-left: 30px;
}

#footer p {
	color:#333;
	font-family:helvetica,arial,sans-serif;
	font-size:8pt;
	text-transform:uppercase;
	padding-top: 15px;
	float:left;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

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

#footer ul {
	list-style-type:none;
	float:left;
	padding-right: 30px;
}

#footer li {
	color:#333;
	font-family:helvetica,arial,sans-serif;
	font-size:8pt;
	text-transform:uppercase;
	padding-top:0px;
	display: inline;
}

#footer li a {
	font-size:8pt;
	color:#333;
}


#footer-clients {
	width: 940px;
	height: 100px;
	padding-top: 5px;
	padding-left:20px;
	border-top-width: .5px;
	border-top-style: dashed;
	border-top-color: #CCC;
}




#footer-clients ul li img{
	float: left;
	padding-right: 30px;
}

#smallsparrow {
	color:#BBBBBB;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	padding-top:100px;
	padding-right: 20px;
}

#smallsparrow a {
	color:#BBBBBB;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
}

#smallsparrow a:hover {
	color:#3399ff;
}
