
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	background: #eeeeee url(../images/bg.gif) 50% 0 no-repeat;
}

/* Typography */

a {
	color: #3399ff;
	outline: none;
}

a:hover { color: #000000; }

a:visited { color: #3399ff; }

p a, li a { border-bottom: 1px solid #eeeeee; }

p a:hover { background: #f5f5f5; }

h1 {
	color: #000000;
	font-size: 2em;
	letter-spacing: -0.04em;
	font-weight: normal;
}

h2 {
	color: #000000;
	font-size: 1.2em;
	letter-spacing: -0.02em;
	padding: 10px 0 20px 0;
}

h2.portfolio {
	float: left;
	width: 300px;
	padding: 10px 0 0 0;
}

h3 {
	font-size: 1.1em;
	color: #333333;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eeeeee;
}

h4 {
	font-size: 1em;
	color: #333333;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eeeeee;
}

blockquote {
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #666666;
	padding: 0 0 20px 40px;
	background: url(../images/quotes.gif) 0 8px no-repeat;
}

.bqFloatLeft {
	float: left;
	width: 175px;
	padding: 0 0 10px 40px;
	margin: 0 20px 10px 0;
}

.bqFloatRight {
	float: right;
	width: 175px;
	padding: 0 0 10px 40px;
	margin: 0 0 10px 20px;
}

.dialogError, .dialogWarning, .dialogSuccess {
	display: block;
	clear: both;
	width: 90%;
	font-weight: bold;
	padding: 5px 10px 5px 40px;
	margin: 20px 0;
}

.dialogError {
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #cc3333;
	background: #ffcccc url(../images/icons/cancel.png) 10px 7px no-repeat;
}

.dialogWarning {
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	background: #ffffcc url(../images/icons/error.png) 10px 7px no-repeat;
}

.dialogSuccess {
	border-top: 1px solid #339933;
	border-bottom: 1px solid #339933;
	background: #ccffcc url(../images/icons/tick.png) 10px 7px no-repeat;
}

/* Buttons */

a.btn {
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: none;
	padding: 8px 0 8px 20px;
	margin: 0 10px 0 0;
	background: url(../images/bg_btnLeft.gif) left no-repeat;
}

a.btn .txt {
	height: 30px;
	width: 15px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	line-height: 30px;
	padding: 8px 18px 8px 0;
	background: url(../images/bg_btnRight.gif) right no-repeat;
}

a.btn:hover { background: url(../images/bg_btnLeftOn.gif) left no-repeat; }

a.btn:hover .txt {
	color: #006699;
	background: url(../images/bg_btnRightOn.gif) right no-repeat;
}

#container {
	margin: 0 auto;
	width: 945px;
	border-top: none;
	background: url(../images/bg_container.gif) repeat-y;
}

#containerBottom {
	margin: 0 auto;
	width: 945px;
	height: 20px;
	border-top: none;
	background: url(../images/bg_footer.gif) no-repeat;
}

#header {
	width: 925px;
	margin: 0 10px;
	height: 120px;
	text-align: left;
	border-top: 5px solid #000000;
	border-bottom: 1px solid #dddddd;
}

#header h1 {
	position: relative;
	width: 250px;
	top: 35px;
	left: 40px;
	display: block;
}

#header h2 {
	position: relative;
	top: 25px;
	left: 30px;
	display: block;
}

#header h1 a { color: #000000; }

#header h1 a:hover { color: #cccccc; }

ul.menu {
	float: right;
	padding: 0 40px 0 0;
}

ul.menu li {
	float: left;
	padding: 0 20px 0 20px;
	list-style: none;
	display: block;
	border-right: 1px solid #dddddd;
}

ul.menu li.last {
	padding-right: 0;
	border-right: none;
}

ul.menu li a {
	color: #3399ff;
	border: none;
}

ul.menu li a img {
	vertical-align: middle;
	padding: 0 3px 0 0;
}

ul.menu li a:hover { color: #000000; }

#breadcrumb {
	height: 35px;
	background: #eeeeee;
	font-size: 0.8em;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}

#breadcrumb ul {
	float: left;
	padding: 3px 0 0 20px;
}

#breadcrumb ul li {
	display: block;
	float: left;
}

#breadcrumb ul li a:hover { color: #000000; }

#breadcrumb ul li.arrow {
	color: #999;
	padding: 0 6px;
	font-size: 1.3em;
}

#content {
	text-align: left;
	padding: 20px 50px 0 50px;
	min-height: 450px;
}

#left {
	width: 250px;
	float: left;
	text-align: left;
	padding: 0 0 30px 0;
}

#left h3 {
	border: none;
	margin: 0;
	font-size: 0.85em;
}

#left ul {
	font-size: 0.85em;
	list-style: none;
	margin: 0 0 10px 0;
}

#left ul li { padding: 0 0; }

#left ul li.linkedin {
	padding: 0 0 5px 22px;
	background: url(../images/icons/linkedin_16.png) 0 2px no-repeat;
}

#left ul li.twitter {
	padding: 0 0 5px 22px;
	background: url(../images/icons/twitter_16.png) 0 2px no-repeat;
}

#left ul li.facebook {
	padding: 0 0 5px 22px;
	background: url(../images/icons/facebook_16.png) 0 2px no-repeat;
}

#left ul li.flickr {
	padding: 0 0 5px 22px;
	background: url(../images/icons/flickr_16.png) 0 2px no-repeat;
}

#right {
	width: 550px;
	margin: 0 0 20px 0;
	float: right;
	text-align: left;
}

