/* @override
	http://www.creativecommunications.sg/visiondinner/style.css
*/

* {

}
a {
  color: #A2AAB2;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}
body {
	background: #0077ab;
	color: #000;
	font: 13px/18px Arial,sans-serif;
	text-align: left;
	margin: 0;
}

div#content{
	width: 964px; height: 695px;
	background: none; color: white; margin: 0 auto; border: none;
}


div.left {
  clear: both;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  font-size: small; color: #828A92; 
}

div#intro .enter {
	font: 10px "Lucida Grande",Verdana,sans-serif;
}
#intro { margin:0; padding:0; width: 710px; float: left; text-align: center;}
#othersites {
	width: 254px;
	height: 100%;
	color: #fff;
	background: #222A32;
	float:right;
}
#othersites h2 {
	position: relative;
  text-align: center;
  padding-top:20px;
  clear: both;
  color: #828A92;
}
#othersites ul {
	margin: 0;
	padding: 0;
	background: transparent;
}
#othersites ul li {
	position: relative;
	width: 250px;
	height: 109px;
	list-style-type: none;
	float: left;
	margin: 0;
}
#othersites ul li span {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #222A32;
}
#othersites ul li#frbutton a span {
	background: url('http://www.creativecommunications.sg/images/fr-button-off.jpg');
}
#othersites ul li#frbutton a:hover span {
	background: url('http://www.creativecommunications.sg/images/fr-button-on.jpg');
}
#othersites ul li#wapbutton a span {
	background: url('http://www.creativecommunications.sg/images/wap-button-off.jpg');
}
#othersites ul li#wapbutton a:hover span {
	background: url('http://www.creativecommunications.sg/images/wap-button-on.jpg');
}
#othersites ul li#blogbutton a span {
	background: url('http://www.creativecommunications.sg/images/blog-button-off.jpg');
}
#othersites ul li#blogbutton a:hover span {
	background: url('http://www.creativecommunications.sg/images/blog-button-on.jpg');
}

ul#followus li {
  position: relative;
  width: 123px;
  background: #222A32;
  list-style-type: none;
  margin:0;
  padding:2px;
}

ul#followus li#twbutton a {
display:inline-block;
padding-left:33px;
line-height:30px;
background:transparent url('http://www.creativecommunications.sg/images/twitter-small.jpg') center left no-repeat;
}
ul#followus li#twbutton a:hover {
	background:transparent url('http://www.creativecommunications.sg/images/twitter-small.jpg') center left no-repeat;
}

ul#followus li#fbbutton a {
display:inline-block;
padding-left:33px;
line-height:30px;
background: transparent url('http://www.creativecommunications.sg/images/facebook-small.jpg') center left no-repeat;
}
ul#followus li#fbbutton a:hover {
	background: transparent url('http://www.creativecommunications.sg/images/facebook-small.jpg') center left no-repeat;
}

#files {
	background: #E5EAF0 url('http://www.creativecommunications.sg/images/bg2.jpg') top left no-repeat;
	color: white;
	padding: 1em;
	border: solid 2px black;
	margin: 0 0 0 20px;
	width: 700px;
	height: 394px;
	overflow: auto;
}
