@CHARSET "UTF-8";

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

li, p
{
	padding:0px;
	margin: 0px;
}

ul
{
	padding: 0px;
	margin: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

h1, h2, h3, h4, h5
{
	text-transform: uppercase;
}

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

#main
{
	border: 1px solid #EDEDED;
	margin: 0px auto;
	width: 800px;
}

#main div p
{
	margin: 7px 0px;
}

/** tabs specific **/

#tabs
{
	height: 27px;
}

.ui-tabs-nav, .ui-tabs-panel
{
    font-size: 12px;
	width: 780px;
}

.ui-tabs-nav a, .ui-tabs-nav a span
{
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(i/tabs.png) no-repeat;
}

.ui-tabs-panel {
    border-top: 1px solid #EDEDED;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/** links specific **/
.link
{
	padding: 7px 0px 0px 15px;
}

.type-image
{
	float: left;
	padding: 7px 7px 0px 0px;
	cursor: pointer;
}

.logoStripMenu li
{
	height:128px;
	width:128px;
	padding:0 0 2px;
	float: left;
}

.logoStripMenu li a {
	display:block;
	height:0 !important;
	overflow:hidden;
	padding:128px 0 0;
}

.pdf p {
	background: url(i/pdf.png) no-repeat scroll 0 0;
}

.doc p {
	background: url(i/doc.png) no-repeat scroll 0 0;
}

.psd p {
	background: url(i/psd.png) no-repeat scroll 0 0;
}

.ai p {
	background: url(i/ai.png) no-repeat scroll 0 0;
}

.displayBox img {
	border:25px solid #222222;
}