/* Reset */

body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:1em;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* Debug */

/** /
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
/**/

/* Main */

html,body{height:100%}
body {
	text-align:center;
	font-family:arial;
	font-size:12pt;
	background:url('http://www.sumsai.com/images/site/background.png') no-repeat top center #000;
	}

#container{
	width:700px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	}

#logo{margin-top:20px;}
#addtab{
	display:block;
	float:right;
	margin-top:-20px;
	padding:10px 20px 7px;
	background:#920e0e;
	color:#f0e1e1;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	}
#addtab:hover{
	padding:11px 20px 7px;
	background:#a50202;
	color:#FFF;
	}
#header{}

.quotehouse{
	}
	.sumsai{
		color:#d80808;
		}
	.claim{
		text-align:center;
		font-size:1.6em;
		letter-spacing:-0.1em;
		font-weight:bold;
		color:#222;
		}
		.claimlist .claim{text-align:left}
	.whitebox{
		background:#EEE;
		padding:30px 20px 30px;
		margin:15px 0;
		-moz-border-radius: 7px; 
		-webkit-border-radius: 7px;
		}
	.quotenav{
		text-align:center;
		padding: 5px 5px 0;
		}
		
#footer{color:#444;font-size:0.7em;font-style:italic;margin-top:20px;padding-top:10px;border-top:1px solid #333}

/* Core Styles */
	
a{color:#d80808;text-decoration:none;}
a:hover{color:#ef0c0c}

h1{color:#AAA;font-size:2em;margin-bottom:10px;}

.clear{height:0;line-height:0;font-size:0;clear:both;overflow:hidden;padding:0;border:0}

/* Etc */
