@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #525252;
	line-height: 1.5em;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	margin:0;
}
img{
	border:none;
}
a:link {
	color: #e61577;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e61577;
}
a:hover {
	text-decoration: none;
	color: #a50f55;
}
a:active {
	text-decoration: none;
	color: #a50f55;
}
h1{
	font-size: 1.8em;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0.5em;
}
h2{
	font-size:1.4em;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0.5em;
}
h3{
	font-size:1.2em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.5em;
}
h4{
	font-size:1.0em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.5em;
}
p{
	margin-top:0;
	margin-bottom:1.5em;
}
#topCloud{
	position:absolute;
	float:none;
	top:0;
	left:0;
	width:100%;
	height:207px;
	background-image:url(../images/bg_top_cloud.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#logo {
	position:relative;
	float:none;
	width:100%;
	height:207px;
}
#container_c_logo{
	position:relative;
	float:none;
	margin:0 auto 0 auto;
	padding:0;
	width:1003px;
	height:199px;
	text-align:left;
	/*background-image:url(../images/logo_purework.png);
	background-position:left;
	background-repeat:no-repeat;*/
}
#PureworksLogo{
	position:absolute;
}
#navi {
	position:relative;
	font-size:14px;
	float:right;
	margin:150px 0 0 0;
	padding:0 40px 0 0;
	width:auto;
	height:auto;
}
#navi ul, #list_work{
	padding:0;
	margin:0;
	list-style:none;
}
#navi li{
	display:inline;
	padding-left:12px;
	font-weight:bold;
}
#list_work li{
	display:inline;
	padding-right:2px;
	font-weight:bold;
}
#pathway {
	position:relative;
	float:none;
	width:100%;
	height: auto;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #acacac;
	margin:0 0 20px 0;
}
#content {
	position:relative;
	float:none;
	width:100%;
	height:auto;
}
#twoColumn_leftHeavy_columnLeft{
	position:relative;
	float:left;
	width:550px;
}
#twoColumn_leftHeavy_divider{
	position:relative;
	float:left;
	width:40px;
	background-image:url(../images/divider_vertical.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#twoColumn_leftHeavy_columnRight{
	position:relative;
	float:left;
	width:330px;
}
#twoColumn_rightHeavy_columnLeft{
	position:relative;
	float:left;
	width:330px;
}
#twoColumn_rightHeavy_divider{
	position:relative;
	float:left;
	width:40px;
	background-image:url(../images/divider_vertical.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#twoColumn_rightHeavy_columnRight{
	position:relative;
	float:left;
	width:550px;
}
#twoColumn_equalWeight_columnLeft{
	position:relative;
	float:left;
	width:440px;
}
#twoColumn_equalWeight_divider{
	position:relative;
	float:left;
	width:40px;
	background-image:url(../images/divider_vertical.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#twoColumn_equalWeight_divider_noLine{
	position:relative;
	float:left;
	width:40px;
}
#twoColumn_equalWeight_columnRight{
	position:relative;
	float:left;
	width:440px;
}
.fullWeight{
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
}
#footer {
	position:relative;
	float:left;
	width:100%;
	margin:10px 0 0 0;
	padding:30px 0 0 0;
	height:93px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-size:10px;
	text-align:center;
}
.container_c{
	position:relative;
	float:none;
	margin:0 auto 0 auto;
	width:921px;
	border:none;
}
.pureworksPink{
	color:#e61577;
}
.pureworksPurple{
	color:#2f1c57;
}
.bg-cart{
	background:transparent url(../images/bg_shopping-cart.gif) no-repeat center bottom;
}
.bg-cursor{
	background:transparent url(../images/bg_shopping-cursor.gif) no-repeat right top;
}
.smaller-font{
	font-size:11px;
}
/*boxes on the right column starts here*/
.box_type1{
	border:#e0e0e0 solid 1px;
	padding:28px;
	margin:0 0 16px 0;
	background-image:url(../images/bg_sidePanel.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.box_type1 h2{
	padding:0 0 8px 0;
	border-bottom:#666666 solid 1px;
}
.box_type1 .smallText{
	font-size:10px;
	line-height:normal;
}
/*boxes on the right column ends here*/
/*tables used throughout the site starts here*/
.table_type1{
	width:100%;
}
.table_type1, td, th{
	font-size:1em;
	border-collapse:collapse;
	border:#f1f2f3 solid 1px;
}
.table_type1 td{
	padding:5px;
}
.table_type1 th{
	background-color:#f7f8f9;
	text-align:left;
	vertical-align:top;
}
.table_type1 ul{
	margin:0;
	padding:0 0 0 20px;
}
/*tables used throughout the site ends here*/
/*Portfolio (old design) for portfolio section starts here*/
.thumbnail{
	position:relative;
	float:left;
	width:auto;
	display:inline;
	padding-right: 25px;
}
.thumbnail .thumb_caption {
	margin:2px 0 8px 0;
	font-size:10px;
	width:200px;
	line-height:16px;
}
.thumbnail_last{
	position:relative;
	float:left;
	width:auto;
	display:inline;
}
.thumbnail_last .thumb_caption {
	margin:2px 0 8px 0;
	font-size:10px;
	width:200px;
	line-height:16px;
}
.thumbnail{
	position:relative;
	float:left;
	width:auto;
	display:inline;
	padding-right: 90px;
}
.thumbnail_home{
	position:relative;
	float:left;
	width:auto;
	display:inline;
	padding-right: 25px;
}
.thumbnail .thumb_caption {
	margin-top:1px;
	margin-bottom:8px;
	font-size:10px;
}
.thumbnail_last{
	position:relative;
	float:left;
	width:auto;
	display:inline;
}
.thumbnail_last .thumb_caption {
	margin-top:1px;
	margin-bottom:8px;
	font-size:10px;
}
.divider_h_works{
	display:block;
	position:relative;
	float:left;
	clear:left;
	width:100%;
	background-image:url(../images/divider_horizontal.gif);
	background-position:center;
	background-repeat:repeat-x;
	margin:0 0 20px 0;
}
.url_works{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.jumpmenu{
	font-family:Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #acacac;
}
.jumpmenu select{
	font-family:Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.jumpmenu select option{
	color: #333333;
}
.jumpmenu form{
	margin:0;
	padding:0;
	height:20px;
	display:inline;
}
.jumpmenu form p{
	margin:0;
	display:inline;
}
/*Portfolio (old design) for portfolio section ends here*/
/*thumbnails for portfolio section starts here*/
/*.thumbnailSet{
	position:relative;
	float:left;
	padding:0;
	margin:0;
	border:none;
	width:162px;
	margin:10px 0 5px 0;
}
.thumbnailText{
	position:relative;
	float:left;
	clear:left;
	padding:0;
	margin:0;
	border:none;
	width:154px;
	font-size:10px;
}
.thumbnailSpacing{
	position:relative;
	float:left;
	padding:0;
	margin:0 0 10px 0;
	border:none;
	width:31px;
}
.thumbnailURL{
	position:relative;
	float:left;
	clear:left;
	padding:0 0 20px 0;
	margin:0 0 30px 0;
	border:none;
	width:100%;
	background-image:url(../images/divider_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}*/
/*thumbnails for portfolio section ends here*/
/*Accessibility elements starts here*/
.accessibility{
	display:none;
}
/*Accessibility elements ends here*/
/*Contact Pureworks form elements starts here*/
.color_red{
	color:#FF0000;
}
.formArea h1 {
	border-bottom:1px solid #2F1C57;
	color:#2F1C57;
	font-weight:normal;
	margin:0 0 12px;
	padding:0 0 3px;
}
.formArea .horizontal_gap {
	display:block;
	height:15px;
}
.formArea .sampleText {
	border:medium none;
	color:#CCCCCC;
	display:block;
	font-size:11px;
	margin:0;
	padding:0;
}
.formArea input, textarea {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:0;
	padding:3px;
	width:290px;
}
.divider_h {
	position:relative;
	float:left;
	width:100%;
	background-image:url(../images/divider_horizontal.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
}
/*Contact Pureworks form elements ends here*/