/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+



COLOUR REFERENCES
BODY BG: #FFF
TOP STRIP: #000
BODY COLOUR: #666
LINKS: #000
-------------------------------------------------------- */


/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal; 
} 
ol,ul {
	list-style:none; 
} 
caption,th { 
	text-align:left;
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%;
	font-weight:normal; 
} 
q:before,q:after {
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:62.5%;
	/*font-family:Georgia, "Times New Roman", serif;*/
    font-family: Arial, "Times New Roman", serif;
	color:#666;
	background: transparent url(images/body_bg.jpg) top center repeat-y; /* Uncomment to display the grid */

	padding:0 1em;
}
#wrapper{
	width:88.5em;
	margin:0 auto;
}
#header{
	width:88.5em;
	padding:0em;
    background: #000 url(images/header_home.jpg) repeat-x center center;
    height: 123px;
	margin:0em;
}
/*NAVIGATION
-------------------------------------------------------- */
#nav{
	font-size:1em;
}
#nav a{
	font-variant:small-caps;
	color:#000;
}
#nav a:hover{
	text-decoration:none;
}
#nav span{
	float:right;
	margin-top:-1.2em;
}
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#top-nav{
	word-spacing:0.1em;
    text-align:  left;
    margin: 0px auto;
    height: 40px;
    background: transparent url(images/btnbar_shade.jpg) repeat-x left top;
}
#top-nav a,#top-nav a:hover{
	color:#000;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.1em;
    height: 30px;
    padding:10px 10px 0px 10px;
    display: block;
    float: left;
    font-weight: bold;
}
#top-nav a:hover{
background: transparent url(images/btn_background.jpg) repeat-x left top;
color:#fff;
 height: 30px;
}

/*-------------------- HORIZ-NAV STYLES --------------------*/
#horiz-nav{
    list-style:none;
	padding:0;
	margin:0;
	display:block;
	font-size:1.0em;
    height: 40px;
    background: transparent url(images/btnbar_shade.jpg) repeat-x left top;
}
#horiz-nav li{
	float:left;
}
#horiz-nav li a{
    padding:8px 4px 0px;
	display:block;
	margin-right:1em;
    color:#000;
    text-decoration: none;
    font-size: 1.0em;
    height: 30px;
    font-weight: bold;
}
#horiz-nav li a:hover, #horiz-nav li a:focus{
   color:#fff;

}
#horiz-nav li:hover a{
    color: #fff;
    background: transparent url(images/btn_background.jpg) repeat-x left top;
}

#horiz-nav li:hover *{
	display:block;
}
#horiz-nav li ul{
	display:none;
	position:absolute;
    margin: 0;
    background: #626262;
    width: 180px;
    min-width: 180px;
    padding: 0 0 5px 5px;
    border-left: 1px   solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    z-index: 10000;

}
#horiz-nav li ul li{
	float:none!important;
    margin: 0;
    padding: 0;

}
#horiz-nav li:hover ul li a{
   background: none;
}


#horiz-nav li ul li a,#horiz-nav li ul li a:hover{
	color:#fff;
    font-size: 10px;
    padding:0px;
    margin: 0px;
    height: auto;
    width: 97%;
    border-bottom: 1px  dotted #414141;
	display:block;
    text-transform: capitalize;
	text-decoration:none;
	white-space:normal;

}
#horiz-nav li ul li a:hover{
   background:  transparent;
   font-size: 14px;
   font-weight: bold;
}


/*END HORIZ-NAV*/


/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer-nav{
	word-spacing:0.1em;
    text-align:  center;
    margin: 5px auto;
}
#footer-nav a{
	color:#fff;
    font-size: 1em;
}
/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
   /*	border-top:0.5em solid #666; /* The border at the top of each grid */
	float:left;
	padding-top:0em;
	margin-bottom:1em;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}

/* 200px */
.onesixty{
	width:16.8em;
	margin-right:1em;
}

/* 200px */
.twohun{
	width:20em;
	margin-right:2em;
}

/* 220px */
.twotwenty{
	width:22em;
	margin-right:2em;
}
/* 220px */
.twotwenty_in{
	width:22em;
}

/* 225px */
.twotwentyfive{
	width:22.5em;
	margin-right:2em;
}

/* 220px */
.twoforty{
	width:24em;
	margin-right:1em;
}

.twoforty{
	width:24.2em;
}

