/* *************************** 
  Site - SolidSpace
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#003380;	 
	text-decoration:none;
}
a:hover {
	color:#003380;	 	 
	text-decoration:underline;
}
img {
	border:0;
}	
.tar{text-align:right;}
.in5{margin-top:5px;}
.in10{margin-top:10px;}
.in15{margin-top:15px;}
.in20{margin-top:20px;}
.pl5{padding-left:5px;}
.p15a{padding-left:15px;}
.p20{padding:12px 0px px 40px}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr20 {
	padding: 0px 50px 40px 0px;
}
.pr20a{padding:0px 5px 5px 5px}
.pr20b{padding:5px 15px 5px 5px}

.home {
	padding:10px 5px 10px 5px
} 

.backup_block {
	padding:10px 5px 0px 5px
} 


.popup       { cursor: hand; }
.popup:hover {    text-decoration:underline; }

fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
#container {
	width:982px;
    margin:0 auto;
}


/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:982px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px; line-height:14px;
}
#header_top {
	width:982px;
	color:#203b72;
    font-weight:bold;
    padding:3px 0;
    float:left;
}
#header_top .floatleft {
    padding-top:3px;
}
#header_search {
	float:right;
    font-size:11px; line-height:13px;
    padding-right:10px;
	vertical-align:middle;
}
#header_search span {vertical-align:middle; padding-top:3px;}
#header_search form,
#header_search form div {
	display:inline;
}
#header_search form {
	padding-left:50px;
}
#header_search form input {
	vertical-align:middle;
}
.input_searchfield {
	height:17px;
    border:1px solid #d1d1d1;
    height/**/:/**/ 15px;
	font-size:10px;
}
#header_nav_home {
	width:936px;
    height:71px;
    background:url(../images/bg_nav_homepage.png) no-repeat;
    float:left;
    padding:25px 0 0 46px;
    width/**/:/**/ 936px;
    height/**/:/**/ 71px;
}
#header_nav {
    width:973px;
    height:71px;
    background:url(../images/bg_nav.png) no-repeat;
    float:left;
    padding:25px 0 0 9px;
    width/**/:/**/ 973px;
    height/**/:/**/ 71px;
}

#header_nav h1 {
    width:193px;
    float:left;
    margin-right:44px;
}
#header_nav h1 a {
    width:193px;
    height:55px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    display: block;
}
#header_nav_home2 {
	width:936px;
    height:71px;
    background:url(../images/header.jpg) no-repeat;
    float:left;
    padding:25px 0 0 46px;
    width/**/:/**/ 936px;
    height/**/:/**/ 71px;
}


/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:982px;
    float:left;
    border-left:1px solid #d1d7df;
    padding:0 8px 0 0;
    width/**/:/**/ 973px;
    background:url(../images/bg_content.png) right repeat-y;
}
#content ul{margin:5px 0px 10px 15px;}
#content li {
	padding:0px 0 0px 15px;
	background:url(../images/blackarrow.png) 0px 7px no-repeat;
	
}
#content ul.shared{margin:20px 0px 10px 55px;}
#content li {
	padding:0px 0 0px 15px;
	background:url(../images/blackarrow.png) 0px 7px no-repeat;
}	
#content ul.dedicated{margin:20px 0px 10px 45px;}
#content li {
	padding:0px 0 0px 15px;
	background:url(../images/blackarrow.png) 0px 7px no-repeat;
}	

#content ul.bluearrow {margin:5px 0px 10px 15px;}
#content ul.bluearrow li {
	padding:0px 0 0px 15px;
	background:url(../images/bluearrow.png) 0px 7px no-repeat;
}

#content ul.orangearrow {margin:20px 0px 10px 55px;}
#content ul.orangearrow li {
	padding:0px 0 0px 15px;
	background:url(../images/blackorangearrow.png) 0px 7px no-repeat;
}
#content.nobg {
	background:url(../images/bg_content_nobg.png) right repeat-y;
}
#maincontent {
	width:730px;
    float:left;
}
#maincontent2 {
	width:972px;
    float:left;
}


#maincontent2 h1 {
	font-size:20px; line-height:20px;
    color:#17355e;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
}

#maincontent h1 {
	font-size:20px; line-height:20px;
    color:#17355e;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
}
#maincontent h3 {
	font-size:15px;
    color:#17355e;
    font-family:Arial, Helvetica, sans-serif;
}
#maincontent2 h3 {
	font-size:15px;
    color:#17355e;
    font-family:Arial, Helvetica, sans-serif;
}

#maincontent2 .inner {
	padding:15px;
}

