@charset "utf-8";
/* CSS Document */

.MainHeading {
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:22px;
}
.subheading {
	font-weight:normal;
	font-size:14px;
	padding:0px;
	margin:0px;
	margin-top:10px;
}
#breadcrumb_trail {
	font-weight:normal;
	font-size:12px;
}
#breadcrumb_trail a {
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}
.bg_yellow_subheading {
	font-size:14px;
}
.bg_green_subheading {
	font-size:14px;
}
.bg_red_subheading {
	font-size:14px;
}
.DP_box_1 {
	float:left;
	width:173px;
	height:182px;
	background:url(../images/yellow-bubble_bg.jpg) no-repeat;
	padding:0px 3px;
}
.DP_box_2 {
	float:left;
	width:173px;
	height:230px;
	background:url(../images/green-bubble_bg.jpg) no-repeat;
	padding:0px 3px;
	color:#fff;
}
.DP_box_3 {
	float:left;
	width:173px;
	height:211px;
	background:url(../images/red-bubble_bg.jpg) no-repeat;
	padding:0px 3px;
	color:#fff;
}
.box_heading {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
a.green_button:link, a.green_button:visited, a.green_button:active {
	background:url(../images/green-button.gif) no-repeat;
	width:116px;
	height:26px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	display:block;
	line-height:26px;
}
a.green_button:hover {
}
a.yellow_button:link, a.yellow_button:visited, a.yellow_button:active {
	background:url(../images/yellow-button.gif) no-repeat;
	width:116px;
	height:26px;
	text-align:center;
	color:#333;
	text-transform:uppercase;
	display:block;
	line-height:26px;
}
a.yellow_button:hover {
}
.DP_box_1 p {
	padding:0px 1px;
	height:60px;
}
.DP_box_3 p, .DP_box_2 p {
	padding:0px 3px;
	height:70px;
}
/*##############################################################################
							Themes Index Page CSS
##############################################################################*/

#TP_box1, #TP_box2, #TP_box3 {
	background:url(../images/TP_bg.jpg) repeat-x bottom left;
	height:154px;
	width:538px;
	font-size:11px;
}
#TP_box1_title, #TP_box2_title, #TP_box3_title {
	background:url(../images/green-product-bg-title.jpg) no-repeat;
	width:538px;
	height:32px;
	line-height:32px;
	color:#fff;
	font-size:15px;
	padding-left:5px;
}
.TP_box_image {
	float:left;
	width:145px;
}
#TP_box1 p, #TP_box2 p, #TP_box3 p {
	padding:0px;
	margin:0px;
}
#TP_box1 a, #TP_box2 a, #TP_box3 a {
	font-size:11px;
}
/*##############################################################################
							Contact Form
##############################################################################*/

#contact_form_DP {
	background:url(../images/TP_bg.jpg) repeat-x bottom left;
	height:154px;
	width:538px;
}

#consultation_form_DP {

}
/*##############################################################################
							Website Ammendments Page
##############################################################################*/

#WA_box1 {
	background:url(../images/TP_bg_longer.jpg) repeat-x bottom left;
	height:217px;
	width:538px;
}

#WA_box1 p, #WA_box2 p, #WA_box3 p {
	padding:0px;
	margin:0px;
}
#WA_box1 a, #WA_box2 a, #WA_box3 a {
	font-size:12px;
}
/*##############################################################################
							CSS Tabs Styles
##############################################################################*/

.shadetabs {
	padding: 3px 0;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0;
	font: 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 1px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url('shade.gif') top left repeat-x;
	font-size:12px;
	font-weight:bold;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	position: relative;
	top: 1px;
}
.shadetabs li.selected a { /*selected main tab style */
	background-image: url('shadeactive.gif');
	border-bottom-color: white;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 520px;
	margin-bottom: 1em;
	padding: 10px;
	margin-left:0px;
}
.tabcontent {
	display:none;
}
.tabcontent ol li {
	list-style:lower-roman;
}
.tabcontent dt {
	margin-left:2px;
}
.tabcontent dd {
	margin-left:20px;
}
 @media print {
.tabcontent {
	display:block!important;
}
}
#search_main {
	width:520px;
}
/*##############################################################################
							Forms CSS
##############################################################################*/

form#Quote {
	margin:0pt auto;
	padding:10px;
}

form#Quote label {
	clear:left;
	color:#333;
	display:block;
	float:left;
	margin-bottom:0.5em;
	padding-right:10px;
	text-align:left;
	width:150px;
}
form#Quote input {
	border:1px solid #ccc;
	margin-bottom:0.6em;
	padding-left:0.5em;
}
form#Quote select {
	margin-left:0.5em;
}
form#Quote textarea {
	border:1px solid #ccc;
	height:15em;
	overflow:auto;
	padding:0.5em;
	width:600px;
}
form#Quote option {
	color:#333;
}
form#Quote optgroup {
	color:#333;
	font-family:georgia, serif;
}
form#Quote optgroup option {
	color:#333;
}
form#Quote #button1, form#two #button2 {
	color:#CC0000;
	cursor:pointer;
	margin-left:8px;
	padding-right:0.5em;
	width:205px;
}
form#Quote #button1:hover, form#two #button2:hover {
	background-position:left center;
	color:#000000;
}

