/* Reset */

* {
	margin:0px;
	padding:0px;
}

.clearFix {
	clear: both;
}

/* Body */

body {
	background:#f2f2f2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Geneva, Arial, Verdana, sans-serif;
    color: #3f3f3f;
}

h1 {
    color: #000;
	font-size: 55px;
	font-weight: 100;
	line-height: 85px;
	letter-spacing: -3px;
	word-spacing: -2px;
}

h2 {
    color: #000;
	font-size: 40px;
	font-weight: 100;
	line-height: 65px;
	letter-spacing: -3px;
	word-spacing: -2px;
}

h3 {
    color: #000;
	font-size: 20px;
	font-weight: 100;
	line-height: 45px;
	letter-spacing: -1px;
	word-spacing: -2px;
}

h4 {
    color: #8A8D99;
	font-size: 18px;
	font-weight: normal;
	line-height: 26.1px;
	word-spacing: -1px;
}

h5 {
    color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	word-spacing: -1px;
}

a.calltiny {
    color: #0088CC;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	word-spacing: -1px;
	text-decoration:none;
}

a.calltiny:hover {
    color: #0088CC;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	word-spacing: -1px;
	text-decoration:underline;
}

a.callsmall {
    color: #0088CC;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	word-spacing: -1px;
	text-decoration:none;
}

a.callsmall:hover {
    color: #0088CC;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	word-spacing: -1px;
	text-decoration:underline;
}

a.call {
    color: #0088CC;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	word-spacing: -1px;
	text-decoration:none;
}

a.call:hover {
    color: #0088CC;
	font-size: 20px;
	line-height: 50px;
	word-spacing: -1px;
	text-decoration:underline;
}

a {
    color: #0088CC;
	font-size: 14px;
	line-height: 22px;
	word-spacing: -1px;
	text-decoration:none;
}

a:hover {
    color: #0088CC;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	word-spacing: -1px;
	text-decoration:underline;
}

strong {
	font-weight: normal;
    color: #3f3f3f;
	font-size: 14px;
	margin: 0 0 0 0;
	line-height: 22px;
	word-spacing: -1px;
}

small {
	font-weight: normal;
    color: #3f3f3f;
	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 14px;
	word-spacing: -1px;
}

big {
    color: #8A8D99;
	font-size: 25px;
	font-weight: 500;
	line-height: 60px;
	word-spacing: -1px;
}

p {
    color: #3f3f3f;
	font-size: 14px;
	margin: 0 0 18px 0;
	line-height: 22px;
	word-spacing: -1px;
}

label {
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
    clear: both;
}

/* Header */

#header {
	width: 920px;
	padding: 0px 0px 0px 0px;
}

#logo {
	margin: 10px auto 20px auto;
	display: inline-block;
	width: 720px;
}

#shareprice {
	display: inline-block;
	vertical-align: top;
}

/* Data Tables */

#gradient-style
{
	font-size: 12px;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
}

#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #7ec0e1 url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #e1f5ff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	background: #e2f5ff url('table-images/gradback.png') repeat-x;
}

#gradient-style tbody tr:hover td
{
	background: #7ec0e1 url('table-images/gradhover.png') repeat-x;
	color: #000;
}

/* Outer Container */

#outer {
	background:#fff;
	background-image:url('../images/outer_back.png');
	background-repeat:repeat-x;
	width: 1024px;
	margin: auto;
	height: 100%;
	padding: 35px 50px 35px 50px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #d5d5d5;
}

/* Container */

#container {
	width: 924px;
	padding: 30px auto;
	margin: auto;
}

/* Content */

#content {
	background-image:url('../images/content_top.png');
	background-repeat:repeat-x;
	width: 924px;
	padding: 30px 0px 30px 0px;
	margin: auto;
}

/* Blocks */

#halfblock {
	width: 450px;
	margin: auto 8px auto auto;
	vertical-align: top;
	display: inline-block;
}

#thirdblock {
	width: 290px;
	margin: auto 8px auto auto;
	vertical-align: top;
	display: inline-block;
}

/* Navigation */

/* Navigation First Level */

#nav{
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 20px;
}

#nav ul{
	background:#222;
	height:35px;
	list-style:none;
	border: 3px solid #222;
	-webkit-border-radius: 6px;
}

#nav li{
	float:left;
	padding:0px;
}

#nav li a{
	background:#222;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:35px;
	padding:0px 25px;
	-webkit-border-radius: 6px;
	
}

#nav li a:hover{
	text-decoration:none;
	background: #4873b1;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
}

/* Navigation Second Level */

#nav li ul{
	position:absolute;
	background:#222;
	display:none;
	height:auto;
	width:210px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	margin-left:-3px;
}

#nav li:hover ul{
	display:block;
}

#nav li li:hover {
	font-weight: 800;
}

#nav li li {
	display:block;
	float:none;
	width:210px;
}

#nav li ul a{
	text-align:left;
	display:block;
	height:35px;
	padding:0px 10px 0px 25px;
}


/* Helpdesk navigation */

   
    #helpnav {
      clear:both;
      margin:0 50px 0 0;
      height:24px;
    }
    
    #helpnav li {
      list-style:none;
      margin:0;
      padding:0;
      display:inline;
    }
    
    #helpnav li a {
      height:24px;
      line-height:24px;
      display:block;
      float:left;
      margin:0 10px 0 10px;
      text-decoration:none;
      font-weight:bold;
    }

    #helpnav a.home { background:url(../images/home.gif) 0 5px no-repeat; }
    #helpnav a.new_ticket { background:url(../images/new_ticket.gif) 0 5px no-repeat; }
    #helpnav a.my_tickets { background:url(../images/my_tickets.gif) 0 5px no-repeat; }
    #helpnav a.ticket_status { background:url(../images/ticket_status.gif) 0 5px no-repeat; }
    #helpnav a.log_out { background:url(../images/logout.gif) 0 5px no-repeat; }
    
