/* css reset */
body,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;
}
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;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a
{
	text-decoration: none;
	color: inherit;
}

/* end of css reset*/
p a:hover
{
	color: #41c4dd;
	cursor: pointer;
}

body
{
	background-color: #f7f7f7;
}

#container
{
	width: 1000px;
	min-height: 660px;
	margin: 0px auto 0px auto;
	background: url('../images/ideajar_splash.png') no-repeat 0px 0px;
}

.intro
{
	position: relative;
	width: 340px;
	left: 180px;
	top:75px;
}

.intro p
{
	color: #231f20;
	font-size: 12px;
	font-family: "brevia-1", "brevia-2", sans-serif;
	line-height: 1.5em;
	margin-bottom: 1.4em;
}

.intro .ideajarBlue
{
	color: #41c4dd;
}

.intro .phoneNumber,
.intro .emailAddress
{
	font-style: italic;
}

.intro h3
{
	color: #231f20;
	font-size: 14px;
	font-weight: bold;
	font-family: "brevia-1", "brevia-2", sans-serif;
}