form#contact_form_DP label {
	clear:left;
	color:#333;
	display:block;
	float:left;
	margin-bottom:.2em;
	padding-right:10px;
	text-align:left;
	width:100px;
	padding-left:5px;
}

form#contact_form_DP input {
	margin-bottom:.2em;
}

form#consultation_form_DP label {
	clear:left;
	color:#333;
	display:block;
	float:left;
	margin-bottom:.2em;
	padding-right:10px;
	text-align:left;
	width:100px;
	padding-left:5px;
}

form#consultation_form_DP input {
	margin-bottom:.2em;
}

/*##############################################################################
							Design Gallery
##############################################################################*/
#gallery-scroll ul {
	  margin:0px;
      padding:0px;
      list-style-type:none;
	  
	}
	
#gallery-scroll li {
	width:250px;
	float:left;
	margin-right:3px;
	padding:7px;
	
}

#designgallery_scroll ul {
	  margin:0px;
      padding:0px;
      list-style-type:none;
	}
	
#designgallery_scroll li {
	width:160px;
	float:left;
	margin-right:3px;
	padding:7px;
	text-align:center;
}

#designgallery_scroll a {
	color:#333;
	text-decoration:none;
}

#static_gallery_scroll ul {
	  margin:0px;
      padding:0px;
      list-style-type:none;
	}

#static_gallery_scroll li {
	width:150px;
	float:left;
	margin-right:13px;
	border:1px solid #ccc;
	background:#eee;
	padding:7px;
}
	
	
	#gallery-scroll img.right, #gallery-scroll img.left {
      display:block;
      float:left;
      cursor:pointer;
      position:relative;
      top:50px;
    }
	#gallery-scroll li a img {border:none;}
	#gallery-scroll li.hide {display:none;}


/*

CSS USED ON JQUERY SLIDER ON DESIGN GALLERY PAGE

*/

div#slide-holder {
z-index : 40;
width : 727px;
height : 330px;
position : absolute;
}
div#slide-holder div#slide-runner {
top : 9px;
left : 9px;
width : 727px;
height : 330px;
overflow : hidden;
position : absolute;
}
div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#slide-holder div#slide-controls {
left : 0;
bottom : 0px;
width : 727px;
height : 46px;
display : none;
position : absolute;

}
div#slide-holder div#slide-controls  {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#slide-holder div#slide-controls p#slide-nav a {
background:rgba(204,204,204, 0.4);
}
div#nav ul li a {
background : url(images/nav.png) no-repeat;
}

#slide-desc {
	position:absolute;
	top:-250px;
	left:-10px;
	color:#333;
	font-size:13px;
	z-index:99999999999;
	width:300px;
	text-transform:none;
	line-height:180%;
}

#slide-desc ul {
	margin:10px 0px 0px 30px ;
}

#slide-desc a {
	color:#333;
	font-size:13px;
}

#slide-desc a:hover {
	text-decoration:none;
	font-weight:600;
}


/*

QUOTE FORM STYLING - USED ON DESIGN GALLERY PAGE

*/

form#quoteform {
	background: url(../images/form-bg1.jpg) no-repeat;
	height:447px;
	width:489px;
	padding:15px;
	font-size:14px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:150%;
}

form#quoteform h2 {
	font-weight:bold;
	font-size:18px;
}

.quoteformleft { float:left; width:220px; }

.quoteformright { float:right; width:220px; margin-right:30px;}

form#quoteform label {
	clear:left;
	float:left;
	width:75px;
	margin:10px 0px;
}

/* form#quoteform input, select {
	width:132px;
	padding:3px;
	font-size:14px;
	margin:10px 0px;
	color:#666;
}*/

.text_field { 
	width:132px;
	padding:3px;
	font-size:14px;
	margin:10px 0px;
	color:#666;
	border:1px solid #ccc; 
	}
.text_field:focus {
	border:1px solid #5792DB;
	background:#F7F7F7;
}

.select_field { 
	width:140px;
	padding:3px;
	font-size:14px;
	margin:10px 0px;
	color:#666;
	border:1px solid #ccc; 
	}
.select_field:focus {
	border:1px solid #5792DB;
	background:#F7F7F7;
}

.textarea_field { 
	padding:3px;
	font-size:14px;
	margin:10px 0px;
	color:#666;
	border:1px solid #ccc; 
	}
.textarea_field:focus {
	border:1px solid #5792DB;
	background:#F7F7F7;
}

#submitbutton {
	border:none;
	padding:0px;
	margin:0px;
	width:140px;
	height:39px;
	background:none;
}

.h1_designportfolio {
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color:#666;
}
