
.clear {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 17px;
}

h1 {
	color: #f79521;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Helvetica W01 Light';
	margin: 0px 0px 25px 0px;
}

h2 {
	color: #2150a1;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	line-height: 17px;
}

h3 {
	color: #4a4a4a;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 15px;
	margin: 0px 0px 5px 0px;
}

a {
	color: #024db6;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f7992a;
	outline: none;
}

label {
	width: 150px;
	float: left;
}

.formSection {
	border: 1px solid #eaeaea;
	background-color: #0068b3;
	color: #ffffff;
	padding: 3px 5px;
}

.fieldLbl {
	width: 180px;
}
	
.oddrow {
	background-color: #f2f2f2;
	font-weight: normal;
}

.buttons {
	text-align: center;
	padding-top: 20px;
}

.button {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #fff;
	background-image: linear-gradient(top, rgb(245,151,44) 50%, rgb(235,144,40) 50%);
	background-image: -o-linear-gradient(top, rgb(245,151,44) 50%, rgb(235,144,40) 50%);
	background-image: -moz-linear-gradient(top, rgb(245,151,44) 50%, rgb(235,144,40) 50%);
	background-image: -webkit-linear-gradient(top, rgb(245,151,44) 50%, rgb(235,144,40) 50%);
	background-image: -ms-linear-gradient(top, rgb(245,151,44) 50%, rgb(235,144,40) 50%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.5, rgb(245,151,44)),
		color-stop(0.5, rgb(235,144,40))
	);
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 7px;
	cursor: pointer;
	margin-right: 5px;
}

.greytext {
	font-size: 11px;
	color: #666666;
}

.greytext a {
	color: #666666;
	text-decoration: underline;
}

.greytext a:hover {
	color: #666666;
	text-decoration: none;
}

.pageimage {
	float: right;
	padding: 0px 0px 10px 11px;
}

#messages {
	margin-bottom: 10px;
	font-size: 12px;
	clear: both;
	padding: 5px 5px 5px 20px;
}

