/*======================= CSS STYLE RESET ======================== */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
}
body {
	background-image:url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

/***************************************
**	Site Structure
****************************************/
.wrap {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}

		/******************
		**	Header
		*******************/
		
		#header{
			height:100px;
		}
		
		.navigation{
			color: #ffffff;
			font-size: 15pt;
			margin: 10px 30px 10px 0px;
			float: right;
			list-style: none;
			text-decoration: none;
			padding: 10px 0px 10px 0px;
		}
	
		.navigation li{
			display: inline;
			padding: 10px 20px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			background-color: #a21a64;
			
		}
		
		
		.navigation a:hover{
			color: #53bdfa;
		}
		
		.navigation a{
			text-decoration: none;
			color: #ffffff;
			font-family: "Comic Sans MS";
			padding: 10px;
			position: relative;
			cursor: pointer;
		}
		.navigation li em {
			font-size: 13px;
			position: absolute;
			top: -85px; left: -15px;
			text-align: center;
			padding: 15px 25px 15px 30px;
			display: inline;
			color: #a21a64;
			display: none;
			background-image:url(images/hover.png);
			background-repeat: no-repeat;
			width: 50px;
}

		
			/******************
		**	Content
		*******************/
		
		.borderTop{
	
			height: 30px;
			background-color: #a21a64;		
		}
		
		.borderBottom{
		
			height: 30px;
			background-color: #a21a64;
		}
		.
		.container{
			position: relative;
			
		}

		#hello{
			position: absolute;
			top:30px;
			z-index: 1;		
		}
		
		#topIntro{
			height: 140px;
		}
		
	
		
		#intro{
			min-height: 400px;
			position: relative;
		}
		
		.Textleft{
			color: #ffffff;
			font-family: "Comic Sans MS";
			font-size: 30pt;
			width: 300px;
			position: absolute;
			left: 250px; top: 30px;

	
		}
		.Textright{
			color: #53bdfa;
			font-family: "Comic Sans MS";
			font-size: 30pt;
			width: 300px;
			position: absolute;
			top: 100px; left: 600px;
		}
	
		#security{
			position: absolute;
			top: 20px; left: 50px;
			z-index: 1;
		}
		
		#meInfo{
			padding-bottom: 60px;
		}
		
	
		
				/******************
				**	 Speech Bubbles
				*******************/
		.speechbubble {
			font-family: Georgia, "Times New Roman", Times, serif;
			width: 80%;
			min-width: 200px;
			border: 2px solid #FFFFFF;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			
		}
		.question {
			padding: 10px;
			color: #53bdfa;
			font-size: 30px;
			font-weight: bolder;
			font-style: italic;
		}
		.answer {
			padding-top: 20px;
			padding-left: 50px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 25px;
			color: #FFFFFF;
			margin-bottom: 20px;
			background-image: url(images/arrowwhite.png);
			background-repeat: no-repeat;
			position: relative;
			top: -2px;
			background-position: 50px 0px;
		}
		
			/******************
				**	 Work Examples
			*******************/
			img {
				border: 0;
			}
		
		.block {
			margin: 20px 0;
			float: left;
			clear: both;
			width: 100%;
		}
		.mainView {
			width: 580px; height: 294px;
			float: left;
			padding: 25px;
			margin-right: 20px;
			background: url(images/main_view_bg.gif) no-repeat;
			position: relative;
		}
		.window {
			height:294px; width: 580px;
			overflow: hidden;
			position: relative;
		}
		.image_reel {
			position: absolute;
			top: 0; left: 0;
		}
		.image_reel a {
			position: relative;
			float: left;
			cursor: pointer;
		}
		.image_reel img {
			float: left;
		}
		.image_reel a span {
			height: 294px;
			width: 580px;
			float: left;
			background: #111111 url(images/icon_view.gif) no-repeat center;
			position: absolute;
			z-index: 10;
			top: 0; left: 0;
		}
		.paging {
			position: absolute;
			bottom: 40px; right: -3px;
			width: 178px; height:47px;
			z-index: 100;
			text-align: center;
			line-height: 40px;
			background: url(images/paging_bg.png) no-repeat;
			display: none;
		}
		.paging a {
			padding: 5px;
			text-decoration: none;
			color: #a21a64;
		}
		.paging a.active {
			font-weight: bold; 
			background: #0075b1; 
			border: 1px solid #005581;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.paging a:hover {
			font-weight: bold;
		}
		.description {
			width: 290px;
			float: left;
			color: #32b1f2;
			font-size: 10pt;
			padding: 15px 0;
		}
		.description h2 {
			text-transform: uppercase;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16pt;
			color: #53bdfa;
			padding: 5px 0;	margin: 5px 0;
			border-bottom: 1px solid #f0f0f0;
		}
		.description h3 {
			font-size: 1.3em;
			padding: 5px 0;	
			margin: 0;
			color: #a21a64;
		}
		.description ul.services {
			padding: 0; margin: 0 0 0 15px; 
			list-style: none;
		}
		.description ul.services li {
			background: url(images/icon_check.gif) no-repeat left center;
			padding: 3px 5px 3px 20px;	margin: 0;
		}	
		
		.services li{
			color: #53bdfa;
		}	
		
		/******************
				**	 ContactInfoPage
			*******************/
			#who, #email, #where, #twi, #res{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 18pt;
				color: #32b1f2;
				font-weight: bold;
			}
			#whoans, #emailans, #whereans, #twians, #resans{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 14pt;
				color: #ffffff;
				font-weight: normal;
				padding: 0px 0px 20px 0px;
			}
			
			#twians a, #resans a{
				font-size: 14pt;
				cursor: pointer;
				color: #a21a64;	
				text-decoration: none;
			}
			
						
			/******************
		**	footer
		*******************/
		#twitter{
			float: left;
			padding-left: 10px;
		}
		#mail{
			float: left;
			padding-top: 20px;
		}
		 
		 #copyright{
			font-family: Georgia, "Times New Roman", Times, serif;
			float: right;
			padding: 20px;
		}
		

				 
