@charset "utf-8";
/* CSS Document */

body{
	margin: 0 ;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height:15px;
	color:#000;
	background:#fffeea;
}

body a{
	color:#000;
	text-decoration:underline;
}

#iphonecontainer {
	width:280px;
	height:auto;
	float:left;
}

#iphoneheader {
	width:260px;
	padding:5px 10px 10px 10px;
	height:auto;
	float:left;
	text-align:center;
	background:#fffeea;
	color:#000;
}

#iphoneheader a{
	color:#000;
	text-decoration:none;
}

#iphonefooter {
	width:260px;
	padding:10px 10px 10px 10px;	
	height:auto;
	float:left;
	background:#961500;
	color:#fff;
	font-size:11px;
	text-align:center;
}

#iphonefooter a{
	color:#000;
	text-decoration:none;
}

#logocontainer {
	/*width:280px;*/
	width:100%;
	height:auto;	
	padding:0px;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
	background:#fff;
}

#menucontainer {
	/*width:280px;*/
	width:100%;
	padding:0;
	margin:0;
	float:left;
	font-size:11px;
	text-align:center;
}

#textcontainer {
	/*width:280px;*/
	width:260px;
	padding:15px 10px 0 10px;;
	margin:0;
	float:left;
	text-align:left;
	font-size:14px;
}

#smallmenu {
	width:240px;
	height:45px;
	padding:0 20px 0 20px;
	margin:0;
	float:left;
	text-align:center;
	font-size:13px;	
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height:20px;
	/*color:#0167ff;*/
	color:#000;
	padding: 0;
	margin: 0;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height:17px;
	color:#000; 
	text-decoration:none;
	padding:0;
	margin:0;
}

h2 a{
	color:#000;
	text-decoration:none;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height:18px;
	color:#000;	
	text-decoration:none;
	padding:0;
	margin:0;	
}

/* CLASSES */
.red {
	color:#961500;
}