/* 280px */
.twoeighty{
	width:28em;
	margin-right:2em;
}
/* 220px */
.twoeighty_in{
	width:28em;
}
/* 340px */
.threeforty{
	width:34em;
	margin-right:2em;
}
/* 400px */
.fourhun{
	width:40em;
	margin-right:2em;
}
/* 460px */
.foursixty{
	width:46em;
	margin-right:2em;
}
/* 480px */
.fivehun{
	width:50em;
	margin-right:1em;
}
/* 520px */
.fivetwenty{
	width:52em;
	margin-right:2em;
}
/* 580px */
.fiveeighty{
	width:58em;
	margin-right:1em;
}
/* 600px */
.sixhun{
	width:60em;
	margin-right:1em;
}
/* 640px */
.sixforty{
	/*width:62.75em;*/
    width:626px;
	margin-right:1.2em;
}

/* 700px */
.sevenhun{
	width:70em;
	margin-right:2em;
}
/* 760px */
.sevensixty{
	width:76em;
	margin-right:2em;
}
/* 820px */
.eighttwenty{
	width:82em;
	margin-right:2em;
}
/* 880px */
.eighteighty{
	width:88.5em;
	margin-right:1.2em;
}
/* 900px */
.ninehun{
	width:90em;
}
/* 940px */
.nineforty{
	width:94em;
}
.right_box{
	float:left;
	margin:1em;
}

.b1{
  border: 1px solid #000;
}

.text form img, .text_content a img{
  border:none;
}


/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#444;
	font-size:1.6em;
	font-weight:  bold;
    text-transform: capitalize;
	margin-bottom:0.6em;
    margin-left: 0.5em;
	line-height:1.2em;
}
/*h2{
	color:#000;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:0.9em;
}*/
h2{
	color:#444444;
	font-size:1.6em;
    text-transform: uppercase;
    font-weight:  bolder;
    background:#ededed url(images/h_up.jpg) no-repeat left top;
    padding-left:45px;
    min-height: 40px;
    height: auto;
    border-bottom: 1px solid #D3D3D3;
	margin:auto auto 0em 0em;
	line-height:2.4em;
}

