@charset "UTF-8";

/* ------------------------------------------ */
/* 	CSS Dizzle by Anthony Tanaka for		  */
/*	Infusion Project						  */
/* ------------------------------------------ */


/* ------------------------------------------ */
/*	Containers								  */
/* ------------------------------------------ */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: #E8E6E1;
	background-image:url(../images/background.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	color: #333333;
}

#container {
	padding-left: 150px;
	width: 1000px;
	text-align: left;
}

#header {
	padding: 50px 0 50px 0;
}

#content {
	padding: 0 0 0 150px;
}

#footer {
	width: 750px;
	padding: 0 0 0 0;
}

#home {
	width:750px;
}

#about {
	width:750px;
}

#work {
	width:750px;
}

#process {
	width:750px;
}

#processLeft {
	float:left;
	width: 350px;
	padding: 0 0 50px 0;
}

#processRight {
	padding: 10px 0 50px 0;
	float:right;
	width: 350px;
}


#blog {
	width:750px;
}

#blogLeft {
	float:left;
	width: 350px;
	padding: 0 0 50px 0;
}

#blogRight {
	float:right;
	width: 350px;
	padding: 0 0 50px 0;
}

#team {
	width:750px;
}

#teamLeft {
	float:left;
	width: 350px;
	padding: 0 0 50px 0;
}

#teamRight {
	float:right;
	width: 350px;
	padding: 0 0 50px 0;
}

#contact {
	width:750px;
}

#contactLeft {
	float:left;
	width: 350px;
	padding: 0 0 50px 0;
}

#contactRight {
	float:right;
	width: 350px;
	padding: 0 0 50px 0;
}

#divider {
	padding: 50px 0 50px 0;
}

#smallDivider {
	padding: 45px 0 25px 0;
}

#navDiv {  
    width:150px;
}

#navList
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navList li 
{
	background-image:url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
}

/* ------------------------------------------ */
/*	Text									  */
/* ------------------------------------------ */

h1 {
	font-size: 18px;
	line-height:24px;
}
h2 {
	font-size: 14px;
	line-height:16px;
}
.smallHeader {
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
}
.bold18pxText {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.body12pxText {
	font-size:12px;
	line-height:18px;
}

.italic11pxText {
	font-size: 11px;
	line-height: 16px;
	font-style: oblique;
}


/* ------------------------------------------ */
/*	Links									  */
/* ------------------------------------------ */

a:link {
	font-size: 18px;
	line-height: 26px;
	color: #cc3300;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-size: 18px;
	line-height: 26px;
	color: #cc3300;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6633;
}
a:active {
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6633;
}

a. smallLink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #cc3300;
	font-weight: bold;
}
a.smallLink:link {
	font-size: 12px;
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
}
a.smallLink:visited {
	font-size: 12px;
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
}
a.smallLink:hover {
	font-size: 12px;
	text-decoration: none;
	color: #ff6633;
	font-weight: bold;
}
a.smallLink:active {
	font-size: 12px;
	text-decoration: none;
	color: #ff6633;
	font-weight: bold;
}

a.navLink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}
a.navLink:link {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.navLink:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.navLink:hover {
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.navLink:active {
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a.greyLink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}
a.greyLink:link {
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.greyLink:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.greyLink:hover {
	font-size: 14px;
	text-decoration: none;
	color: #ff6633;
	font-weight: bold;
}
a.greyLink:active {
	font-size: 14px;
	text-decoration: none;
	color: #ff6633;
	font-weight: bold;
}


/* ------------------------------------------ */
/*	Form									  */
/* ------------------------------------------ */

.form
{
	color: #666666;
	font-size: 18px;
	background: #FFFFFF;
	border: 2px solid #D3D1CC;
	padding: 8px 8px 8px 8px;
}

textarea
{
	color: #666666;
	font-size: 18px;
	background: #FFFFFF;
	border: 2px solid #D3D1CC;
	padding: 8px 8px 8px 8px;
}