/* CSS Document */
/*.........................................

	Title:		XSSTUDIOS FREE ADS
	Author:		admin@xsstudios.com
	Updated:	17 November 2008
	Version:	1.0
    Website:	http://www.xyz.com
	
..........................................*/

/* applies to all elements */
*
{
	margin: 0px;
	padding: 0px;
}
/* end */
img
{
	border: none;
}
/* link styles */
*:active { outline: none; }
*:focus { -moz-outline-style: none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a
{
	outline: none;
	color: #646464;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
p
{
	text-align: justify;
}
/* end */
/* font styles */
.bold-text
{
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}
.bold-black
{
	color: #000;
	font-weight: bold;
}
.normal-text
{
	color: #646464;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.ten-px
{
	font-size: 10px;
}
.twelve-px
{
	font-size: 12px;
}
.fourteen-px
{
	font-size: 14px;
}
.sixteen-px
{
	font-size: 16px;
}
.eighteen-px
{
	font-size: 18px;
}
.twenty-four-px
{
	font-size: 24px;
}
.thirty-px
{
	font-size: 30px;
}
.normal-blue
{
	color: #8177c8;
}
.dark-blue
{
	color: #321fc2;
}
.ink-blue
{
	color: #8276d8;
}
.normal-orange
{
	color: #fdd174;
}
.dark-orange
{
	color: #ffb71c;
}
.mediacenter-datetime-blue
{
	color: #321fc2;
}
.header-title
{
	font-size: 36px;
	font-family: "Times New Roman" , Times, serif;
	text-transform: uppercase;
	color: #818181;
	position: relative;
	top: 100px;
	left: 50px;
	width: 600px;
	line-height: 36px;
}
.header-sub-title
{
	font-size: 24px;
	font-family: "Times New Roman" , Times, serif;
	text-transform: capitalize;
	color: #818181;
	line-height: 24px;
	position: relative;
	top: -1px;
}
.title-seperator
{
	font-size: 28px;
	font-family: "Times New Roman" , Times, serif;
	color: #818181;
	line-height: 28px;
	position: relative;
	top: -4px;
	left: 5px;
	margin-right: 10px;
}
/* end */
body
{
	background-image: url(../images/subpages/body_background.jpg);
	background-color: #fff;
	background-position: 0px 131px;
	background-repeat: repeat-x;
	color: #646464;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
}
/* top-container styles */
.top-container
{
	background-image: url(../images/homepage/top_background.jpg);
	background-repeat: repeat-x;
	width: 954px;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
}
.logo-container
{
	xbackground-image: url(../images/logo.jpg);
	xbackground-repeat: no-repeat;
	width: 189px;
	height: 131px;
	float: left;
}
.top-right-area
{
	width: 765px;
	float: left;
	height: 131px;
}
.header-links
{
	float: left;
	width: 77px;
	padding-left: 250px;
	margin-right: 242px;
	_margin-right:240px;
}
.callustoday
{
	float: left;
	width: 196px;
	margin-top: 31px;
}
.menu-container
{
	width: 800px;
	_width: 680px;
	font-size: 16px;
	color: #8c8c8c;	
	font-family: "Times New Roman" , Times, serif;
	clear: both;
	margin-top: 25px;
	float: left;
	margin-left:40px;
}
/*.menu-container ul
{
	list-style: none;
	text-align:center;
}
.menu-container li
{
	padding-left: 0px;
	float: left;
	width:99px;
	text-align:center;	
}
.menu-container a
{
	outline: none;
	color: #8c8c8c;
	font-size: 16px;
	color: #8c8c8c;	
	font-family: "Times New Roman" , Times, serif;
	text-decoration: none;
}
.menu-container a:hover
{
	text-decoration: none;
	color: #ffa917;
}*/
/* end */
/* this div moves to center of body and serves as a container for all other elements, specify the width according to PSD */
.left-side-strip
{
	background-image: url(../images/subpages/left_side_strip.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
}
.right-side-strip
{
	background-image: url(../images/subpages/right_side_strip.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
}
.main-container
{
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
}
.content-header
{
	background-color: #fff;
	width: 936px;
	border: 1px solid #e9e9e9;
	height: 230px;
	padding: 9px;
	font-size: 0px; /*	font-family:Arial;  Predefined styles for subpage title text. 	font-size:36px;*/
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.content-header-left
{
	background-color: #fff;
	float: left;
	width: 246px;
}
.content-header-right
{
	background-image: url(../images/subpages/headers/common.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 690px;
	height: 230px;
}
.content
{
	background-image: url(../images/subpages/content_background_strip.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-top: 1px #bababa solid;
}
.content-left
{
	float: left;
	width: 224px;
	margin-top: 33px;
	padding-left: 30px;
}
.content-right
{
	float: left;
	width: 660px;
	padding-left: 34px;
	padding-top: 29px;
}
.content-right-text
{
	width: 315px;
}
.icon-text
{
	margin-left: 8px;
	position: relative;
	top: -1px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.main-container:after, .content:after, .top-container:after, .menu-container:after, .content-header:after, .form-container:after, .top-right-area:after, .left-side-strip:after, .right-side-strip:after, .bottom-box-top-strip:after, .bottom-box-bottom-strip:after, .bottom-box-content:after
{
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: visible;
}
.bottom-container
{
	background-image: url(../images/homepage/footer_background.jpg);
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #cdcdcd;
	text-align: left;
	float: left;
	padding-bottom: 30px;
	color: #a1a1a1;
	padding-top: 5px;
}
.bottom-container a
{
	color: #a1a1a1;
}
/* form styles */
.form-container
{
	width: 540px;
}
.form-item
{
	float: left;
	margin-right: 47px;
	margin-top: 15px;
}
.form-error-msg
{
	width: 150px;
	color: #d5a0aa;
	line-height: 12px;
}
.form-label
{
	width: 257px;
	float: left;
}
.form-item-label
{
	width: 242px;
	padding-bottom: 7px;
}
.input-container-small
{
	background-image: url(../images/forms/inputcontrols/textbox_small.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	_padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 196px;
	height: 23px;
	padding-bottom: 0px;
	clear: both;
}
.input-container-small input
{
	background-image: url(../images/forms/inputcontrols/textbox_background.jpg);
	background-repeat: repeat-x;
	border: 0px;
	width: 190px;
	height: 18px;
	<height:17px;
	color: #757575;
	font-size: 11px;
}
.input-container
{
	background-image: url(../images/forms/inputcontrols/textbox_normal.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	_padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 236px;
	height: 23px;
	padding-bottom: 0px;
	clear: both;
}
.input-container input
{
	background-image: url(../images/forms/inputcontrols/textbox_background.jpg);
	background-repeat: repeat-x;
	border: 0px;
	width: 230px;
	height: 18px;
	<height:17px;
	color: #757575;
	font-size: 11px;
}
.input-container-large
{
	background-image: url(../images/forms/inputcontrols/textbox_large.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	_padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 529px;
	height: 23px;
	padding-bottom: 0px;
}
.input-container-large input
{
	background-image: url(../images/forms/inputcontrols/textbox_background.jpg);
	background-repeat: repeat-x;
	border: 0px;
	width: 518px;
	height: 18px;
	<height:17px;
	color: #757575;
	font-size: 11px;
}
.input-container-textarea
{
	background-image: url(../images/forms/inputcontrols/textarea.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	width: 524px;
	height: 213px;
}
.input-container-textarea textarea
{	
	border: 0px;
	background-color:#eeeeee;
	width: 508px;
	height: 196px;
	color: #757575;
	font-size: 11px;
	padding: 5px;
}
/* end */
/* registration styles */
.registration-form-container
{
	width: 568px;
}
.registration-form-container div
{
	margin-right: 10px;
}
/* end */
/* list styles */
.item-list
{
	list-style: none;
	padding-bottom: 9px;
}
.item-list li
{
	padding-top: 5px;
}
/* end */
/* Styles for bottom box */
.bottom-box
{
	width: 100%;
	float: left;
	margin-top: 7px;
}
.bottom-box-top-strip
{
	background-image: url(../images/subpages/bottom_box_top_strip.jpg);
	background-repeat: no-repeat;
	width: 956px;
	height: 10px;
	float: left;
	font-size: 0px;
}
.bottom-box-borders
{
	float: left;
	border-left: 1px solid #d5dadd;
	border-right: 1px solid #d5dadd;
	width: 954px;
}
.bottom-box-content
{
	background-image: url(../images/subpages/bottom_box_background.jpg);
	background-repeat: repeat-x;
	margin-left: 1px;
	width: 952px;
}
.bottom-box-bottom-strip
{
	background-image: url(../images/subpages/bottom_box_bottom_strip.jpg);
	background-repeat: no-repeat;
	width: 956px;
	height: 10px;
	float: left;
}
/* end */

/* Media Center Styles */

.grid-row
{
	background-color: #f4f4f4;
	float: left;
	width: 610px;
	margin-top: 5px;
	border-top: 1px solid #c5c5c6;
	border-bottom: 1px solid #c5c5c6;
	padding: 10px;
	padding-bottom:0px;
	padding-top: 15px;
}
.grid-left-col
{
	float: left;
}
.grid-right-col
{
	float: right;
	padding-right: 5px;
}
.grid-content
{
	float: left;
	width: 590px;
	text-align: justify;
	padding-left: 15px;
}
.news-icon
{
	background-image: url(../images/forms/buttons/news_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 7px;
	height: 9px;
	margin-top: 4px;
}
.details-row
{
	background-color: #f4f4f4;
	float: left;
	width: 610px;
	margin-top: 5px;
	border-top: 1px solid #c5c5c6;
	border-bottom: 1px solid #c5c5c6;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 24px;
	font-size: 12px;
}
.details-row-title
{
	width: 500px;
	font-weight: bold;
}
.details-row-content
{
	float: left;
	width: 600px;
	text-align: justify;
	padding-left: 0px;
	margin-bottom: 25px;
}
.news-photogallery img
{
	margin-right: 8px;
	float: left;
}
/* end */
/* Show Room/ gallery */
.gallery-archive-content
{
	width: 201px;
	margin-top: 30px;
}
.gallery-archive-list
{
	width: 201px;
	height: 10px;
	margin-bottom: 20px;
}
.gallery-archive-name
{
	font-weight: bold;
	float: left;
	width: 126px;
}
.gallery-archive-pictures
{
	float: left;
	text-align: right;
	width: 75px;
}
.gallery-archive-name a
{
	outline: none;
	color: #8c8c8c;
	text-decoration: none;
}
.gallery-archive-name a:hover
{
	text-decoration: none;
	color: #ffa917;
}
.gallery-block
{
	width: 188px;
	padding-right: 30px;
	text-align: center;
}
.gallery-block-img
{
	width: 188px;
	height: 120;
}
.border-orange img
{
	border: solid 1px #ffa917;
}
.border-blue img
{
	border: solid 1px #1c48b1;
}
.gallery-block-title
{
	width: 188px;
	margin-top: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.gallery-subcategory-name
{
	width: 188px;
	color: #818181;
	font-size: 14px;
}
.gallery-subcategory-date
{
	width: 188px;
	line-height: 10px;
	color: #757575;
	font-size: 10px;
	padding-bottom: 30px;
}
.gallery-pagging
{
	clear: both;
	float: left;
	margin-top: 20px;
	width: 635px;
}
.gallery-pagging-txt
{
	width: 500px;
	float: left;
	line-height: 29px;
	font-size: 12px;
	color: #321fc2;
}
.gallery-details-pagging-txt
{
	width: 430px;
	line-height: 29px;
	font-size: 12px;
	color: #321fc2;
}
.pagging-left
{
	width: 430px;
	line-height: 29px;
	font-size: 12px;
	color: #321fc2;
}
.pagging-right
{
	width:205px;
}
/* show room/ gallery details */
.gallery-details
{
	width: 635px;
}
.gallery-row-date
{
	line-height: 12px;
	color: #321fc2;
	width: 100%;
	padding-bottom: 9px;
}
.gallery-row-title
{
	color: #949494;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 21px;
}
.gallery-details-block
{
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: center;
}
/*end gallery and gallery details */
/*Products */
.left-menu-container
{
	width: 201px;
	margin-top: 25px;
}
.left-menu-container ul
{
	list-style: none;
}
.left-menu-container li
{
	padding-bottom: 12px;
}
.left-menu-container a
{
	outline: none;
	color: #8c8c8c;
	text-decoration: none;
}
.left-menu-container a:hover
{
	text-decoration: none;
	color: #ffa917;
}
.product-row
{
	background-color: #f4f4f4;
	float: left;
	width: 593px;
	margin-top: 5px;
	border-top: 1px solid #c5c5c6;
	border-bottom: 1px solid #c5c5c6;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 15px;
	padding-bottom: 8px;
}
.product-information
{
	padding-left: 11px;
	width: 447px;
}
.product-name
{
	padding-top: 3px;
}
.product-description
{
	padding-top: 3px;
	text-align: left;
}
.product-icons
{
	margin-top: 14px;
	width: 400;
}
.product-icons img
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
/*end products*/

/* projects page */
.project-row
{
	background-color: #fcfcfc;
	float: left;
	width: 644px;
	margin-top: 5px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 10px;
	padding-bottom: 20px;
}
.project-left-col
{
	float: left;
}
.project-image
{
	float: left;
	width: 190px;
	height: 122px;
}
.project-grid-content
{
	float: left;
	width: 404px;
	text-align: justify;
	padding-top: 20px;
	padding-left: 22px;
	padding-right: 14px;
	padding-bottom: 8px;
}
.porject-right-col
{
	float: right;
	padding-right: 18px;
}
/* end project */
/* project details page */
.project-details
{
	width: 635px;
	_padding-left: 33px;
}
.project-description
{
	padding-bottom: 33px;
}
.project-details-block
{
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
/*end project page */

/* member registration */
.member-registration
{
	width: 610px;
}
/* end member registration */
/* project inquiry */
.project-inquiry-form
{
	width: 610px;
}
/* end project inquiry */
/* login */
.hello-member
{
	margin-top: 30px;
	padding-bottom: 12px;
}
/* end login */
/* thank you msg*/
.thankyou-row
{
	background-color: #f4f4f4;
	width: 593px;
	margin-top: 5px;
	border-top: 1px solid #c5c5c6;
	border-bottom: 1px solid #c5c5c6;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 28px;
	padding-bottom: 22px;
	text-align: center;
}
/* end thank you msg*/
/* captcha */
.input-container-captcha {
	background-image:url(../images/forms/inputcontrols/textbox_very_small.jpg);
	background-repeat:no-repeat;
	padding-top: 4px;
	_padding-top: 3px;
	padding-left:5px;
	padding-right:5px;
	width: 175px;
	height: 23px;
	padding-bottom: 0px;
	clear:both;
}
.input-container-captcha input {
	background-image:url(../images/forms/inputcontrols/textbox_background.jpg);
	background-repeat:repeat-x;
	border: 0px;
	width: 169px;
	height: 18px;
	<height:17px;
	color: #757575;
	font-size: 11px;
}
/* end captcha msg */
/*static-page-content*/
.static-page-content
{
	xfont-family:"Times New Roman",Georgia,Serif;
	font-family: Arial;
	font-size: 13px;
	text-align:justify;
	line-height:19px;
}
/*end*/
