/* CSS Document 
 * File			:	default.css
 * Author		:	Xbiztemplates.com
 * Created		:	30-May-2009
 * Modified		:
 */
 
body  {
	font: 13px Arial;
	background: #242424 url(../imgx/buttdesign-bg.jpg) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d6d6d6;
}
a {
	color: #00ffcd;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.twoColElsLtHdr #container { 
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	color: #FFFFFF;
	height: 182px;
	text-align: center;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* HEADER NAV */
#logo {
	float: left;
	width: 366px;
	height: 123px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#logo li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#logo a { display: block; height: 9em; text-decoration: none}
#logo a span { display: none; }

#headerContact {
	float: right;
	margin-top: 25px;
	width: 350px;
	height: 115px;
	text-align: right;
}
#headerContact a,p {
	color: #FFFFFF;
	margin: 7px 0px;
	text-decoration: none;
}
#headerContact a:hover {
	color: #b1f8ea;
	text-decoration: underline;
}

	/*HEADER MENU*/
	#headerNav {
		margin: 0;
		height: 27px;
		width:870px;

	}
	#headerNav ul {
		margin: 0px 0px 2px 100px;
		padding: 0;
		list-style: none;
	}
	#headerNav li	{
		float: left;
		margin: 0 0.15em;
	} 
	/* Hide from IE5-Mac \*/
	#headerNav li a
	{
	float: none
	}
	/* End hide */ 
	#headerNav li a	{
		float: left;
		margin-left: 1px;
		width: 100px;
		height: 27;
		padding: 5px;
		background-color: #2c1f52;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 15px;
		font-weight:bold;
	} 
	#headerNav li a:hover	{
		background-color: #210538;
		color: #aa3bff;
		text-decoration: none;
	} 
	#headerNav li a.menuSelected	{
		background-color: #210538;
		color: #aa3bff;
		text-decoration: none;
		cursor: default;
	} 

/* END OF HEADER NAV */

.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColElsLtHdr #contentContainer { 
	background-color: #111111;
	margin: 0;
	padding: 0;
}
.twoColElsLtHdr #sidebar1 {
	background: #111111 url(../imgx/content-container-bg.jpg) top left no-repeat;
	float: left; 
	width: 265px; /* since this element is floated, a width must be given */
/*	padding: 25px 25px; /* top and bottom padding create visual space within this div */*/
}
.twoColElsLtHdr #sidebar1 #Content {
	margin: 25px;
}
.twoColElsLtHdr #sidebar1 #featured {
	padding: 5px;
	background-color: #525456;
	border: solid 1px #777e76

}
.twoColElsLtHdr #sidebar1 #featured img {
	border: solid 1px #000000;
}
.twoColElsLtHdr h1 {
	font-size: 18px;
	color: #9be3be;
	font-weight: normal;
	margin: 12px 0px 3px 0px;
}
.twoColElsLtHdr h2 {
	font-family: arial;
	font-size: 13px;
	color: #9be3be;
}
.twoColElsLtHdr #bottom {
	float: left;
	width: 900px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../imgx/main-bottom.gif);
}

.twoColElsLtHdr #mainContent {
	background: #111111 url(../imgx/content-container-bg.jpg) top right no-repeat;
	float: right;
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 15px 0px;
	width: 635px;
}
.twoColElsLtHdr #footer { 
	background: url(../imgx/buttdesign-footer.jpg) no-repeat;
	height: 82px;
	padding: 12px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: 818181;
}
.twoColElsLtHdr #footer a {
	margin-left: 30px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #FFFFFF;
	text-decoration: none;
}
.twoColElsLtHdr #footer a:hover {
	margin-left: 50; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #b1f8ea;
}

/* Miscellaneous classes for reuse */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.alignCntr {
	text-align: center;
}
/* CONTACT FORM */
#contactForm {
	font-weight: bold;
	color: #FFFFFF;
}
#contactForm p.fields	{
	float: left;
	margin: 7px 0px;;
	width: 120px;
} 
#contactForm h2 {
	color: #9be3be;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}
#contactForm .inputText {
	padding: 3px;
	margin: 7px;
	font-weight: bold;
	border: solid 1px #353535;
	background-color: #222222;
	vertical-align: middle;
	color: #FFFFFF;
}
#contactForm .inputTextarea {
	padding: 2px;
	border: solid 1px #353535;
	background-color: #222222;
	color: #FFFFFF;
	margin: 7px;
}
#contactForm input.cmdButton {
	padding: 3px;
	font-weight: bold;
	border: solid 1px #353535;
	background-color: #a1e1d5;
	color: #000000;
}
/* SLIDESHOW */
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 180px; /*Height should enough to fit largest content's height*/
}
.stepcarousel img{
	border: solid 5px #343434;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 7px; /*margin around each panel*/
	width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


/* OTHERS */
img {
	border: 0;
}
img.imgBorder {
	border: dashed 1px #CCCCCC;	
}
/*1 COLLUMN */
.twoColElsLtHdr #contentTWOcollumn {
	background: #111111 url(../imgx/content-container-bg.jpg) top left no-repeat;
	float: left; 
	width: 900px; /* since this element is floated, a width must be given */
/*	padding: 25px 25px; /* top and bottom padding create visual space within this div */*/
}
.twoColElsLtHdr #contentTWOcollumn #Content {
	margin: 25px;
}
#pricelist {
	text-align: left;
}
ul#priceinfo {
	margin:0;
}
ul#priceinfo li {
	border-right: dashed 1px #4c3d58;
	float:left;
	margin: 7px;
	list-style:none;
	width: 250px;
}
/* PORTFOLIO */
#thumbs {
	text-align: center;
}
#thumbs img {
	width: 150px;
	border: solid 5px #525456;
	margin: 3px;
	text-decoration: none;
}
#thumbBox {
	float:left;
	margin: 7px;
	width: 150px;
}
#thumbBox a {
	text-decoration: none;
}
#disclaimer {
	color: #818181;
	text-align:right;
	font-size: 11px;
	margin-bottom: 15px;
}
#disclaimer a{

	color: #BDBDBD;
	text-decoration: none;
}
#disclaimer a:hover{
	color: #FFFFFF;
}