/*Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color:#000;
	font-family:"Trebuchet Ms";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Main Styles*/

body{ 
	background:url("images/soon/gridbg.gif") repeat scroll 0 0 #FFFFFF;
	height:100%;
}

#container-span{
	min-width:1024px;
	height:100%;
}
#container{
	width:1024px;
	height:100%;
	position:relative;
	margin:0 auto;
}

h1{
	font-family:"Trebuchet Ms";
	font-size:18px;
}
#top-span{
	min-width:1000px;
}

#top{
	width:1000px;
	height:170px;
	margin:0 auto;
	border-bottom:1px solid #ddd;
	margin-top:120px;
}

#logo{
	background:url("images/soon/logo-ci.png") no-repeat scroll 0 0 transparent;
	height:170px;
	width:300px;
	float:left;
	text-indent:-99999px;
	margin-left:10px;
}

#services{
	height:165px;
	float:left;
	margin-top:5px;
	margin-left:40px;
}

#services ul{
	font-family:"Trebuchet Ms";
	font-size:12px;
	margin-top:37px;
}

#services li{
	padding-bottom:5px;}

#col1{
	height:200px;
	float:left;
	margin-left:0px;
}

#col1 h1{
	background: url("images/soon/creative-strategy.png") no-repeat center transparent;
	text-indent:-99999px;
	width:158px;
	height:14px;
}

#col2{
	height:200px;
	float:left;
	margin-left:30px;
}

#col2 h1{
	background: url("images/soon/interactive-strategy.png") no-repeat center transparent;
	text-indent:-99999px;
	width:184px;
	height:14px;
}

#col3{
	height:200px;
	float:left;
	margin-left:30px;
}

#col3 h1{
	background: url("images/soon/hosting-strategy.png") no-repeat center transparent;
	text-indent:-99999px;
	width:155px;
	height:14px;
}

#bottom-span{
	min-width:1000px;
}

#bottom{
	width:1000px;
	height:150px;
	margin:0 auto;
	position:relative;
}

#bottom-left{
	background: url("images/soon/tagline.png") no-repeat 0 0 transparent;
	height:150px;
	float:left;
	width:300px;
	margin-left:12px;
	margin-top:32px;
	text-indent:-9999px;
}

#bottom-left h1{
	margin-top:40px;
	font-family:"Trebuchet Ms";
	font-size:18px;
	font-weight:normal;
}

/* Form Style
#bottom-middle-form input{
	border:none;
	background-color: rgba(0,0,0,.2);
	margin-top:10px;
	width:315px;
	height:20px;
	font-family:Arial;
	font-size:11px;
	padding-left:5px;
}

#bottom-middle-form #updates{
	margin-top:10px;
	border:none;
	-moz-border-radius: 4px;
	width:80px;
	font-family:"Trebuchet Ms";
	font-size:10px;
	color:#fff;
	height:25px;
	line-height:25px;
	background-color: rgba(0,0,0,.9);
}
*/

#bottom-middle{
	float:left;
	width:400px;
	margin-left:40px;
	margin-top:30px;
}

#bottom-middle ul{
	font-family:"Trebuchet Ms";
	font-size:11px;
	font-weight:normal;
	margin-top:2px;
}

#bottom-middle li{
	padding-bottom:5px;
}

#bottom-middle li a{
	text-decoration:none;
	color:#990b0e;
}

#bottom-middle li a:hover{
	text-decoration:underline;
}

#bottom-right{
	float:left;
	margin-top:32px;
}

#bottom-right img{
	position:absolute;
	top:0px;
	left:0px;
}

#bottom-right a.support{
	background: url("images/soon/help-icon-small.png") no-repeat 0 0 transparent;
	display:block;	
	font-size:11px;
	font-family:"Trebuchet Ms";
	color:#000;
	text-decoration:none;
	padding:12px 0 10px 53px;
	height:30px;
}

#bottom-right a.ticket{
	background: url("images/soon/ticket-icon.png") no-repeat 0 0 transparent;
	display:block;	
	font-size:11px;
	font-family:"Trebuchet Ms";
	color:#000;
	text-decoration:none;
	padding:12px 0 10px 53px;
	height:30px;
}

#bottom-right a:hover{
	text-decoration:none;
}


#footer{
	position:fixed; !important;
	height:30px;
	line-height:30px;
	padding-left:10px;
	font-weight:normal;
	font-family:"Trebuchet Ms";
	font-size:10px;
	color:#fff;
	background-color: rgb(0, 0, 0);
	bottom:0;
	width:100%;
}

*html #footer{
	position:absolute;
}