/* 
Hag Portfolio v7 Main CSS
Designed and coded by Hag Designs
Visit: http://hagportfolio.com
*/

body {
	background: #252525 url(http://cdn.hagportfolio.com/site/images/bg.jpg) repeat;
	color: #585858;
	font-family: "Lucida Grande",Verdana,sans-serif;
}

p {
	line-height: 16px;
}

a, a:visited {
	color: #136FAE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout */
#wrapper {
	margin: 40px auto auto;
	width: 540px;
}

#header-shadow {
	background: url(http://cdn.hagportfolio.com/site/images/header-shadow.png) no-repeat;
	height: 12px;
	width: 540px;
}

#content {
	background: url(http://cdn.hagportfolio.com/site/images/body.png) repeat-y;
	padding: 0px 9px;
}

#header {
	background: url(http://cdn.hagportfolio.com/site/images/header.jpg) no-repeat;
	height: 98px;
	width: 522px;
}

#client-header {
	background: url(http://cdn.hagportfolio.com/site/images/header-client.jpg) no-repeat;
	height: 98px;
	width: 522px;
}

/* Menu */
#menu {
	background: #dcdcdc url(http://cdn.hagportfolio.com/site/images/menu.jpg) repeat-x;
	font-size: 11px;
	height: 36px;
	line-height: 21px;
	width: 522px;
}

#menu ul {
	padding: 8px 7px;
}

#menu li {
	cursor: pointer;
	display: inline-block;
	height: 22px;
	float: left;
	margin-right: 15px;
}

#menu li a{
	color: #5b5b5b;
	display: block;
	font-weight: bold;
	height: 21px;
	text-decoration: none;
	text-shadow: 0 1px 0px #fff;
}

#menu span {
	padding: 4px 9px;
}

#menu li a:hover {
	background: url(http://cdn.hagportfolio.com/site/images/menu_left.jpg) no-repeat scroll 0 0;
	color: #2b2b2b;
	text-shadow: none;
}

#menu a:hover span {
	background: url(http://cdn.hagportfolio.com/site/images/menu_right.jpg) no-repeat scroll right top;
}

/* Content */
#content-outer {
	font-size: 12px;
	padding: 10px 15px;
	text-shadow: 0 1px 0px #fff;
}

#content-inner h1 {
	color: #282828;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	font-weight: lighter;
	margin-bottom: 9px;
}

.subTitle {
	font-weight: bold;
}

#content-inner .subh1 {
	margin-top: 10px;
}

#content-inner h2 {
	color: #366ba1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 10px;
}


#content-inner .header {
	margin-bottom: 10px;
	border: 1px solid #2d2d2d;
}

#content-inner .productImage {
	border: 1px solid #2d2d2d;
}

.download {
	background: #d2d2d2 url(http://cdn.hagportfolio.com/site/images/table-row.png) repeat-x;
	border: 1px solid #aeaeae;
	color: #282828;
	font-size: 18px;
	margin: 15px 0;
	padding: 10px;
}

#col1, #col2 {
	float: left;
}

h2.noMargin {
	margin-top: 0px !important;
}

.notice {
	font-size: 10px;
}

#col2 {
	width: 280px;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.splitter {
	background: url(http://cdn.hagportfolio.com/site/images/border.jpg) repeat-x;
	height: 2px;
	margin: 15px 0;
	width: 100%;
}

/* Footer */
#footer {
	background: url(http://cdn.hagportfolio.com/site/images/footer.png) no-repeat;
	height: 16px;
	margin-bottom: 10px;
	padding: 0px 17px;
	width: 540px;
}

/* Tables and Forms */
input, textarea {
	background: #fff url(http://cdn.hagportfolio.com/site/images/form_bg.jpg) repeat-x;
	border: 1px solid #888;
	color: #282828;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin: 6px 0;
	padding: 4px;
}

.button {
	background: #1473b3 url(http://cdn.hagportfolio.com/site/images/form-button.png) repeat-x;
	border-color: #105e93;
	color: #fff;
	cursor: pointer;
	
	/* CSS3*/
	text-shadow: 0px 1px 0px #222;
}

.button:hover {	
	color: #0d2f46;
	
	/* CSS3*/
	text-shadow: 0px 1px 0px #5aa8dd;
}

textarea {
	width: 430px;
}
