/* @override http://phi-002/styles/skin.css */

/* @group New Structure */
body {background: #e8f0f6}
#pd {
	background: #3a556d;
	border: 20px solid #3a556d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 750px;
	margin:  40px auto;
}

#pd-wrapper {
	background: #edf3f8 url("../images2/logo.gif") no-repeat -10px 225px;
	
	border:  2px solid #e8f0f6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:  5px;
}
#pd-header {
	overflow: hidden;
	height:  170px;
	background-color: #001b35;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#pd-header .head_image {
	
	border-left:  1px solid #FFF;
	border-right:  1px solid #FFF;
}
#pd-footer {
	background-color: #001b35;
	padding:  1em;
	text-align: right;
	font-size:  x-small;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	color: #637d94;
	font-size: x-small;
}
#pd-nav {
	margin-right:  6px;
}
#pd-nav ul {
	
	margin:  0;
	padding:  0;
}
#pd-nav li {
	list-style-type: none;
	float:  right;
}

#pd-nav a {
	display:  block;
	text-align: right;
}

#pd-header .head_image {
	float:  right;
	margin-right:  15px;
}

#pd-page {
	min-height:  220px;
	margin-left:  155px;
	text-align: right;
	color: #304a61;
	line-height: 17px;
	font-size: 11px;
	padding:  14px;
}

#pd-page p {
	margin-bottom:  10px;
}
/* @end */

/* @group Old Structure */

/* @group Elements */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

body {
	margin: 0px;
	font-family: Verdana;
	font-size: 80%;
}

a {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #000033;
	text-decoration: none;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* @end */
.largetext {
	font-weight: bold;
	font-size: 2em;
	font-style: italic;
	color: #003366;
}
.imgpreview {
	text-align: center;
	padding: 0.5em;
}
.icon {
	cursor: pointer;
}
.designer_name {text-align: right;}
#back_btn {text-align: left; padding-left:2em;}

/* @group Services Page */
ul#service_list li {
	list-style-type: none;
	background: url("../images2/bullet.gif") no-repeat right;
	padding-right:  20px;
	text-align: right;
}
/* @end */


/* @group Profiles Page */
ul#profile_list li{
	list-style-type: none;
	padding:  0.5em 0.5em 2em;
}

ul#profile_list .profile-info {
	
	display: none;
}

.profile-title {
 padding:  1em;	
}

.profile-title:hover {
	cursor: pointer;
	background: #3a556d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:  #FFF;
}

.profile-title:hover .staff {
	color:  #FFF;
}

.profile-thumb {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 1em 0 0.5em;
}

/* Staff Names */

.staff {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #003366;
}

/* @end */



/* @end */