.pushLeftImage {
	float: left;
	margin: 0 0 0 -40px;
}

ul.threeColumn {
	text-align: left;
	width: 700px;
}

ul.threeColumn li {
	display: inline;
	float: left;
	width: 170px;
	margin: 0 20px 20px 0;
	padding: 20px;
	border: 1px solid #dddddd;
	background: url(../images/bg_gradient.gif) top repeat-x;
}

ul.threeColumn li:hover {
	border: 1px solid #cccccc;
	background: #ffffff;
}

/* Shop Detail */

#pictures {
	float: left;
	width: 250px;
	margin: 10px 20px 0 0;
}

ul#tools {
	float: right;
	width: 420px;
	margin: 0 0 20px 0;
	display: block;
}

ul#tools li {
	float: right;
	font-size: 0.85em;
	margin: 0 0 0 15px;
	padding: 0 0 0 22px;
}

ul#tools li.email { background: url(../images/icons/email.png) no-repeat 2px; }

ul#tools li.review { background: url(../images/icons/pencil.png) no-repeat 2px; }

ul#tools li.wishlist { background: url(../images/icons/wand.png) no-repeat 2px; }

ul.tabNavigation {
	float: right;
	width: 420px;
	display: block;
	background: url(../images/spacer_grey.gif) repeat-x bottom;
}

ul.tabNavigation li {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #cccccc;
	border-bottom: none;
	background: url(../images/bg_tab.gif) repeat-x top;
}

ul.tabNavigation li a {
	color: #0099cc;
	line-height: 25px;
	padding: 4px 10px;
}

ul.tabNavigation li a:hover {
	color: #0099cc;
	background: url(../images/bg_tab_hover.gif) repeat-x top;
}

ul.tabNavigation li a.selected {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}

ul.tabNavigation li a.selected { color: #000000; }

.tabContent {
	float: right;
	width: 378px;
	padding: 20px;
	border: 1px solid #cccccc;
	border-top: none;
}

/* Submenu */

ul.subMenu {
	width: 200px;
	height: 400px;
	padding: 30px 0 0 0;
	margin: 0;
	text-align: right;
	background: url(../images/bg_submenu.gif) no-repeat;
}

ul.subMenu li { display: block; }

ul.subMenu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 0;
	margin: 0;
}

ul.subMenu li a:hover { color: #000000; }

ul.subMenu li a.selected {
	color: #000000;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	background: #ffffff;
}

ul.subCat { width: 200px; }

ul.subCat li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 0;
	margin: 0;
	background: #ffffff;
}

ul.subCat li a:hover { background: #f5f5f5; }

ul.pagination {
	border: 0;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul.pagination li {
	float: left;
	background: url(../images/pager_off.gif);
}

ul.pagination li a {
	width: 36px;
	height: 36px;
	display: block;
	text-indent: -9999px;
}

ul.pagination li a:hover { background: url(../images/pager_hover.gif); }

ul.pagination li a.selected { background: url(../images/pager_on.gif); }

ul.pagination li.prevOff {
	margin: 0 3px 0 3px;
	padding: 0 8px;
	font-weight: bold;
	color: #cccccc;
	background: #eeeeee;
	border: 1px solid #dddddd;
}

.data {
	width: 100%;
	margin: 0 0 20px 0;
	line-height: 1em;
}

.data th {
	padding: 8px;
	font-size: 0.85em;
	color: #666666;
	padding-right: 10px;
	background: #eeeeee;
	border-bottom: 2px solid #dddddd;
}

.data tr { background: url(../images/bg_table_tr.gif) repeat-x; }

.data td {
	padding: 8px;
	font-size: 0.9em;
	border-bottom: 1px solid #dddddd;
}

.data a { font-weight: bold; }

.data tr:hover { background: #effffd; }

dl { padding: 0 0 15px 0; }

dl dt {
	display: block;
	width: 125px;
}

dl dd {
	display: block;
	padding: 0 0 10px 0;
}

input, select, textarea {
	padding: 4px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
}

input:focus, select:focus, textarea:focus { background: #f5f5f5; }

.inputSmall, .inputMedium, .inputLarge { }

.inputSmall { width: 100px; }

.inputMedium { width: 200px; }

.inputLarge { width: 400px; }

label { width: 200px; }

ul.work {
	margin: 0 auto;
	list-style: none;
}

ul.work li {
	float: left;
	width: 400px;
	height: 160px;
	padding: 0;
	margin: 10px 20px 15px 0;
	background: url(../images/bg_thumb.gif) no-repeat;
}

ul.work li:hover { background: url(../images/bg_thumb_hover.gif) no-repeat; }

ul.work li h3 {
	float: left;
	text-align: left;
	border-bottom: none;
	font-size: 0.85em;
	color: #3399ff;
	font-weight: normal;
	margin: 10px 0 0 10px;
}

.type {
	color: #999999;
	font-size: 0.95em;
	margin: 0 0 0 5px;
	padding: 0 0 0 8px;
	border-left: 1px solid #cccccc;
}

ul.work li p {
	float: right;
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
	margin: 10px 10px 0 0;
}

ul.work li a.thumb {
	width: 380px;
	height: 125px;
	overflow: hidden;
	margin: 10px 0 0 10px;
	display: block;
}

#footer {
	width: 905px;
	margin: 0 10px;
	clear: both;
	text-align: left;
	font-size: 0.75em;
	border-top: 1px #ccc solid;
	padding: 10px;
	color: #bbbbbb;
	background: #f5f5f5;
}

#footer p {
	padding: 0;
	margin: 0;
}