#maincontent2 .inner p {
	margin-bottom:0px;
    line-height:16px;
	padding-left:5px;
	padding-right:5px
}
#maincontent .inner {
	padding:15px;
}
#maincontent .inner p {
	margin-bottom:15px;
    line-height:16px;
}
#homebottom {
	background:url(../images/bg_homebottom.gif) left repeat-y;
    color:#203b72;
}
#homebottom_left {
	width:352px;
    float:left;
	font-size:10px; line-height:17px;
    border-top:1px solid #d1d7df;
    margin-right:1px;
    padding:10px;
    width/**/:/**/ 332px;
}
#homebottom_left p {
	margin-bottom:15px;
}
#homebottom_left h2 {
	color:#dd8800;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#homebottom_right {
	width:377px;
    float:right;
	font-size:10px; line-height:12px;
    border-top:1px solid #d1d7df;
    padding:10px;
    width/**/:/**/ 357px;
}
#homebottom2 {
	background:url(../images/bg_homebottom.gif) repeat-y;
    color:#203b72;
}
#homebottom2_left {
	width:352px;
    float:left;
	font-size:10px; line-height:17px;
    border-top:1px solid #d1d7df;
    margin-right:1px;
    padding:10px;
    width/**/:/**/ 332px;
}
#homebottom2_left p {
	margin-bottom:15px;
}
#homebottom2_left h2 {
	color:#dd8800;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#homebottom2_right {
	width:620px;
    float:right;
	font-size:10px; line-height:12px;
    border-top:1px solid #d1d7df;
    padding:10px;
    width/**/:/**/ 599px;
}
#breadcrumb {
	padding:10px 10px 0 10px;
    color:#17355e;
	font-size:11px;
}
#breadcrumb a,
#breadcrumb span {
	color:#949494;
}
#content_heading h1 {
	background:#17355e;
    padding:24px 0 23px 10px;
    color:#FFFFFF;
    font-size:24px;
    letter-spacing:1px;
}
#content_heading #breadcrumb {
	background:#96a4b6;
    padding:6px 10px;
    color:#FFFFFF;
    font-weight:bold;
}
#content_heading #breadcrumb a,
#content_heading #breadcrumb span {
	font-weight:normal;
    color:#FFFFFF;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:243px;
    padding:0 0 0 2px;
    width/**/:/**/ 241px;
    float:left;
    font-size:10px;
}
.box1 {
	padding:17px 13px 27px 13px;
    border-bottom:2px solid #FFFFFF;
	font-size:10px; line-height:17px;
}
.box2 {
	padding:15px 13px 19px 13px;
    color:#17355e;
    border-bottom:2px solid #FFFFFF;
	font-size:11px; line-height:17px;
}
.box3 {
	padding:15px 13px 19px 13px;
    color:#17355e;
    border-bottom:2px solid #FFFFFF;
	font-size:10px; line-height:17px;
}
.color1 {
	background:#ffb70f;
    color:#000000;
}
.color1 a,
.color1 a:hover {
    color:#000000;
}
.color2 {
	background:#17355e;
    color:#e0e4ea;
}
.color3 {
	background:#c0c9d3;
    color:#17355e;
}
.color4 {
	background:#919eaf;
    color:#ffffff;
}

.aligncenter {
	text-align:center;
}
#sidebar h2 {
	font-size:16px;
    line-height:18px;
    margin-bottom:3px;
    font-family:Arial, Helvetica, sans-serif;
}
#sidebar h3 {
	font-size:14px;
    line-height:16px;
    margin-bottom:3px;
    font-family:Arial, Helvetica, sans-serif;
}
#sidebar p {
	margin-bottom:15px;
}
#sidebar li {
	padding:0px 0 0px 10px;
    background:url(../images/bg_li.png) 0 7px no-repeat;
}
.box2 p.white {
	color:#FFFFFF;
	font-size:10px; line-height:12px;
}
.box2 .color4{color:#FFFFFF;}
.sidebar_top {
	background:#17355e;
    padding:10px 0 10px 10px;
	border-bottom:solid 2px #ffffff;
}
#sidebar .box2 div {
	line-height:17px;
}
.box_white {
	padding:60px 10px 0 10px;
	color:#072643;
	font-size:10px; line-height:16px;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:982px;
    height:150px;
    float:left;
    background:url(../images/bg_footer.png) no-repeat;
    padding:4px 20px 0 11px;
    width/**/:/**/ 951px;
    height/**/:/**/ 153px;
    color:#203b72;
    font-weight:bold;
    font-size:10px; line-height:12px;
}
#footer .floatright {
	padding-top:3px;
	margin-bottom:-10px;
}


#footer .floatcenter {
	padding-top:3px;
	margin-bottom:10px;
}


#footer form div {
	display:inline;
}

#footer form input {
vertical-align:top;
    border:1px solid #d1d1d1;
	font-size:10px;
}
#footer form select {
	vertical-align:top;
    height:17px;
    width:60px;
    border:1px solid #d1d1d1;
    height/**/:/**/ 18px;
    width/**/:/**/ 58px;
	font-size:10px; line-height:10px; text-align:center;
}


#footer #footer_links {
	color:#eff1f3;
    padding-top:10px;
    font-weight:normal;
}
#footer #footer_links a {
	color:#eff1f3;
    padding:0 0px;
}
#footer #footer_links span {
	float:left;
    margin-right:20px;
}

table.paddedtable td { padding:4px; }
#notablestyle {padding:8px;}

.redtext { color:#880000; }

table.sample {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: separate;
	background-color: white;
}

table.sample tr {
	border-width: 0px;
	padding: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sample th {
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	color: #ffffff;
	text-align:left;
	border-color: #000000;
	background-color: #336699;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
}

table.sample td {
	border-width: thin;
	border-color:#cccccc;
	border-style:none;
	border-bottom:thin;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	padding: 4px;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
}.strongw {
	font-family:Veranda, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}
.h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.greycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.greencontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009933;
}
.greencontent_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;

}.orangecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dda92c;
	font-weight: bold;
}

table.ShoppingCartSS  { width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table.ShoppingCartSS th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #FFFFFF;
	-moz-border-radius: ;
	text-align:left;
 	
}
table.ShoppingCartSS td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #FFFFFF;
	-moz-border-radius: ;
}