.message_warning {
	color: #ff0000;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	background-image: url(/images/error.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

.message_confirm {
	color: #3d8337;
	border-top: 3px solid #3d8337;
	border-bottom: 3px solid #3d8337;
	background-image: url(/images/tick.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

.showLayer {
	visibility: visible;
}

.hideLayer {
	display: none;
	visibility: hidden;
}

/*************************************************************/
/********************* inside pages **************************/
/*************************************************************/
/* portfolio */
.project_detail_top {
	width: 704px;
	float: left;
	background-image: url(/images/bg_project_detail_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 30px 0px 14px 0px;
	position: relative;
	top: -14px;
}

	.project_images {
		width: 490px;
		float: left;
		background-image: url(/images/bg_project_images.gif);
		background-position: 0 100%;
		background-repeat: no-repeat;
		padding: 0px 6px 19px 6px;
	}

		.main_image_top {
			width: 490px;
			height: 4px;
			float: left;
			line-height: 0px;
			background-image: url(/images/bg_main_image_top.png);
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
		.main_image_body {
			width: 482px;
			height: 289px;
			float: left;
			background-image: url(/images/bg_main_image_body.png);
			background-position: 0 0;
			background-repeat: repeat-y;
			padding: 0px 4px;
		}

			.stripViewer {
				position: relative;
				overflow: hidden;
				width: 482px;
				height: 289px;
			}
	
			.stripViewer .panelContainer {
				position: relative; 
				left: 0; 
				top: 0; 
			}
				
			.stripViewer .panelContainer .panel { 
				float: left; 
				height: 100%; 
				position: relative; 
				width: 482px;
			}
			
			.stripViewer .panelContainer .panel img {
				display: block;
				float: left;
			}
			
			.stripNavL, .stripNavR, .stripNav { display: none; }
			
			.photo-meta-data {
				width: 462px;
				height: 30px; 
				background-image: url(/images/bg_project_image_caption.png);
				font-size: 11px;
				padding: 10px;
				position: absolute;
				left: 0px;
				top: 239px;
				color: #ffffff;
			}
			
		.main_image_bottom {
			width: 490px;
			height: 4px;
			float: left;
			line-height: 0px;
			background-image: url(/images/bg_main_image_bottom.png);
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
		.project_thumbnails {
			width: 490px;
			height: 80px;
			float: left;
			padding: 12px 0px 0px 0px;
		}
			
			.cross-link { 
				width: 110px;
				height: 66px;
				overflow: hidden;
				float: left;
				padding: 11px 3px 3px 3px;
				margin: 0px 2px 0px 4px;
				background-image: url(/images/bg_thumbnail_off.png);
				background-position: 0 100%;
				background-repeat: no-repeat;
				cursor: pointer;
				text-align: center;
			}
			
			.cross-link:hover {
				background-image: url(/images/bg_thumbnail_over.png);
				background-position: 0 100%;
				background-repeat: no-repeat;
			}
			
			.active-thumb,
			.active-thumb:hover {	
				background-image: url(/images/bg_thumbnail_on.png);
				background-position: 0 100%;
				background-repeat: no-repeat;
			}
			
			.nav-thumb {
				max-width: 110px;
				max-height: 66px;
			}
			
			.project_thumbnails .thumb {
				width: 110px;
				height: 66px;
				overflow: hidden;
			}
		
	.project_information {
		width: 190px;
		float: right;
		font-size: 11px;
	}
		
.project_detail_bottom {
	width: 704px;
	float: left;
	background-image: url(/images/bg_project_detail_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 17px;
}

	#contact_button {
		width: 372px;
		height: 71px;
		float: left;
		margin: 10px 0px 0px 65px;
		background-image: url(/images/bg_contact_us_today.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
		#contact_button a {
			color: #333333;
			text-decoration: none;
			font-size: 12px;
			line-height: 13px;
			width: 354px;
			height: 36px;
			display: block;
			padding: 35px 0px 0px 18px;
		}
		
		#contact_button a:hover {
			color: #666666;
		}

	.website_link {
		float: right;
		text-align: right;
		line-height: 12px;
	}

/* pagination */
.pagination {
	clear: both;
}

.pagination_left {
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(/images/bg_pagination_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.pagination_right {
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(/images/bg_pagination_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.pagination a {
	width: 16px;
	height: 17px;
	padding-top: 2px;
	float: left;
	text-align: center;
	color: #ffffff;
	background-image: url(/images/bg_pagination_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
}

.pagination a:hover {
	color: #ffffff;
}

.pagination a.current {
	color: #ffffff;
	background-image: url(/images/bg_pagination_on.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

/* content boxes */
.box_4_col {
	width: 170px;
	float: left;
	margin: 0px 8px 7px 0px;
}

.box_4_col_inside {
	padding: 10px 10px 8px 10px;
	text-align: center;
}

.box_4_col a {
	color: #095fc4;
}

.box_3_col {
	width: 229px;
	float: left;
	margin: 0px 8px 7px 0px;
}

.box_3_col_inside {
	padding: 10px;
	text-align: center;
}

.box_2_col {
	width: 240px;
	float: left;
	margin: 0px 8px 8px 0px;
}

.box_2_col_inside {
	padding: 5px 6px 7px 8px;
	min-height: 90px;
	display: block;
}

.box_2_col .link {
	text-align: right;
	display: block;
	display: none;
}

.box_2_col .subtitle {
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 10px;
	display: block;
}

.box_1_col {
	width: 488px;
	float: left;
	margin: 0px 0px 8px 0px;
}

.box_1_col_inside {
	padding: 10px;
}

.box_alert {
	width: 260px;
	float: right;
	margin: 0px 0px 10px 20px;
}

.box_alert_inside {
	padding: 10px;
}

.box_title {
	color: #0251a4;
	font-size: 15px;
	font-family: 'HelveticaNeueW01-67MdCn 692710';
	margin: 0px 0px 7px 0px;
	display: block;
}

.box_link {
	color: #333333;
	text-decoration: none;
}

.box_link:hover {
	text-decoration: none;
	color: #787878;
	cursor: pointer;
}

a .box_title {
	color: #0068b3;
	text-decoration: none;
}

a:hover .box_title {
	color: #669ed3;
	text-decoration: none;
}

/* content boxes */
.box_left {
	background-image: url(/images/bg_box_border.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.box_right {
	background-image: url(/images/bg_box_border.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
}

.box_top_left {
	background-image: url(/images/bg_box_top_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.box_top_right {
	background-image: url(/images/bg_box_top_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.box_bottom_left {
	background-image: url(/images/bg_box_bottom_left.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.box_bottom_right {
	background-image: url(/images/bg_box_bottom_right.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.box_bottom_right p {
	line-height: normal;
}

/* eGlobalStores */
#payment_gateways {
	width: 450px;
}

#payment_gateways td {
	width: 50%;
}

