﻿/* Innovative Internet Solutions Group, Inc - http://www.InnovativeInternet.com */
/* Web Design, Web Development, Flash Animations, Web Hosting */
/* mobile styles */

html, body {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
/*	
#logo {
	width: 100%;
	height: 70px;
	background: #bed8f3 url(images/logo.jpg) no-repeat;
}
*/
#menu {
	width: 100%;
	background: #e10000;
}

#menu div {
	width: 100%;
	height: 30px;
	background: url(/mobile/images/menu_play.png) right top no-repeat;
	border-bottom: 1px solid white;
}

#menu a {
	padding-top: 5px;
	margin-left: 10px;
	color: white;
	display: block;
}

#content {
	text-align: justify;
	width: 100%;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
}

#content p {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 16px;
}

#content span {
	font-size: 16px;
}

#about_us_image, #services_image, #services_hosting_image {
	width: 100%;
}

#about_us_image {
	height: 84px;
	background: #0d508d url(/mobile/images/about.jpg) no-repeat;
}

#services_image {
	height: 72px;
	background: white url(/mobile/images/services.jpg) no-repeat;
}

#services_hosting_image {
	height: 143px;
	background: white url(/mobile/images/hosting.jpg) no-repeat;
}

#bottom {
	width: 100%;
	height: 50px;
	background: #cee2ee url(/mobile/images/bottom.jpg) no-repeat;
	border-top: 3px solid #bfbfbf;
}
