

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	
	background-image:url(../images/mainbg1.gif);
	background-position:top;
background-attachment:fixed;
	
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	line-height:14px;
}

a:focus
{
	outline: 1px dotted invert;
}






hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

#header{
width: 940px;
height: 185px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#headerpic{
margin-top:30px;
width: 400px;

float: left;
}

#basket{
width: 212px;
height: 152px;
float: right;
margin-right: 28px;
text-align:right;
}

#shoppingcloud{
width: 212px;
line-height:1.4em;
padding-right:12px;

}

#totalcost{
width: 212px;
line-height:1.4em;
padding-right:12px;

}



#navbar{
font-weight:normal;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width: 940px;

display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:5px;
	margin-bottom:14px;
	border-top:3px solid;
	border-top-color:#000000;
	border-bottom:1px solid;
	border-bottom-color:#000000;
	padding-bottom:14px;
	padding-top:14px;
	
	

}

.topbox1{
width:400px;
float:left;
}
.topbox2{
width:369px;
float:left;
padding-left:10px;
}
.topbox3{
background-image:url(../images/followus.gif);
background-repeat:no-repeat;
background-position:top;
width:140px;
float:left;
height: 97px;


}
img.social1{
padding: 35px 0px 10px 30px;
}
img.social2{
padding: 35px 0px 10px 10px;
}


#mainmenu{
font-size:12px;
font-weight:bold;
color:#000000;
line-height: 30px;
}

#mainmenu ul{margin:0;padding:0;list-style-type:none;width:auto;}

#mainmenu ul li{display:block;float:left;margin:0;}


#mainmenu ul li a{

display:block;
text-indent:none;
float:left;

text-decoration:none;
padding:0px 12px 0px 5px;

background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;

}



#diary{
width: 940px;

display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#footer{
padding-top:10px;
border-top:#CCCCCC solid 4px;
font-size:11px;
width: 940px;
height: 100px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
 color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}


.pinktext {
	color: #FF0060;
	font-weight:bold;
}

.boldtext {
	
	font-weight:bold;
}

.smalltext {
	
font-size:9px;
}

#shirtbox{
width: 220px;
padding-bottom:8px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
#shirtname{
width: 220px;
font-size:11px;
}



#shirtname, a{
	color: #000000;
	text-decoration: none;
}


.gallerypic {
border:2px; border-thickness: 2px; border-color: #FFFFFF; border-style: solid;
}

a:link .gallerypic { border-color: #FFFFFF; }
a:hover .gallerypic, a:active .image {border:2px; border-thickness: 2px; border-color: #FF0084; border-style: solid}


/* =Headings
--------------------------------------------------------------------------------*/

h1{

font-weight:normal;
font-family: Impact;
color: #FF0060;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 2em;
padding-bottom:2px;
padding-top:2px;
}

h2{

font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
color: #999999;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 24px;
padding-bottom:7px;
padding-top:2px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}


hr
{ height: 1px; 
border: 1px solid #C9C9C9;
clear:both;
 
}

img.left
{
float: left;
margin-right: 14px;
margin-bottom:7px;
}

img.right
{
float: right;
margin-left: 14px;
margin-bottom:7px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,

h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}


/* =form
--------------------------------------------------------------------------------*/

.cssform{
padding-top: 12px;

}


.cssform p {
border-top:1px dashed gray;
clear:left;
height:1%;
margin:0;
padding:5px 0 8px 155px;
width:300px;
}
.cssform label {
float:left;
font-weight:bold;
margin-left:-155px;
width:150px;
}

.cssform textarea {
height:150px;
width:250px;
}
* html .threepxfix {
margin-left:3px;
}
.cssform textarea {
background:#FFFFFF url(../images/formgrad.png) repeat-x scroll left top;
border:1px solid #999999;
}
.cssform input {
padding:1px 5px;
}
.cssform textarea {
padding:5px;
}


td.datacellone {
	background-color: #FFFFFF; color: black; height:20px; line-height: 1.5em;
}
td.datacelltwo {
	background-color: #F6F6F6; color: black; height:20px; line-height: 1.5em;
}

table {
border-top: dotted 1px #DFDFDF;
}


.textbox{
width:580px;
float:left;
text-align:center;
margin-left:200px;
}