h2.newsletter{ height: 20px; color: #fff;  border: none;  font-size: 1.6em; line-height: 2em; background: transparent; padding: 0 0 0 0.6em;}

h3,h3.links,h3.articles{
	color:#435587;
    background: transparent url(images/shade.jpg) repeat-x left center;
	font-size:1.2em;
    font-weight: bold;
	margin-bottom:0.5em;
	line-height:2.5em;
    height: 30px;
    font-weight: bold;
	margin-bottom:0.5em;
    padding-left: 1em;
}
h3.links{
  color: #000;
  font: Tahoma;
  font-size: 11px;
 padding-left: 0em;
  color: #575757;
  margin-bottom:0.1em;
  text-decoration: underline;
  background:#fff;
  line-height: 40px;
}
h3.links a,h3.links a:visited{ color: #575757; }
h3.articles{ background: transparent; color:#575757;  font-size:12px; text-decoration: underline; margin: 2px auto; text-transform: uppercase;  }
.tag{  color: #575757;}


h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
/*LINKS
-------------------------------------------------------- */
a{	color:#900;}
a.small{ font-size: 12px; text-decoration: none;}
a.medium{ font-size: 16px;text-decoration: none;}
a.large{ font-size: 24px;text-decoration: none;}
a.small:hover,a.medium:hover,a.large:hover{  text-decoration: underline; }

a.search{
       z-index: 990;
	 background:url(images/search.jpg) center center;
     width: 53px;
      position: absolute;
      margin:-42px auto auto 180px;
      text-indent: -10000px;
     height: 40px;
}


a.viewall{
       z-index: 990;
	 background:url(images/viewall.jpg) center left;
     width: 53px;
      position: absolute;
      margin:-33px auto auto 180px;
      text-indent: -10000px;
     height: 21px;
}
a.viewall:hover{
	 background:url(images/viewall_ovr.jpg) center left;
}
p a{
	color:#900;

}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#900;
    text-decoration: none;
}
li a:hover{
	text-decoration: underline;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.5em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
.text_box blockquote p{
	font-size:1.8em!important;
	line-height:1.5em!important;
	margin-bottom:1em!important;
	font-style:normal;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	/*font-variant:small-caps;*/
    font-weight: bold;
    color: #4F4F4F;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear-left{  clear: left;}
.clear-right{  clear: right;}


.clear{
	clear:both;
    height: 1px;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.fl{  float: left;}
.fr{  float: right;}
.fc{  float: none; margin-left: 10%; }
.tl{  text-align: left;}
.tr{  text-align: right;}
.tc{ text-align:center; }
.ml1{ margin-left: 1em;}
.mr10{ margin-right: 1em;}
.mt10{ margin-top: 1em;}


.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;

}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
    padding:4px 8px;
	margin: 4px 4px 10px 8px;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:2px 2px;
	margin: 10px 10px 4px 8px;
}
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location{
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
}
ul.articles{
	margin-bottom:0.5em;
    list-style:  circle;
}
.circle{
  list-style:  circle;
}


ul.articles li{
	margin-left:1.5em;
}


ul.articles p{
	margin:0.5em 0em;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}

ul.sitemap{
  font-family: Tahoma;
  font-size: 8px;
   padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.sitemap li{
 margin: 0px;
 padding: 0px;
  color: #575757;
}

ul.sitemap li a{
color: #575757;
}

ul.otherlinks{
  padding-left: 20px;
  list-style:  square;

}


/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/

#logo{
   background: transparent  url(images/up_logo.jpg) no-repeat left center;
   float: left;
   width: 138px;
   height: 123px;
}

.newsletter{
  background: url(images/newsletter.jpg) no-repeat top left;
  width: 243px;
  height: 113px;
  margin: 0px;
  padding-bottom: 1em;
}
.newsletter p{ color: #000; font-size: 0.9em; margin: 0 1em; line-height: 1.3em}
.newsletter input{ background: transparent; border: none; font-size: 1.2em; width:165px; margin: 1.4em 1em 0em; line-height: 1.3em}
.newsletter a {  width: 49px; margin: 2.1em 0px 0px 0.1em;  text-indent: -10000px; position: absolute;}


.backgrey{
  background:  #ededed;
}

.grey{
  background:  #808080;
}
.black{
  background:  #191919;
}
.dashed{
  border-top: 1px  dashed #A9A9A9;
}
.text_box{
  border-left:1px solid #666;
  margin-bottom: 0em;
  border-right:1px solid #666;
}
.text_box p{
 margin: 5px 10px;
font-size:12px;
}

.text ,.text ul li{
color:#666;
font-size:12px;

}

.text div,.text ul{
  margin: 5px 10px;
}
.text div p{
  padding: 0; margin: 0;
}

.text img{
  border:1px solid #000;
}



.vhide{
  visibility: hidden;
}



.side_top {
  background: url(images/side_round_top.jpg) no-repeat left top;
  height: 4px;
  width: 243px;
  /*margin-bottom: 0em;
  padding: 0em;*/
}
.side_bot {
  background: url(images/side_round_bot.jpg) no-repeat left top;
    height: 4px;
    width: 243px;
    margin-bottom:1em;
}

.call_top {
  background: url(images/call_top.jpg) no-repeat left top;
  height: 5px;
  width: 243px;
  /*margin-bottom: 0em;
  padding: 0em;*/
}
.call_bot {
  background: url(images/call_bot.jpg) no-repeat left top;
    height: 5px;
    width: 243px;
    margin-bottom:1em;
}
.cen_top {
  background: url(images/rtc.jpg) no-repeat left top;
  height: 4px;
  width: 627px;
  /*margin-bottom: 0em;
  padding: 0em;*/
}
.cen_bot {
  background: url(images/rbc.jpg) no-repeat left top;
    height: 4px;
    width: 627px;
    margin-bottom:1em;
}
/**************************** Call us form start******************************/
.call_label{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left:1em;
  text-align: left;
  margin-top: 0.5em;
  width: 92%;
  color: #fff;
}

.call_input {  width: 92%;  background: #fff;  overflow: auto; }
.call_submit{ margin-top: 5px; }

.breadcum{
  margin: 5px 0 10px 10px;
  text-transform: capitalize;
  width: 100%;
}

#bookmarklets{
  margin: 5px 5px 0 50px;

}


#bookmarklets a{
 color: #666;
 text-transform: capitalize;
 text-decoration: none;
 margin:3px 8px;

 display: block;
 float: left;
 width: 95px;
}

.copy ,.cadoit {
  background: transparent url(images/copyrights.jpg)  no-repeat left center;
  width: 254px ;
  height: 20px;
  text-indent: -10000px;
  color: #000;

}
.cadoit {
  background: transparent url(images/credits.jpg)  no-repeat left center;
  width: 243px ;
}

/********************/
#artnav {  display: block; width: 100%;  margin-right: 1em; }


#artnav a { color: #990000; text-decoration: none; margin: 0 2px; padding: 2px 2px;   }
#artnav a.activeSlide { color: #990000; font-weight: bold; font-size: 16px; }
#artnav a:focus { outline: none; }

.hidpart{
  display: none;
  margin: 0px;
  padding: 0px;
}

.hoverlink{
vertical-align: top;
  font-size: 8px;
}
.readmore{
  background: url(images/more.gif) left center no-repeat;
  padding-left: 12px;
  min-height: 12px;
  margin-right: 10px;
}

div.paging {
	color: #ccc;
	margin-bottom: 1em;
    text-align: right;
}

div.index p{
  text-align: right;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

#ssearch {

margin:15px;
}

/**************************** Call us form end ******************************/

/*

	"I could eat a knob at night"
		-	Karl Pilkington

*/