body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 900px;
	/*width: 700px;*/
	height: 220px;
	margin: 0 auto;
	background: url(images/banner_new.png) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: #332e2a url(images/logo_new.png);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url(images/logo_new.png) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	/*width: 700px;*/
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 630px;
	/*width: 430px;*/
	padding: 20px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
}

#app_store {
	padding-left: 13px;
	}

#footer {
	float: right;
	width: 630px;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

/* Sidebar */

#sidebar {
	width: 220px;
	padding-top: 10px;
	position: absolute;
	top: 240px;
}

#sidebar a {
	color: #3699E4;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #000000 url(images/img10.gif) no-repeat left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(images/img08.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

#cell1_image {
	background-image: url(images/web.png);
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	cursor:pointer;
	float: left;
}

#cell2_image {
	background-image: url(images/db.png);
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	margin-left: 15px;
	cursor: pointer;
	float: left;
}
	
#cell3_image {
	background-image: url(images/iphone_dev.png);
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	margin-left: 15px;
	cursor: pointer;
	float: left;
}

.floatright {
	float:right;
	margin-right: 0px;
	margin-left: 5px;
}

#nav {
text-align: center;
margin 0 auto;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav ul li {
	position: relative;
	float: left;
	width: 100px;
	background: #000000;
	line-height: 30px;
	padding-left: 0px;
	}

#nav ul li:hover {
	background: #6cb9ed;
	}

#nav ul li ul {
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
	font-size: 12px;
	}
	
#nav ul li ul li {
	text-align: left;
	white-space: nowrap;
	line-height: 18px;
	padding: 5px;
	width: 150px;
	}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: white;
}
	
#nav li:hover ul {
	display: block;
	}
	




