@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ffffff;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}

/******** Layout Elements ********/

.wrapper {
	width: 1060px;
	margin: 0 auto;
}

.innerwrapper {
	margin: 0 220px 0 0;

}

.header {
	height: 135px;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 2px solid #cccccc;
	background-image:url(images/template/header.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align: center;
	line-height: 50px;
}

.content {
	margin: 0 0px 10px 230px;
	padding: 1px;
	border: 1px solid #8C94AC;
	background-color: #ffffff;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 215px;
	padding: 0px;
	border: 0px solid #cccccc;
	background-color: #ffffff;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 215px;
	padding: 0px;
	border: 0px solid #cccccc;
	background-color: #ffffff;
}

#picture {
	height: 460px;
	margin: 0px 0 0px 0;
	padding: 0px;
	border: 0px solid #cccccc;
	background-image:url(images/Template/iPhoneNova.gif)
	background-position:center;
	background-repeat:no-repeat;
	text-align: center;
		
}

.footer {
	margin: 0 0px 10px 230px;
	padding: 1px;
	border: 1px solid #8C94AC;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

.frame {
	margin: 0 0px 10px 230px;
	padding: 0px;
	border: 0px solid #8C94AC;
	background-color: #ffffff;
	
	
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: none;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 2px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}

/*******Vertical Menu******/
	
*{
	list-style:none;
	margin:2px;
	padding:0px;
}

	
#menu {
	width: 210px;
	border-style: solid solid none solid;
	border-color: #ffffff;
	border-size: 0px;
	border-width: 0px;

	}
	
#menu li a {
	height: 32px;
	font-family:"arial, verdana, tahoma";
	font-size:18px;
  	height: 24px;
	text-align:left;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(images/Template/button1.png);
	background-repeat:no-repeat;
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #ffffff;
	background: url(images/template/button2.png);
	background-repeat:no-repeat;
	padding: 8px 0 0 30px;
	}
	
#menu li a:active {
	color: #ffffff;
	background: url(images/Template/button3.png);
	background-repeat:no-repeat;
	padding: 8px 0 0 30px;
	}	
	

	
	}