@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;}
