/* 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;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333; /* COLOR FOR ALL TEXT (EXCEPT LINKS) */
}
/* ALL LINKS */
a:link {
	color: #907065;
	text-decoration: none;
}
/* ALL VISITED LINKS */
a:visited {
	text-decoration: none;
	color: #907065;
}
/* ALL LINKS WHEN MOUSE IS OVER */
a:hover {
	text-decoration: underline;
	color: #644d45;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #main #column1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#wrapper #main #column2 h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 12px;
}


h2 {
	font-size: 25px;
	margin: 10px 0;
}

h3 {
	font-size: 16px;
	margin-top: 15px;
}

/* Ment to be a <hr /> tag */
.line {
	background: url(../gfx/hr_bg.png) center no-repeat;
	padding: 10px 0;
	border: 0;
	color: #d3d3d3;
}

label {
	font-weight: bold;
	display: block;  
	float: left;
	clear: both;
	width: 220px;
	margin: 0 0 10px 0;
}

/* ALL INPUTS */
input {
	float: left;
	margin: 3px;
	padding: 5px;
}

/* ALL TEXTAREAS */
textarea {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 3px;
}

ul {
	list-style-image: url(../gfx/bullet_go.png);
	padding-left: 40px;
	margin: 10px 0;
}

li {
	color: #392D29;
	padding: 1px;
}

.clear {
	clear: both;
}

div#wrapper {
	width: 850px;
	margin: auto;
	background: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #875689;
	border-left-color: #875689;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #875689;
}

div#header {
	width: 850px;
	height: 190px;
	margin: auto;
}

div#logo {
	float: left;
	padding-right: 0;
	padding-left: 0;
	width: 850px;
	height: 190px;
}

div#search {
	text-align: right;
	float: right;
	margin: 30px 0;
}

div#search #field {
	width: 120px;
	float: right;
}

div#search #action {
	background: url(../gfx/submit_search.png) no-repeat;
	width: 25px;
	height: 25px;
	vertical-align: top;
	float: right;
}

div#nav {
	background-color: #FFFFFF;
	width: 820px;
	float: left;
	clear: both;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

div#nav #left {
	background: url(../gfx/nav_left.png) no-repeat;
	width: 10px;
	height: 40px;
	float: left;
}

div#nav #right {
	background: url(../gfx/nav_right.png) no-repeat;
	width: 10px;
	height: 40px;
	float: left;
}



div#main {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

div#main #column1 {
	width: 550px;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
}
div#main #column1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #442345;
	margin-bottom: 14px;
}
div#main #column2 {
	background: url(../gfx/column2_seperator.png) no-repeat;
	width: 230px;
	min-height: 320px;
	float: right;
	padding: 0 10px;
}

/* FOR IE6 */
* html div#main #column2 {
	height: 320px;
}

div#main #column2 #recent_clients {
	text-align: center;
}

div#main #column2 #recent_clients img {
	width: 70px;
	margin-bottom: 3px;
}

div.box-no-line {
	width: 171px;
	float: left;
	padding: 0 9px;
}

div.box {
	background: url(../gfx/box_seperator.png) no-repeat;
	padding: 0 9px;
	width: 171px;
	float: left;
}

div.box-no-line h3, div.box h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.box p, div.box-no-line p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	margin: 5px 0;
}

div.box a.more, div.box-no-line a.more {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	float: right;
}

div#end {
	height: 8px;
}

div#footer {
	font-size: 11px;
	color: #473833;
	text-align: right;
	background-color: #FFFFFF;
	margin: auto;
	width: 850px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

textarea#message {
	width: 300px;
	height: 100px;
}

img#questions {
	float: right;
	margin: 0 10px 10px 0;
}

div.service_box {
	width: 550px;
	float: left;
}

div.service_box h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

div.service_box img {
	float: left;
	padding: 0 10px 10px 0;
}

div.service_box a.more {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

div.portfolio_box {
	width: 550px;
	float: left;
	margin: 5px;
}

div.portfolio_box h3 {
	font-weight: bold;
	margin: 5px 0;
}

div.portfolio_box img {
	float: left;
	width: 100px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #d3d3d3;
	background: #FFFFFF;
}

div.portfolio_box a.more {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: underline;
}

.error_field{
	background: #eb4e4e;
	border: 1px dotted #333;
}

div#company_info {
	font-size: 11px;
	color: #ffffff;
	width: 220px;
	margin: 0 auto;
	background: #392D29;
	margin-top: 15px;
}

div#company_info h3 {
	margin: 0 0 5px 0;
}

div#company_info #info {
	padding: 15px;
}

/* Round corners*/
.rtop, .rbottom{display:block;background: #FFF}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden;background: #392D29}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

/* Textarea rezier */
div.grippie{
	background: #EEE url(../gfx/grippie.png) no-repeat scroll center 2px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin-left: 3px;
	width: 310px;
}

.resizable-textarea textarea {
	display: block;
	margin-bottom: 0;
	width: 80%;
	height: 250px;
}


/* jFlow */
div#myController {
	display:none;
}

.jFlowNext, .jFlowPrev {
	cursor: pointer;
}
#footerNav {
	padding-left: 20px;
	background-image: url(../images/footerDivider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 16px;
	margin-top: 20px;
}
.footerNavBlock {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-left: 0px;
	text-align: left;
	font-size: 12px;
}
#wrapper #footerPad {
	padding-left: 20px;
}

.footerNavBlock ul {
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
.footerNavBlock li {
	list-style-type: none;
	margin-bottom: 4px;
	list-style-position: outside;
}
.footerNavBlock p {
	margin-bottom: 0px;
}


.footerNavBlock a:hover {
	text-decoration: underline;
}
.purple-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E2D7B;
	font-weight: bold;
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A24C6F;
	text-align: right;
	margin-bottom: 12px;
	margin-top: 12px;
	float: right;
	background-image: url(../images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.sidebar-titlebar {
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A080C1;
	border-bottom-color: #A080C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #e7dcf3;
	color: #464646;
}
#wrapper #main #column2 #events-download p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
	text-align: left;
}
#footerEmail {
	margin-top: 40px;
	background-color: #E7DCF3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A080C1;
	border-bottom-color: #A080C1;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
#wrapper #main #column2 #events-download strong {
	font-weight: bold;
}

.rightfloat {
	float: right;
	padding-right: 20px;
}
#wrapper #main #column1 strong {
	font-weight: bold;
	color: #494949;
}
#wrapper #main #column1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}
.rigthfloatphoto {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

