@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;
}

body {

	font-family: Calibri,GillSans,Trebuchet,Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #e0dfdf;
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	
}

#contained {
	margin: auto;	
	width:1000px;
	
}

a {
	color: #f162fe;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #9501b0;
}

a:active {
	text-decoration: none;
}



img a {
	text-decoration: none;
	border:0px dotted #ffffff;
	

}

img a:hover {
	text-decoration: none;
	border: 0px dotted #ffffff;
}

/* HEADER */

#header {
	position:relative;
	padding-top: 33px;
	padding-left: 12px;
	
	height: 48px;
}

#phone {
	position:absolute;
	top:42%;
	right: 12px;
}

/* NAV */

#nav_head {
	width:1054px;
	height: 27px;
	margin: auto;	
	background-image: url('../images/nav_head.png');
	
}

#nav {
	position:relative;
	height: 55px;
	width:1054px;
	margin: auto;		
	
}

#nav a {
	position: relative;
	float: left;
 }


.homefade {
	display:block;
	height: 55px;
	width: 205px;
	background-image: url('../images/nav_home.png');
	background-position: 0 0px;
}

.homefade span.hover {
	display: block;
	height: 55px;
	width: 205px;
	background-image: url('../images/nav_home.png');
	background-position: bottom;
}

a.home {
	display: block;
	width: 205px;
	height: 55px;
	background-image: url('../images/nav_home.png');
	background-position: top;

}

a.portfolio {
	display: block;
	width: 194px;
	height: 55px;
	background-image: url('../images/nav_portfolio.png');
	background-position: top;

}

a.design {
	display: block;
	width: 264px;
	height: 55px;
	background-image: url('../images/nav_design.png');
	background-position: top;

}

a.quote {
	display: block;
	width: 150px;
	height: 55px;
	background-image: url('../images/quote.png');
	background-position: top;

}

a.contact {
	display: block;
	width: 241px;
	height: 55px;
	background-image: url('../images/nav_contact.png');
	background-position: top;

} 

a.home:hover, a.portfolio:hover, a.design:hover, a.quote:hover, a.contact:hover {
	background-position: 0 55px;
}


/* BODY */

h1, h2{
	text-shadow: 3px 3px 2px #000;
}

#padding {
	height: 22px;
	
}

a.home_text {
	display: block;
	width: 897px;
	height: 90px;
	background-image: url('../images/home_text2.png');
	background-position: top;

}

a.home_text:hover {
	background-position: 0 90px;
	
}

#content_bg {
	position: relative;
	min-height: 500px;
	width:1054px;
	margin: auto;	
	background-image: url('../images/content_bg.png');
	padding-bottom: 38px;
	
}

#content {
	position: relative;
	width: 892px;
	margin:auto;
}

#description {
	font-size: 20px;
	text-align: center;
	color: #83017b;
	text-shadow: 3px 3px 2px #000;
	position: absolute;
	right: 20px;
	width: 500px;
	top: 2%;
	line-height: 150%
	
}

#description a {
	color: #83017b;
	text-shadow: 3px 3px 2px #000;
	text-decoration: none;
	
}

#description a:hover {
	text-decoration: underline;
}

#wrap {
	width: 892px;
	padding-bottom:60px;
}

#split-right {
	float: right;
	width: 45%;
}

#split-left {
	float: left;
	width: 55%;
}

#split-right-package {
	float: right;
	width: 400px;
	height:345px;
	clear:right;
	padding: 5px;
	border:1px solid #141414;
	
}

#split-left-package {
	float: left;
	width: 400px;
	height:345px;
	clear:left;
	border:1px solid #141414;
	padding: 5px;
}

#split-left-package:hover, .portfolio_image:hover {
	border:1px solid #232323;
}

#split-right-package:hover {
	border:1px solid #232323;
}

.package {
	padding: 0px;
}

#break {
	height:2px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 909px;
	margin:auto;
}

.portfolio_image {
	text-align:center;
	border:1px solid #141414;
	padding: 10px;
}

.portfolio_desc {
	width: 750;
	padding: 10px;
}


/* FORM */

#split-right-form {
	float: right;
	width:50%;
	display:inline;
}

#split-left-form {
	float: left;
	width:50%;
	display:inline;
}

.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

form.cmxform fieldset {
	margin-bottom: 1.5714em; 
}
	
form.cmxform legend {
	font-weight: normal;
	background:#5f0162;
	color:#e0dfe0;
	padding:0.3857em 8px;
}
	
form.cmxform label {
	display: inline-block;
	line-height:2.5em;
	vertical-align: top;
}

	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
		
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #ffea00;
}
	
form.cmxform input {
	width:165px;
	padding:.3em 2px;
}

form.cmxform textarea {
	padding:.5em 2px;
}

form.cmxform input, form.cmxform textarea {
	font-family:arial, 'helvetica neue', helvetica, sans-serif;
	font-size:1em;
	line-height:1.5714em;
	color:#555;
}

form.cmxform select {
	width:174px;
	padding:3px;
	margin:6px 0 1.5714em 0;
}

form.cmxform input.check {
	width:20px;
}	

form.cmxform label { 
	width: 80px; 
}

form.cmxform ol.textarea li label {
	line-height:1.5714em;
	width:210px;
	margin:1.5714em 10px 1.5714em 0;
}

form.cmxform ol.textarea textarea {
	margin:1.5714em 0;
}

.cmxform ol li.margintop {
	margin:1.5714em 0 0 0;
	background:none;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


form.cmxform {
	width:75%;
	margin:0 0 0 10px;
}

	
form.cmxform label { 
	color: #bbb; 
}

form.cmxform fieldset {
	border: none;
	border: 1px solid #1e1e1e;
}
	
form.cmxform fieldset fieldset { 
	background: none;
}
	
form.cmxform fieldset li {
	padding: 0px 0px 0px;
	background: url(/templates/main/images/divider.png) left bottom repeat-x;
}

/* HOME */


.preview {
	width: 92%;
	height: 92%;
	border:1px solid #5f5f5f;
	padding: 3px;
}

.preview:hover {
	border:1px solid #939293;
	
}

.preview:active {
	border:1px solid #cccbcc;
	
}

#horizontal-line {
	float:right;
}


/* FOOTER*/

#footer {
		color: a601ac;
	
	position: relative;
	width:1054px;
	height: 114px;
	margin: auto;	
	background-image: url('../images/footer_bg.png');
}

#footer a {
	color: #434343;
}

#footer a:hover {
	color: #f26701;
}

#footer_text {
	position: absolute;
	top: 58%;
	padding-left: 78px;
	font-size: 14px;
	color: #434343;
	
}

#show {
	padding-top: 5px;
}




